|
Take a look at DestinatorVoiceManeuvers.inf in the Voice\All folder
You can REM out the distances you don't need with // in front of them
eg.
//::MC,TURN_LEFT*FIRST_DISTANCE,0,0,t_l;3*2;UNITS,"I n UNITS Turn left"
::MC,TURN_LEFT*SECOND_DISTANCE,0,0,t_l;500;UNITS," In five hundred UNITS Turn left"
//::MC,TURN_LEFT*THIRD_DISTANCE,0,0,t_l;200;UNITS,"I n two hundred UNITS Turn left"
::MC,TURN_LEFT*FOURTH_DISTANCE,0,0,t_l,"Turn left"
gives you prompts at 500 yeards and at the turn
__________________
------------------------------
Ken
|