Group: Members
Posts: 66
Joined: 28-January 03
From: United Kingdom
Member No.: 21612
Hi guys,
My game is now finished and being pumped around the usual sources as we speak however, I have no screen shots of the game, I could take them with my digital camera but I was hoping for a real good quality snap, anyone have a method of doing this?
I would love for somebody to take few snapshots and send them to me for my website.
Group: Head Moderator
Posts: 9688
Joined: 19-July 02
Member No.: 1853
Xbox Version: v1.1
360 version: v1 (xenon)
QUOTE (jfuller @ Feb 26 2003, 09:52 AM)
Hi guys,
My game is now finished and being pumped around the usual sources as we speak however, I have no screen shots of the game, I could take them with my digital camera but I was hoping for a real good quality snap, anyone have a method of doing this?
I would love for somebody to take few snapshots and send them to me for my website.
Cheers Jamie
Well, I can do some screne caps for you.... but I'm at work right now.
I can do it tonight, though.... I'll PM you with details.
Group: Members
Posts: 55
Joined: 13-October 02
Member No.: 5011
There is a native function call in the sdk for screenshots. dmScreenShot(...) or something to that effect........ It is in the debug library and it can only be used if the game is on the harddrive. Basicly It takes a file name and when called dumps an images with that name in the directory where your *.xbe is running. Look in the documentation to find out more about it.
Group: Members
Posts: 66
Joined: 28-January 03
From: United Kingdom
Member No.: 21612
QUOTE (HackJack @ Feb 26 2003, 06:09 PM)
There is a native function call in the sdk for screenshots. dmScreenShot(...) or something to that effect........ It is in the debug library and it can only be used if the game is on the harddrive. Basicly It takes a file name and when called dumps an images with that name in the directory where your *.xbe is running. Look in the documentation to find out more about it.
Hope this helps
Thanks hackjack,
Theres so much to learn and such little time to learn it all!!!.