Meximaster
Landlubber
<!--quoteo(post=164441:date=Sep 29 2006, 03:57 AM:name=Cyberops)--><div class='quotetop'>QUOTE(Cyberops @ Sep 29 2006, 03:57 AM) [snapback]164441[/snapback]</div><div class='quotemain'><!--quotec-->
For adding it to the mod i think it will be more usefull if the second speed setting would be on the T button, so R for normal speedup and T for second speedup.
<!--QuoteEnd--></div><!--QuoteEEnd-->
Yup, no problem so to customize that its just to change :
init_pc.c
//MOD_____________________________________________
CI_CreateAndSetControls( "", "TimeScale", CI_GetKeyCode("KEY_R"), 0, false );
CI_CreateAndSetControls( "", "TimeScale2", CI_GetKeyCode("KEY_T"), 0, false );
//MOD_____________________________________________
BTW anyone tried the Usurer file that i fixed?
For adding it to the mod i think it will be more usefull if the second speed setting would be on the T button, so R for normal speedup and T for second speedup.
<!--QuoteEnd--></div><!--QuoteEEnd-->
Yup, no problem so to customize that its just to change :
init_pc.c
//MOD_____________________________________________
CI_CreateAndSetControls( "", "TimeScale", CI_GetKeyCode("KEY_R"), 0, false );
CI_CreateAndSetControls( "", "TimeScale2", CI_GetKeyCode("KEY_T"), 0, false );
//MOD_____________________________________________
BTW anyone tried the Usurer file that i fixed?