Page 1 of 1
changing the direction keys
Posted: May 26th, 2010, 1:05 pm
by Jtarz
I'd like to change the N, E, S and W direction keys back to the up, right, down and left arrow keys as they were in Eschalon 1. How would I refer to those keys when updating the general.cfg file with Textedit?
thanks
Re: changing the direction keys
Posted: May 28th, 2010, 1:15 pm
by withnail
I'd also like to know the answer to this - I'm playing on a MacBook Pro (= no numeric keypad)
Re: changing the direction keys
Posted: June 6th, 2010, 4:14 am
by Skomer
With a bit of trial and error I got them to work as follows:
walk_ne=arrowup
walk_se=arrowright
walk_sw=arrowdown
walk_nw=arrowleft
(paste this directly below "walk_nw=keypad7" in the general.cfg file)
Those are the directions I prefer but you can of course change them so that the up arrow sends you directly north, for example.
Re: changing the direction keys
Posted: June 6th, 2010, 1:51 pm
by IJBall
Skomer wrote:With a bit of trial and error I got them to work as follows:
walk_ne=arrowup
walk_se=arrowright
walk_sw=arrowdown
walk_nw=arrowleft
(paste this directly below "walk_nw=keypad7" in the general.cfg file)
Those are the directions I prefer but you can of course change them so that the up arrow sends you directly north, for example.
Cool - thanks for this!

Re: changing the direction keys
Posted: June 10th, 2010, 3:24 pm
by withnail
that's excellent, thanks