Hey, is there a script to effect all timers in GE so that all animations etc move in slow motion?
thx
GameLogic.setLogicTicRate(xxxx)
GameLogic.setPhysicsTicRate(xxxx)
this will affect only physics animations, all frame animations you must do manually, except there is a command to set frame rate of the frames, not the game engine logic.
ok thx .