How To Make Screenies Without Hud / Crosshair

ScOrpcOmScOrpcOm Join Date: 2005-01-07 Member: 33200Members
<div class="IPBDescription">xD</div> Greets people...

I want to make some nice screenshots <!--emo&:p--><img src='http://www.unknownworlds.com/forums/html/emoticons/tounge.gif' border='0' style='vertical-align:middle' alt='tounge.gif' /><!--endemo--> and I wonder if I could disable the HUD / crosshair with a console command or someting... it would be much nicer... <!--emo&:D--><img src='http://www.unknownworlds.com/forums/html/emoticons/biggrin-fix.gif' border='0' style='vertical-align:middle' alt='biggrin-fix.gif' /><!--endemo-->

Thx!

Comments

  • DragonMechDragonMech Join Date: 2003-09-19 Member: 21023Members, Constellation, Reinforced - Shadow
    edited January 2005
    This is for CS, I'm not sire how it would work in NS:

    <!--c1--></div><table border='0' align='center' width='95%' cellpadding='3' cellspacing='1'><tr><td><b>CODE</b> </td></tr><tr><td id='CODE'><!--ec1-->
    alias takesnap ".cs_on; wait; wait; snapshot; .cs_off; wait; wait; developer 1; echo Screenshot Complete; developer 0"
    alias .cs_on "clear; hud_draw 0; cl_buildmessages 0; cl_observercrosshair 0; crosshair 0; scr_centertime 0"
    alias .cs_off "hud_draw 1; cl_observercrosshair 1; crosshair 1; cl_buildmessages 0; scr_centertime 8"

    bind "enter" "takesnap"<!--c2--></td></tr></table><div class='postcolor'><!--ec2-->

    [EDIT] I've added the cl_buildmessages 1/0 bit so that you won't see what structures are being built by your team.

    And Shadow, he can't delete them - you need a mod/admin to do that.
  • ShadowShadow Join Date: 2004-09-01 Member: 31145Members, Constellation
    well bacisally you need to give these commands

    clear (clears all texts that persons have typed)
    hud_draw 0 (disables you hud)
    scr_centertime 0 (disables the time )
    crosshair 0 (disables you crosshair)

    btw you have made a triple post plz delete the others
Sign In or Register to comment.