Page 1 of 1

Not a lot to do with ProMods specifically, but ATS/ETS

Posted: 15 Oct 2018 03:19
by daronmal
I have a keyboard w/o the numpad, so I cant teleport anywhere, since the camera is directed with the numpad. Is there a workaround?

Re: Not a lot to do with ProMods specifically, but ATS/ETS

Posted: 15 Oct 2018 11:34
by Vøytek
Not sure if you can do it in game itself, but maybe use a software that allows you to remap your keys? So you can assign, for example, "Num 8" to an unused (in game) key?

Re: Not a lot to do with ProMods specifically, but ATS/ETS

Posted: 15 Oct 2018 12:07
by Davyddin
I think you can change the mappings using these lines in the profile's controls.sii:

Code: Select all

config_lines[115]: "mix camfwd `keyboard.num8?0`"
config_lines[116]: "mix camback `keyboard.num5?0`"
config_lines[117]: "mix camleft `keyboard.num4?0`"
config_lines[118]: "mix camright `keyboard.num6?0`"
config_lines[119]: "mix camup `keyboard.num9?0`"
config_lines[120]: "mix camdown `keyboard.num3?0`"