Rune Central

The Official Rune Quake Message Board
It is currently Thu Mar 28, 2024 7:50 pm

All times are UTC - 5 hours [ DST ]




Post new topic Reply to topic  [ 1 post ] 
Author Message
 Post subject: Clean Screenshot Screen Alias For JoeQuake = In This Post
PostPosted: Wed Aug 17, 2005 1:49 am 
Offline

Joined: Sun Mar 09, 2003 10:47 pm
Posts: 1612
Location: Ohio
When taking a screenshot of a map, mod, texture example, etc ... often you want to a clean screenshot ...

I was going to put in a "someday maybe" feature request for JoeQuake, but as it turns out, it's possible to do with an alias:

JoeQuake Clean Screenshot Alias wrote:
alias cleanscreenshot "r_drawviewmodel 0; scr_printstats 0; con_notifylines 0; crosshairalpha 0; viewsize 120; wait; wait; wait; screenshot; crosshairalpha .4; con_notifylines 4; scr_printstats 1; r_drawviewmodel 1"

bind F11 cleanscreenshot


Image

Works like a charm! Instants restores everything. (Provided you aren't using funky settings.)

Code:
Methodology:

r_drawviewmodel  // when 0, does not display your weapon
scr_printstats // the top right time in level display
con_notifylines 0 //  The top couple of lines saying "You got nails" .. set to 0 and they aren't displayed (Default = 4)
crosshairalpha // When set 0 to zero, you effectively have no crosshair. 
viewsize // 100 = normal; 120 = show no HUD


I did crosshairalpha 0 instead of crosshair 0 intentionally. Since crosshair 1,2,3,4,5,6 are different ones and you can use a custom one, this avoids having to know what crosshair was previously being used. Crosshairalpha is unavailable in Win JoeQuake (substitute crosshair 0).

By doing using an alias similar to the one above, you can also take successive screenshots without getting "WROTE JOEQUAKE001.TGA" as part of the picture.


Top
 Profile  
Reply with quote  
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 1 post ] 

All times are UTC - 5 hours [ DST ]


Who is online

Users browsing this forum: No registered users and 41 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Jump to:  
cron
Powered by phpBB® Forum Software © phpBB Group