Difference between revisions of "win32 Interface"

From OpenKore Wiki
Jump to navigation Jump to search
(Created page with "Vx interface is a cross-platform graphical user interface. == Preview == https://i.imgur.com/BEbIVTN.png == Features == * OpenKore console * chat log * general input box fo...")
 
Line 1: Line 1:
Vx interface is a cross-platform graphical user interface.
+
Win32 interface is a cross-platform graphical user interface.
  
 
== Preview ==
 
== Preview ==

Revision as of 18:11, 30 July 2020

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 and portals, with name and HP display (click to move and activate objects, mousewheel to zoom)
  • 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 Wx cpan module with this command:

sudo cpan Win32::GUI
Other Open a terminal, and type:
cpan Win32::GUI


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

External links

Official site of the module Win32::GUI