Snap Shots?

Miscellaneous Forums/General Discussion/Snap Shots?

Meh, I guess this place is fine for posting this.
Is there a way to take snapshots or record videos of a Blizt3D game you are working on?
Like a program or something?

For screenshots, the print screen button works perfectly well for me. Failing that you could also use SaveBuffer(BackBuffer(),"Something.png")

For videos, Fraps is king.

For screenshots use this
If KeyHit(68) Then
image=image+1
ImageName$="Myshot"+Str$(image)+".bmp"
SaveBuffer(FrontBuffer(),ImageName$)
End If

for video, use Fraps as suggested

Sweetness!
Thanks. I'll try it out.

I also looked into this a few days ago, I downloaded the Fraps demo and it creates smooth video, where some free programs would slow the game down too much. The only problem was it did not record the sound but it should be possible.

Fraps records the sounds when I use it...

FRAPS is great.

I got the sound recording working by changing my audio settings, I had to select 'line-in' for recording. :D

No, I was lying, it wasn't line-in it was Stereo Mix (I think, as I am using a Dutch version..).

Not really important this but STILL, I don't want to become known as someone who lies all the time. -_-