Difference between revisions of "wx Interface"

From OpenKore Wiki
Jump to navigation Jump to search
(Undo revision 4455 by Alisonrag (talk))
Tag: Undo
Line 1: Line 1:
Tk interface is a cross-platform graphical user interface.
+
Wx interface is a cross-platform graphical user interface.
  
 
== Features ==
 
== Features ==
 +
 +
* dialogs for OpenKore prompts (connection settings, errors, [[wx_captcha|captcha]])
 +
* OpenKore console
 +
* chat log
 +
* general input box for [[Console Commands]] input, chat and private messaging
 +
* combined player, monster, NPC and item list (click and double click for various actions)
 
* map with field, players, monsters, NPCs and portals, with name and HP display (click to move and activate objects, mousewheel to zoom)
 
* map with field, players, monsters, NPCs and portals, with name and HP display (click to move and activate objects, mousewheel to zoom)
 +
* config editor with categories and manual
 +
* character, homunculus, mercenary and pet status windows with controls for various actions
 +
* inventory, cart and storage lists with menu for item manipulation
 +
* emotions window
  
 
== Requirements ==
 
== Requirements ==
Line 13: Line 23:
 
|align=center|FreeBSD
 
|align=center|FreeBSD
 
|Open a terminal and type:
 
|Open a terminal and type:
  su -c 'pkg_add -r p5-Tk'
+
  su -c 'pkg_add -r p5-Wx'
 
|-
 
|-
 
|align=center|Ubuntu
 
|align=center|Ubuntu
Line 24: Line 34:
  
 
Lastly install the Wx cpan module with this command:
 
Lastly install the Wx cpan module with this command:
  sudo cpan Tk
+
  sudo cpan Wx
 
|-
 
|-
 
|align=center|Other
 
|align=center|Other
 
|Open a terminal, and type:
 
|Open a terminal, and type:
  cpan Tk
+
  cpan Wx
 
|}
 
|}
  
 
== Windows Binaries ==
 
== Windows Binaries ==
  
If you need binaries to be able to run OpenKore (in this case tkstart.exe) you can also find a download for it available on https://github.com/OpenKore/openkore
+
If you need binaries to be able to run OpenKore (in this case wxstart.exe) you can also find a download for it available on http://misc.openkore.com/
  
 
== External links ==
 
== External links ==
[https://tkdocs.com/index.html Official site of the module Tk]<br>
+
[http://www.wxperl.it Official site of the module Wx]<br>
 +
[http://wiki.wxperl.nl/Main_Page Official wiki of the module Wx]
  
 
[[Category:Interfaces]]
 
[[Category:Interfaces]]

Revision as of 17:38, 30 July 2020

Wx interface is a cross-platform graphical user interface.

Features

  • dialogs for OpenKore prompts (connection settings, errors, captcha)
  • OpenKore console
  • chat log
  • general input box for Console Commands input, chat and private messaging
  • combined player, monster, NPC and item list (click and double click for various actions)
  • map with field, players, monsters, NPCs and portals, with name and HP display (click to move and activate objects, mousewheel to zoom)
  • config editor with categories and manual
  • character, homunculus, mercenary and pet status windows with controls for various actions
  • inventory, cart and storage lists with menu for item manipulation
  • emotions window

Requirements

OS/distribution Instructions
FreeBSD Open a terminal and type:
su -c 'pkg_add -r p5-Wx'
Ubuntu First, search for the libgtk package using the package manager.

Open a terminal and type:

apt-cache search libgtk

Then install the latest version with this command:

sudo apt-get install libgtkx-dev

Where 'x' is the version number as found by the 'apt-cache search' command.

Lastly install the Wx cpan module with this command:

sudo cpan Wx
Other Open a terminal, and type:
cpan Wx

Windows Binaries

If you need binaries to be able to run OpenKore (in this case wxstart.exe) you can also find a download for it available on http://misc.openkore.com/

External links

Official site of the module Wx
Official wiki of the module Wx