
This version for gp2x wiz was compiled with SDL
module, without sounds and without gfx mode.
Due to SDL window 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 - run; X - search;
MENU & R - dig a tunnel; MENU & L - messages log
Keys in config file can be represented by ascii char or decimal value. For example, these three are the same:
B '\e'
B 27
B '^['
And means: if you press B button then esc will be send to the terminal. It is possible to combine 2 buttons.
For example:
MENU L '^P'
Download Here