It seems that you're using an outdated browser. Some things may not work as they should (or don't work at all).
We suggest you upgrade newer and better browser like: Chrome, Firefox, Internet Explorer or Opera

×
I really dislike playing with the Numpad, so I tried to see if I could change it to WSAD only to be hit with what sounds like a farting noise every time I try to map the S key. I tried moving over a little to maybe do TGFH, only to be hit with it again when I tried to map H.

I tried mapping it also with the arrow keys, but all 4 of them give me a fart noise.
avatar
Killz2much:
The only way is to use the dosbox keymapper (Ctrl-F1).

http://www.dosbox.com/wiki/Mapper
Even when it comes to using the Windows version?
avatar
Killz2much: Even when it comes to using the Windows version?
No, don't know how to configure the window version.
avatar
Killz2much: I really dislike playing with the Numpad, so I tried to see if I could change it to WSAD only to be hit with what sounds like a farting noise every time I try to map the S key. I tried moving over a little to maybe do TGFH, only to be hit with it again when I tried to map H.

I tried mapping it also with the arrow keys, but all 4 of them give me a fart noise.
Interesting... I tried to change it to WSAD, but it won't accept S key.
How did you do that?

Thanks a lot!
i don't have numpad on my laptop, i play carmageddon with ŠĆČŽ (keys on SE EU keybord between P, L and ENTER) and for wheel spin i use W. other keys are default. and you can change for that keys in game
The S key is a unbindable game settings key that controls the sound to be turned off and on.
I got pissed off when playing on the number pad and I wanted WASD to be Accelerate, BREAK, Left and Right but unfortunately S is hardcoded to sound toggle. So I started editing the keymap file and got to hacking the KEYMAP_3.txt file in CARMA\DATA

KEYMAP.TXT is default game keymap configuration
KEYMAP_0.txt is Alternative Configuration control “A” settings
KEYMAP_1.txt is Alternative Configuration control “B” settings
KEYMAP_2.txt is Alternative Configuration control “C” settings
KEYMAP_3.txt is Alternative Configuration control “D” settings

I use Notepad ++ to mod texts and html file so I’ll use that as reference when I talk about lines. Every line is a different function and ever number is a key mapped to keyboard button. I figured out the following then got tired but achieved my purpose.

Lines for in-game functions
37 = Sound
49 = Accelerate
50 = Reverse

Numbers for Keyboard keys
39 = S

The only key I wanted to disable and migrate was the S key for game function Sound ON/OFF…be sure your sound works before you delete the function, duh.

Edit LINE 37 which is the hardcoded S key for in-game sound and make it 00 to disable it
Edit LINE 50 which is the function for reverse and put the number 39

We just disabled the hardcoded S for Sound ON/OFF and made S reverse

Happy gaming….I’d really like to spend some time mapping out that file and the keys to have full control of the game keys but would that make me a nutcase? P.S this also works for the SPLAT PACK "CARSPLAT\DATA"

-XE
Post edited December 21, 2012 by xboxexpert