Difference between revisions of "wx Interface"

From OpenKore Wiki
Jump to navigation Jump to search
m
Line 1: Line 1:
 
Wx interface is a cross-platform graphical user interface.
 
Wx interface is a cross-platform graphical user interface.
  
Run OpenKore with Socket interface:
+
Run OpenKore with Wx interface:
 
: openkore.pl --interface=Wx ''(needs perl Wx modules from your repositories/ports/etc or from CPAN)''
 
: openkore.pl --interface=Wx ''(needs perl Wx modules from your repositories/ports/etc or from CPAN)''
 
OR
 
OR
Line 7: Line 7:
  
 
Features:
 
Features:
* modal dialogs for OpenKore prompts (connection settings, errors)
+
* dialogs for OpenKore prompts (connection settings, errors, [[wx_captcha|captcha]])
* console
+
* OpenKore console
 
* chat log
 
* chat log
* input box with support for commands input, chat input and private messaging
+
* general input box for [[Console Commands]] input, chat and private messaging
* players, monsters, NPCs and items list (click and double click for various actions)
+
* combined player, monster, NPC and item list (click and double click for various actions)
* minimap with field, players, monsters, NPCs and portals (click to navigate)
+
* map with field, players, monsters, NPCs and portals, with name and HP display (click to move and activate objects, mousewheel to zoom)
* HP, SP, Base and Job EXP, Weight visualization
 
 
* config editor with categories and manual
 
* config editor with categories and manual
* some OpenKore commands are accessible through menu
+
* character, homunculus, mercenary and pet status windows with controls for various actions
 +
* inventory, cart and storage lists with menu for item manipulation
 +
* emotions window
  
 
[[Category:Interfaces]]
 
[[Category:Interfaces]]

Revision as of 16:44, 18 December 2009

Wx interface is a cross-platform graphical user interface.

Run OpenKore with Wx interface:

openkore.pl --interface=Wx (needs perl Wx modules from your repositories/ports/etc or from CPAN)

OR

wxstart.exe (if you're using precompiled binaries for Windows)

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