» Tue Aug 25, 2009 9:50 pm
Ok, the mod consisted of two files, ddraw (configuration settings) and ddraw.ddl, right? Open ddraw. Clicking on it should open it in notepad by default. Once there, scroll down to the [Speed] section.
You should see a list of available speed settings like this:
SpeedMulti0=50
SpeedMulti1=100
SpeedMulti2=150
SpeedMulti3=200
SpeedMulti4=300
SpeedMulti5=500
SpeedMulti6=1000
Below that, look for the lines:
;The initial speed at game startup
SpeedMultiInitial=100
Changing the speed is just a matter of changing the value of SpeedMultiInitial= and then saving the changes.
100 is default. I usually set it at 150 so that the world doesn't move at a snail's pace, yet still look fluid. Though if you're pressed for time, you can set it at 200 and above so that everything will zip right by.
Hope this helped. Post again you have more questions.