Player icon indicating copy to clipboard operation
Player copied to clipboard

New Command: 2049 - SetGameSpeed

Open jetrotal opened this issue 9 months ago • 5 comments

Minor experiment, our first new Event Command.


To use it, write in Maniacs TPC: @raw 2049, "", speedIsVar, speed, speedLimitIsVar,speedLimit, hideSpeedMultiplierIsVar, hideSpeedMultiplier

e.g.: @raw 2049, "", 0, 10, 0, 50, 0, 1

The command must be inserted inside a parallel process, because Game_Clock::SetGameSpeedFactor(speed); only changes the speed at current frame.

image image

Any refactor (to improve how it's called or to hide the speed counter) is welcome.

jetrotal avatar Oct 01 '23 18:10 jetrotal