Hi mates!!!!
I have a question - how to make HUD and edit existing one??? Also I would like to know how to use HUD in map.
I have a question - how to make HUD and edit existing one??? Also I would like to know how to use HUD in map.
There's plenty information about this on the Unreal Wiki
Could you be more specific about what you want to know? Do you actually know how to code for UT?
Here are some links:
- HUD
- Writing and using an embedded mutator
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.