tk Interface: Difference between revisions
Jump to navigation
Jump to search
(Created page with "Tk interface is a cross-platform graphical user interface. == Features == * map with field, players, monsters, NPCs and portals, with name and HP display (click to move and a...") |
m (Conversion script moved page Tk Interface to tk Interface: Converting page titles to lowercase) |
||
(4 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
Tk interface is a cross-platform graphical user interface. | Tk interface is a cross-platform graphical user interface. | ||
== Preview == | |||
https://i.imgur.com/aYtds6H.png | |||
== Features == | == Features == | ||
* map with field, players, monsters, NPCs | * map with field, players, monsters, NPCs | ||
== Requirements == | == Requirements == | ||
Line 23: | Line 25: | ||
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 Tk cpan module with this command: | ||
sudo cpan Tk | sudo cpan Tk | ||
|- | |- | ||
Line 30: | Line 32: | ||
cpan Tk | cpan Tk | ||
|} | |} | ||
== Loading Interface in Openkore Start == | |||
Create a shortcut to Openkore.pl and add the <code>--interface</code> argument. Example:<br> | |||
<code>openkore.pl --interface=Tk</code> | |||
== Windows Binaries == | == Windows Binaries == | ||
Line 36: | Line 42: | ||
== External links == | == External links == | ||
[https://tkdocs.com/index.html Official site of the module Tk] | [https://tkdocs.com/index.html Official site of the module Tk] | ||
[[Category:Interfaces]] | [[Category:Interfaces]] |
Latest revision as of 22:35, 26 April 2021
Tk interface is a cross-platform graphical user interface.
Preview
https://i.imgur.com/aYtds6H.png
Features
- map with field, players, monsters, NPCs
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 Tk 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=Tk
Windows Binaries
If you need binaries to be able to run OpenKore (in this case tkstart.exe) you can also find a download for it available on https://github.com/OpenKore/openkore