Announcement

Collapse
No announcement yet.

Bind a key to toggle show/hide for HUD+crosshair?

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Bind a key to toggle show/hide for HUD+crosshair?

    Anyone know how I can bind a key to toggle show/hide for HUD+crosshair? Thanks.

    #2
    In the console (Tab, or Tilde or in some countries @) type:

    Set input [key=F7 etc] Togglescreenshotmode

    Comment


      #3
      is there a way to Togglescreenshotmode without turning off the weapon in first person view? thanks.

      Comment


        #4
        Possibly "Showhud" works.

        Comment


          #5
          Originally posted by Ickle View Post
          Possibly "Showhud" works.
          ya but only problem is it still shows the crosshair. is there a command to turn off the crosshair, too? thanks.

          Comment


            #6
            I don't think there's a simple way that can be toggled. But this will work:

            Aliases[##]=(Command="showhud | set Engine.Hud bCrosshairShow False| OnRelease set input z SSModeOff",Alias="SSModeOn")
            Aliases[##]=(Command="showhud | set Engine.Hud bCrosshairShow True| OnRelease set input z SSModeOn",Alias="SSModeOff")

            Z = SSModeOn

            Edits goes in your user.ini. Aliases cannot be added only replaced (1-39).

            Comment

            Working...
            X