UGX-Mods

Call of Duty 5: World at War => Help Desk => Scripting => Topic started by: Rollonmath42 on September 09, 2012, 10:33:09 pm

Title: Ammo Counter in Numbers?
Post by: Rollonmath42 on September 09, 2012, 10:33:09 pm
How would you make the ammo counter in game be numbers on both parts like in Black Ops?
Title: Re: Ammo Counter in Numbers?
Post by: KDXDARK on September 09, 2012, 10:38:16 pm
find in hud.gsc or idk but in hud.gsc possible  :troll:
Title: Re: Ammo Counter in Numbers?
Post by: treminaor on September 10, 2012, 05:18:32 am
find in hud.gsc or idk but in hud.gsc possible  :troll:
hud.gsc will not help you.

You will need to disable the stock ammo counter (ui/hud.menu) and then script your own ammo counter hud with GSC. Keep in mind that if you do not do the hud updates correctly, you will overflow the engine with hud changes and the map will crash from the ammo counter text updates.
Title: Re: Ammo Counter in Numbers?
Post by: Rollonmath42 on September 10, 2012, 10:28:16 am
Sounds like it will be a pain in the ass for someone like me, who doesn't know where to start for scripting. -_- Guess I should start learning from the wiki...

Would it be possible to use the hud.menu from Black Ops? Just change a few things to get it to work?
Title: Re: Ammo Counter in Numbers?
Post by: treminaor on September 10, 2012, 04:22:03 pm
Sounds like it will be a pain in the ass for someone like me, who doesn't know where to start for scripting. -_-
Yes.

Would it be possible to use the hud.menu from Black Ops? Just change a few things to get it to work?
No.