PDA

View Full Version : just tried to make a slow version


Babylon-warp
7th November 2006, 14:00
failed a bit miserably, I looked through all the source code for instances of the word time, tick, frame etc. in the aim of finding where the base counter/clock is in the programme that sets the speed of all the operations.

unfortunately could not find any information about this in source code.

Was hoping to place a modulo on it or something, surely somewhere in the programme there is a value I can edit to make the frames run n times slower while keeping the frame per second the same, then perhaps I could put a fader on the variable, does anyone know about this?
Cheers

redi jedi
11th November 2006, 01:35
try looking the the renderframe() function, at the top there is some stuff related to time keeping/ transions and stuff, there may be a ticker in there somewhere you could alter.