Re: [SUGGESTION] Screenshots

#5
Serimah wrote:You mean an InGame Screenshot Function? That would be neat but statistically Regalis would be busy with so many other things... *looks at the Modders of this forum*
Also, taking Screens of 096 to show off his beautiful features?
Image

WAY ahead of you :D
;-; Scary as hell...
juanjpro wrote:

Code: Select all

If KeyHit(67) Then ;press F9 to take a screenshot
	n%=0
	While True
		If FileSize("screenshots\img"+Str(n)+".bmp")=0 Then
			SaveBuffer(FrontBuffer(),"screenshots\img"+Str(n)+".bmp")
			Msg = "Screenshot taken"
			MsgTimer = 70*5
			Exit
		Else
			n=n+1
		EndIf
	Wend
EndIf
It's that easy :) Add this to the start of the main loop.
Everything is said here. :P The idea is good but does it really worth it to be an official update on the game? I don't think so. :wink:

Re: [SUGGESTION] Screenshots

#8
juanjpro wrote:

Code: Select all

If KeyHit(67) Then ;press F9 to take a screenshot
	n%=0
	While True
		If FileSize("screenshots\img"+Str(n)+".bmp")=0 Then
			SaveBuffer(FrontBuffer(),"screenshots\img"+Str(n)+".bmp")
			Msg = "Screenshot taken"
			MsgTimer = 70*5
			Exit
		Else
			n=n+1
		EndIf
	Wend
EndIf
It's that easy :) Add this to the start of the main loop.
You're going to have to help me out here. Shoved that in main loop, the message shows up so it definitely saved the image, but I cannot find a screenshots folder nor any screenshots. Bizarre.

EDIT: Have to make the screenshots folder. Should've tried that first, really :laugh:

EDITEDIT: http://scpcbgame.com/forum/viewtopic.php?f=11&t=3404
SCP - Box of Horrors v0.8.0b
Twitter
Github Profile