Changes between Version 2 and Version 3 of su


Ignore:
Timestamp:
Aug 19, 2011 1:56:56 PM (13 years ago)
Author:
jpawlick
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • su

    v2 v3  
    1 This commands increases the maximum running speed of all clients. The default value is 320. FIXME: I think we want to speed up or slow down the whole game. This function is pretty useless.
     1This command increases the speed of the entire simulation while holding the framerate constant. In other words, with a speed factor of 2.0, what would normally take 2 minutes and 120 frames in Quake will now take 1 minute and 120 frames, because each frame represents twice as much time. With high speed factors, this can cause some instability (for example, falling off a high cliff may not kill the player).
     2
     3This command affects everything about the game that happens within the client and server virtual machines. In other words, this includes movement speeds, firing rates, acceleration due to gravity, animation speeds, rocket travel times, and so on. It may also affect apparent ping times, I'm not sure.
    24
    35'''Parameters:'''
    4  * 1: float factor - the factor by which to speed up the running
     6 * 1: float factor - the factor to set the simulation speed to (1 is normal, 2 is twice as fast, 0.5 is half as fast, etc). Do not use 0 or very magical things will happen until you change it back. We recommend that you use [[ps]] to pause the simulation instead.
    57
    68'''Reports:'''
     
    1012 * User sends: "su 512 2"
    1113 * Director replies: "cp su 512 done"
    12  * Server: g_speed changed to 640.000000
     14 * Server: qg_simulationspeed changed to 2.0