Change the main character walk speed
by SpaceMonkey · in Torque Game Engine · 10/03/2006 (7:07 pm) · 5 replies
How do I change the walking speed of my character?
About the author
#2
10/03/2006 (7:54 pm)
What does the .DSO files do?
#3
10/03/2006 (8:00 pm)
What does the .DSO files do?
#4
10/03/2006 (8:12 pm)
The dso's are the compiled version of the scripts (.cs files)
#5
10/03/2006 (8:39 pm)
Generally, when you complete a game and ship it off to customers, they will get the .DSO files instead of the .CS counterparts. By limiting end-users to the compiled .DSOs, there is less of a chance for them to tinker with the game and do unfair stuff with your game.
Torque Owner Aaron E
Default Studio Name
Take a look at player.cs in the starter.fps\server\scripts folder. Right around the middle of the file. Make sure you delete all the .DSO files though.