Keyboard Movement

NOTICE: This forum is archived as read only.
Please use the Github Discussions at https://github.com/exult/exult/discussions
Forum rules
NOTICE: This forum is archived as read only.
Please use the Github Discussions at https://github.com/exult/exult/discussions
Locked
raven566
Posts: 36
Joined: Thu May 14, 2020 1:34 pm

Keyboard Movement

Post by raven566 »

It's great to see that in the 1.1 snapshot, keyboard movement was implemented. But, using the numeric keypad, in the orginal you could walk by turning numlock off and run by turning it on. In Exult, I know you can hold down the shift key to run, but I always liked to run all of the time without having to constantly hold it down.
artaxerxes
Site Admin
Posts: 1310
Joined: Thu May 14, 2020 1:34 pm

Re: Keyboard Movement

Post by artaxerxes »

you just need to modify the default keyboard mapping.

In your exult.cfg file, you'll see a line that says:

(default)


You need to change that. I believe that you put a text file in this place that contains all the key bindings. If that's the case, copy the data/si/defaultkeys.txt from CVS and modify as follow:

FROM:
right walk_east
left walk_west
up walk_north
down walk_south

TO:
right walk_east 1
left walk_west 1
up walk_north 1
down walk_south 1


All the best,

Artaxerxes
Locked