Skip to content

gearshift.ini

TonyWhitley edited this page Apr 22, 2019 · 2 revisions

The [miscellaneous] section of gearshift.ini has these controls

'shared memory' : '1', # 1: read gears, clutch from rF2 shared memory
'damage' : '0', # 1: damage model active
'shifter' : '1', # 0: paddles/sequential. Different damage model
'double declutch' : '0', # 1: double declutch required (damage will be worse if not done) TBD
'preselector' : '0', # 1: pre-selector gearbox TBD
'reshift' : '0', # 1: must go to neutral after a bad shift
'neutral button' : 'DIK_NUMPAD0', # the key code sent to prevent a shift occurring
'ignition button' : 'DIK_APOSTROPHE', # the key code sent if the engine is damaged
'wav file' : 'Grind_default.wav',

These are for debugging the program, fiddle with these and you're on your own!
'debug' : '0',
'mock input' : '0',
'test mode' : '0'

Clone this wiki locally