wx Interface: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
Wx interface is a cross-platform graphical user interface. | Wx interface is a cross-platform graphical user interface. | ||
== Start == | |||
: 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 | ||
: wxstart.exe ''(if you're using precompiled binaries for Windows)'' | : wxstart.exe ''(if you're using precompiled binaries for Windows)'' | ||
Features | == Features == | ||
* dialogs for OpenKore prompts (connection settings, errors, [[wx_captcha|captcha]]) | * dialogs for OpenKore prompts (connection settings, errors, [[wx_captcha|captcha]]) | ||
* OpenKore console | * OpenKore console | ||
Line 17: | Line 19: | ||
* inventory, cart and storage lists with menu for item manipulation | * inventory, cart and storage lists with menu for item manipulation | ||
* emotions window | * emotions window | ||
== Requirements == | |||
{|class="gallery" | |||
|- | |||
!OS/distribution | |||
!Instructions | |||
|- | |||
|align=center|FreeBSD | |||
|Open a terminal, and type: | |||
su -c 'pkg_add -r p5-Wx' | |||
|- | |||
|align=center|Other | |||
|Open a terminal, and type: | |||
cpan Wx | |||
|} | |||
[[Category:Interfaces]] | [[Category:Interfaces]] |
Revision as of 05:49, 20 February 2010
Wx interface is a cross-platform graphical user interface.
Start
- 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
Requirements
OS/distribution | Instructions |
---|---|
FreeBSD | Open a terminal, and type:
su -c 'pkg_add -r p5-Wx' |
Other | Open a terminal, and type:
cpan Wx |