-
How to make the game slowmotion?
How can I toggle slowmotion on and off while in the game? For example, the game is regular speed and then slowmotion and then changes back to regular speed? Also, how can I make the player/bike freeze while in the game? Thank you!!!!
-
Senior Member
Re: How to make the game slowmotion?
You can make the player and bike freeze by linking the FREEZE [ ] (may be written Frozen) to a Variable Data Source or something with numbers, then use 0 for unfrozen and 1 for frozen. This option is in both player and bike properties.
As for slow motion, you'll have to either simulate it with OPE (and maybe Curve Data Source) or by bogging down the physics engine with complicated objects visible in the scene.
-
Senior Member
Re: How to make the game slowmotion?
You can increase linear & angular dampening on the rider when in slow motion. Better not bogging down the track, because it isn't really slow motion, and it can be different on different consoles.