Announcement

Collapse
No announcement yet.

GUI help!

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

    GUI help!

    I can't figure out how to get rid of the GUI that the UDK has by default when you play the game. Below is a picture of what I want to be gone. The health in the bottom left corner I would like to change to an image of my choice. Is there a tutorial on how to do this?I hope someone can help me out.

    #2
    In your game class (yes, you need code), you need to over-ride the draw hud function as so it draws nothing.

    You could also try getting kismet to call the ShowHud or whatever console command it is, but this isn't an ideal solution.

    Comment


      #3
      I'm okay with code just not that used to unreal script. Where is the game class located at?

      Comment


        #4
        Subclasses of GameInfo are gametypes. Change the HUDType to the HUD of your choice.

        Comment

        Working...
        X