win32 Interface: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
m (Conversion script moved page Win32 Interface to win32 Interface: Converting page titles to lowercase) |
||
(3 intermediate revisions by 2 users not shown) | |||
Line 9: | Line 9: | ||
* chat log | * chat log | ||
* general input box for [[Console Commands]] input, chat and private messaging | * general input box for [[Console Commands]] input, chat and private messaging | ||
* map with field, players, monsters, NPCs | * map with field, players, monsters, NPCs | ||
* character, status windows with controls for various actions | * character, status windows with controls for various actions | ||
* inventory, cart and storage lists | * inventory, cart and storage lists | ||
Line 32: | Line 32: | ||
Where 'x' is the version number as found by the 'apt-cache search' command. | Where 'x' is the version number as found by the 'apt-cache search' command. | ||
Lastly install the | Lastly install the Win32::GUI cpan module with this command: | ||
sudo cpan Win32::GUI | sudo cpan Win32::GUI | ||
|- | |- | ||
Line 40: | Line 40: | ||
|} | |} | ||
== Loading Interface in Openkore Start == | |||
Create a shortcut to Openkore.pl and add the <code>--interface</code> argument. Example:<br> | |||
<code>openkore.pl --interface=Win32</code> | |||
== Windows Binaries == | == Windows Binaries == |
Latest revision as of 22:35, 26 April 2021
Win32 interface is a cross-platform graphical user interface.
Preview
https://i.imgur.com/BEbIVTN.png
Features
- OpenKore console
- chat log
- general input box for Console Commands input, chat and private messaging
- map with field, players, monsters, NPCs
- character, status windows with controls for various actions
- inventory, cart and storage lists
Requirements
OS/distribution | Instructions |
---|---|
FreeBSD | Open a terminal and type:
su -c 'pkg_add -r p5-Win32-GUI' |
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 Win32::GUI cpan module with this command: sudo cpan Win32::GUI |
Other | Open a terminal, and type:
cpan Win32::GUI |
Loading Interface in Openkore Start
Create a shortcut to Openkore.pl and add the --interface
argument. Example:
openkore.pl --interface=Win32
Windows Binaries
If you need binaries to be able to run OpenKore (in this case winguistart.exe) you can also find a download for it available on https://github.com/OpenKore/openkore