Quote:

I wanted to do a screenshot series of my prototype, but I didnt wanted to play with my hands tapping periodically the screenshot key. So I wrote a two liner which does this for me automatic, so here it is:

Code:

//call once before the main loop starts

function screenshot_series (interval_)
{
while (1)
{
file_for_screen ("screenshot_", int(total_ticks));
wait(-interval_);
}
}



Its not a big deal, but such odds and ends make life easier. Do you know when you rush with your finger to the screenshot key to capture at any moment the perfect screenshot and it was too late? This is the solution... play your game and dig out of the bunch of screenshots you made the PERFECT one.

It works*

Ciao
Christian

*doesnt influence the gameplay with 2 seconds intervals and 800x600 resolution.





I like this idea... Now if Only I could figure out how to take all
the random screen shots and turn them into a video it would be awesome.

I have thought about for instance making a video showing my
player hand touch the buttons inside my elevator.
( Just hands so it can be re-used)
Then taking this slew of images and somehow converting
it to video.

Sorry not trying to ramble to much off topic..



At anyrate this Is Indeed a great Conribution
no more sore hands!


*** Teutonic Darkness ***