View Single Post
Posts: 839 | Thanked: 3,386 times | Joined on Mar 2009
#5
I got it locally compiled (needed libmodplug-dev libphysfs-dev).

Device needs libmodplug0c2 libphysfs1.

And place data.solarus and solarus (binary) on somewhere and start

./solarus -datapath=/path/to_the_data/

It is not reading enter-key, because of
./include/lowlevel/InputEvent.h
KEY_RETURN = 13,
KEY_KP_ENTER = 271,

Game is waiting for KEY_RETURN, and N900 is producing KEY_KP_ENTER.

Last edited by AapoRantalainen; 2011-08-30 at 16:47. Reason: use -datapath. InputEvent.h
 

The Following 2 Users Say Thank You to AapoRantalainen For This Useful Post: