vx Interface

From OpenKore Wiki
Revision as of 22:35, 26 April 2021 by Conversion script (talk | contribs) (Conversion script moved page Vx Interface to vx Interface: Converting page titles to lowercase)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

Vx interface is a cross-platform graphical user interface.

Preview

https://i.imgur.com/n6orHT3.png

Features

  • OpenKore console
  • chat log
  • general input box for Console Commands input, chat and private messaging
  • map with field (click to move)
  • character status windows
  • inventory, cart and storage lists

Requirements

OS/distribution Instructions
FreeBSD Open a terminal and type:
su -c 'pkg_add -r p5-Tk'
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 Tk
Other Open a terminal, and type:
cpan Tk

Loading Interface in Openkore Start

Create a shortcut to Openkore.pl and add the --interface argument. Example:
openkore.pl --interface=Vx

Windows Binaries

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

External links

Official site of the module Tk