Hi guys...
Windows 7 Ultimate 32 bit is my OS.
Please help....thanks!
I need a batch file that is run once from inside the same folder called Config as an "options.cfg" file,part of the text is listed below.I need to change the unknown number that follows the "draw_distance" to the number shown "10.000000".
The minimum and maximum numbers are between 0.000000 and 1.000000 adjustable in an older car racing game options for viewing distance.The complete file must not be replaced as other people racing this game have different settings for multiple options set in game.
@echo off
replace line 3 in options.cfg draw_distance *.* with draw_distance 10.000000
exit /b
Something like the above example ( I know that doesn't work ).
car_texture yes
detail_level 1.000000
draw_distance 10.000000
effects yes
filtering yes
fog no
Thanks again!
Val
Windows 7 Ultimate 32 bit is my OS.
Please help....thanks!
I need a batch file that is run once from inside the same folder called Config as an "options.cfg" file,part of the text is listed below.I need to change the unknown number that follows the "draw_distance" to the number shown "10.000000".
The minimum and maximum numbers are between 0.000000 and 1.000000 adjustable in an older car racing game options for viewing distance.The complete file must not be replaced as other people racing this game have different settings for multiple options set in game.
@echo off
replace line 3 in options.cfg draw_distance *.* with draw_distance 10.000000
exit /b
Something like the above example ( I know that doesn't work ).
car_texture yes
detail_level 1.000000
draw_distance 10.000000
effects yes
filtering yes
fog no
Thanks again!
Val
My Computer
- Computer type
- PC/Desktop
- OS
- Windows 7 ultimate 32bit