Re: Manual Mode Help (4t65ehd) newbie
Posted: Mon Apr 15, 2013 8:45 pm
Davey,
To change the shift button 'hold' duration, use a text editor (notepad.exe or something similar) to find a line in the mainController.INI file (in the tunerstudio project folder) like this:
and change the 25.0 to something smaller, like 10.0:
I have made this change to this INI for 2.204 code: http://www.msgpio.com/manuals/mshift/fi ... t_2204.ini
I will make this change for all future releases of the code, including the 4.115 beta code that will be released in a few days.
Lance.
To change the shift button 'hold' duration, use a text editor (notepad.exe or something similar) to find a line in the mainController.INI file (in the tunerstudio project folder) like this:
Code: Select all
shftr_accum = scalar, U16, 544, "", 0.10, 0.00000, 25.0, 1000, 1 ; shifter accumulator - button sensitivity (lower is more sensitive)
Code: Select all
shftr_accum = scalar, U16, 544, "", 0.10, 0.00000, 10.0, 1000, 1 ; shifter accumulator - button sensitivity (lower is more sensitive)
I will make this change for all future releases of the code, including the 4.115 beta code that will be released in a few days.
Lance.