Slow motion?
by Alexander B · in Torque Game Engine · 07/07/2008 (12:43 am) · 2 replies
I want to import a slow motion feature in the starter.fps game. A bit like timeshift. How would i do that? Also how would i make it so time completely stops exept for your character.
#2
The limitation is that when you adjust $timeScale, the entire simulation is affected. A slow motion method that does not slow down specific entities will require modification of the variable's effect, or a completely new approach.
07/08/2008 (6:49 am)
@Alexander - The variable you want to start with is $timeScale. Do a search on the site for that variable.The limitation is that when you adjust $timeScale, the entire simulation is affected. A slow motion method that does not slow down specific entities will require modification of the variable's effect, or a completely new approach.
Torque Owner Alexander B