Quick Question

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

    #1

    Quick Question

    I know in BF1942 there was the hud 0 thing to take the hud off. Whats the command for this in BF2? If there isnt one then how do the people who make movies do this? Thanks in advance!:)
  • CinC212

    #2
    Re: Quick Question

    This?
    renderer.drawHud 0

    Sounds like it might be what you want...

    Comment

    • Revoluti0n
      Member
      • Mar 2006
      • 3032

      #3
      Re: Quick Question

      Can't you just change the HUD transparancy to 100%?

      Comment

      • Travers1111
        Member
        • Dec 2006
        • 283

        #4
        Re: Quick Question

        Originally posted by Revoluti0n
        Can't you just change the HUD transparancy to 100%?
        Ya, but then there is still the bar showing how many flags are capped and also the tickets and time.

        Originally posted by CinC212
        This?
        renderer.drawHud 0

        Sounds like it might be what you want...
        And to turn it back on u write 'renderer.drawHud 1'?

        Originally posted by edieboy777
        I know in BF1942 there was the hud 0 thing to take the hud off. Whats the command for this in BF2? If there isnt one then how do the people who make movies do this? Thanks in advance!:)
        They use mainly Battlerecorder.

        Comment

        • NateDawg=US=

          #5
          Re: Quick Question

          Originally posted by Revoluti0n
          Can't you just change the HUD transparancy to 100%?
          Yes that would work but people like the HUD in game until they don't need it so it is just more convenient to go into the consol.

          And yes it is... renderer.drawHud [0,1] 0 or 1 depending on what you want.

          Look HERE

          Comment

          • Travers1111
            Member
            • Dec 2006
            • 283

            #6
            Re: Quick Question

            Thx :d

            Comment

            Working...