UGX-Mods

Call of Duty 5: World at War => Tutorial Desk => Scripting => Topic started by: isaacscott935 on June 04, 2018, 07:13:23 pm

Title: Change start round with zombie health/speed
Post by: isaacscott935 on June 04, 2018, 07:13:23 pm
Hi guys :D

This is a tutorial on how to change the start round in your custom zombies map.

1) Go to \root\raw\maps and copy the _zombiemode.gsc file if it isn't already in your mapname\maps folder. Open the script and press CTRL+F to find. Search for the function round_start().

2) There are three lines, and the second one is: level.round_number = 1;
Change this number to whatever round you want your map to start on (I have chosen 15).
Leave the level.first_round defined as true.

3) To change the speed of the zombies, you need to type in: level.zombie_move_speed. Set the value as whatever round you want it to start on multiplied by 8. You can either just type in the number, or write [level.round_number * 8].

4) To change the health of the zombies, press CTRL+F on your keyboard to search. Type in "zombie_health_start". The first result should be underneath a title named //AI. Change the value of that variable to the amount of health the zombies have on the round that you chose to have your map start on. To calculate this, go to: https://zombulator.com/. Input your round number and it will display the amount of health the zombies have on that round. Then, set the value for that variable as that number.

Now, save and close. In Launcher, hit build mod and it will work.
Title: Re: Change start round with zombie health/speed
Post by: Harry Bo21 on June 05, 2018, 07:12:22 am
You’ve literally just rewritten a tutorial that radi linked you to...
Title: Re: Change start round with zombie health/speed
Post by: isaacscott935 on June 05, 2018, 02:49:39 pm
Well, Harry, since I haven’t seen this tutorial that Radiant has I haven’t ‘rewritten’ it.
Title: Re: Change start round with zombie health/speed
Post by: mapping_noob on June 05, 2018, 04:38:28 pm
these "tutorials" feel like spam anymore.... I come to see new exciting content and see these basic tutorials.
Title: Re: Change start round with zombie health/speed
Post by: isaacscott935 on June 05, 2018, 05:09:56 pm
Well, a lot of new people come here and ask how to do stuff. I am fairly new modder so it helps me to understand modding more.

Double Post Merge: June 05, 2018, 07:43:31 pm
these "tutorials" feel like spam anymore.... I come to see new exciting content and see these basic tutorials.

Oh, and if you're looking for 'new exciting content', then why don't you look at the Black Ops 3 pages? You're bound to find exciting content there, as most talented scripters/modders don't touch WAW anymore and have moved on the Black Ops 3.
Title: Re: Change start round with zombie health/speed
Post by: mapping_noob on June 05, 2018, 08:52:23 pm
If you have twitter I can add u and help you with your map I've been mapping for a few years now

(https://image.ibb.co/iBC3YJ/1984931_D_CB50_4_B97_BAA3_859_E66016_E3_A.jpg)
Title: Re: Change start round with zombie health/speed
Post by: isaacscott935 on June 05, 2018, 09:03:54 pm
Do you know the basics of scripting?
Title: Re: Change start round with zombie health/speed
Post by: Harry Bo21 on June 05, 2018, 10:07:47 pm
Well, Harry, since I haven’t seen this tutorial that Radiant has I haven’t ‘rewritten’ it.
lol this has exactly 0 to do with radiant

and you DID see it

Radi posted link to tutorial on this when you asked

an hour later

you posted a tutorial - on the exact thing radi linked you to
Title: Re: Change start round with zombie health/speed
Post by: isaacscott935 on June 06, 2018, 06:10:52 am
So why did you mention radiant in your message?
Title: Re: Change start round with zombie health/speed
Post by: TGMKTheII on June 06, 2018, 07:01:30 am
So why did you mention radiant in your message?

He's referring to the user RadiMax.
Title: Re: Change start round with zombie health/speed
Post by: isaacscott935 on June 06, 2018, 02:46:21 pm
Yeah I know that now. Harry’s just accusing me of stealing Radi’s script, which I didn’t.
Title: Re: Change start round with zombie health/speed
Post by: DeletedUser on December 16, 2020, 08:14:17 pm
thanks