Game speed refers to the number of game ticks processed in a single visual frame. A game speed greater than 1 is indicated in the bottom left corner of the screen (e.g. "2x" for double speed). This behavior is a leftover from Planet Blupi.
Controls[]
Key | Effect |
---|---|
F5 | Set game speed to 1x |
F6 F7[1] F8[1] |
Set game speed to 2x |
Game speed cannot be changed with a controller.
- ↑ 1.0 1.1 Internally, the F7 and F8 keys call the
CEvent::SetSpeed
function with a value of 4 and 8, respectively. However, theSetSpeed
function limits this to 2. This is a leftover from Planet Blupi, which has a game speed limit of 8 while theQUICK
cheat is enabled. Due to the lack of an equivalent cheat, these higher speeds are inaccessible in Speedy Blupi.