
This version for gp2x wiz was compiled with SDL
module, without sounds and without gfx mode.
Due to display resolution limit, I have been
forced to implement function for scrolling between
left and right side of the terminal (80x24).
Horizontal scrolling of the terminal is activated
automatically (by the cursor's current position)
or manually (by the button). It is recommended to
configure your own buttons, with regard to your
playing style and character's skills.
Buttons configuration file - gp2x_buttons.cfg
If you have found any errors, please let me know.
Default basic buttons: R - terminal scrolling;
L - keyboard emulator; UP, DOWN, ... - directions;
B - enter; A - escape; Y - searching; X - run;
MENU & R - dig a tunnel; MENU & L - messages log;
VOL- & VOL+ - print buttons list from gp2x_buttons.cfg;
Keys in config file can be represented by ascii char or decimal value. For example, these three are the same:
A '\e'
A 27
A '^['
And means: if you press A button then esc will be send to the terminal. It is possible to combine 2 buttons.
For example:
MENU L '^P'
Changes from previous version of the port:
+ Added function for printing buttons list
+ Changed default buttons (X, Y)
+ + + + + + +
If you like this port, or if you like to see more improvements in the future, you can make donation:
PayPal : [email protected]
Download Here