UGX-Mods

Call of Duty 5: World at War => Downloadable Items for Mappers => Custom Maps, Mods & Tools => Scripts => Topic started by: Thunderfrost on January 04, 2023, 08:03:57 am

Title: Cold War Armor System
Post by: Thunderfrost on January 04, 2023, 08:03:57 am
Hi there people, today I'm bringing you one of my many scripts to this forum, this is the Cold War armor system script I have made for you all. I tested it so many times both solo and coop, and I can finally say it works, but if you find any problem, just let me know.
 
The only 3 things you will do are:
 
In _zombiemode.gsc, into the init() function:
Code Snippet
Plaintext
maps\_zombiemode_armor::init();

After that, you will go to your mod.csv and add this:
Code Snippet
Plaintext
material,black
material,white

Then, you will go to your map, and load the armor prefab. Finally you can compile your mod and your map, that's all.
 
Into your map, you will find something like this:
 
(https://i.ibb.co/Km5k13y/Sin-t-tulo3.png)

Any problems you have please let me know, I'm confident that it works, but if you find something, please don't hesitate to tell me.
 
 
 
 
drive.google.com

 
 
EDIT: The HUD was misplaced and now it's fixed.
Title: Re: Cold War Armor System
Post by: DontGetSeen on January 18, 2023, 01:34:33 am
Epic! Just one question. How do i get the armour?? does it just regen? like or is it just there on my screen to look cool lol.
 
Anyways i love it and i will probably use it! :thumbsup-smiley: :D
Title: Re: Cold War Armor System
Post by: Thunderfrost on January 23, 2023, 03:14:15 am
Epic! Just one question. How do i get the armour?? does it just regen? like or is it just there on my screen to look cool lol.
 
Anyways i love it and i will probably use it! :thumbsup-smiley: :D
You can get the armor just by buying it from the workbench prefab, you can place the prefab wherever you want. The armor works just like in Cold War, except for one thing: The way this armor works is by increasing the max health, so it is like you have another jugg, but it does the job anyway.