UE1 - UT Making HUD

  • Two Factor Authentication is now available on BeyondUnreal Forums. To configure it, visit your Profile and look for the "Two Step Verification" option on the left side. We can send codes via email (may be slower) or you can set up any TOTP Authenticator app on your phone (Authy, Google Authenticator, etc) to deliver codes. It is highly recommended that you configure this to keep your account safe.

Bloeb

New Member
Mar 21, 2010
16
0
0
Actually, there aren't many coders here that still work on Unreal/UT content. They mostly visit other communities who don't pretend UT is dead.

Anyway your question isn't very specific. In order to create a HUD you should know how to code. Then you can create a new HUD or HUDMutator. There's plenty information about this on the Unreal Wiki
 

Bloeb

New Member
Mar 21, 2010
16
0
0
Well, if you want to create a custom HUD and embed it in your map you must be able to code. Just copy-pasting codes won't get you anywhere.

Instead of creating an entirely new HUD it might be more useful to start with a HUDMutator first. HUDMutators are small add-ons to your default HUD. Here's some more code to start with. Combine the HUDMutator code with the code from the previous links.
 

Dozey

The Cleaner of Sunspire, Mapper
Well, if you want to create a custom HUD and embed it in your map you must be able to code. Just copy-pasting codes won't get you anywhere.

Instead of creating an entirely new HUD it might be more useful to start with a HUDMutator first. HUDMutators are small add-ons to your default HUD. Here's some more code to start with. Combine the HUDMutator code with the code from the previous links.

OK Thank you ;)