UGX-Mods

Call of Duty 5: World at War => Help Desk => Topic started by: LegendHugo on November 07, 2015, 02:29:58 pm

Title: Zombie With Gun?
Post by: LegendHugo on November 07, 2015, 02:29:58 pm
I have set a zombie spawner, and in the first round a zombie witha gun spawns, he tries to shoot me, when i kill him no more respawn in that or in the following rounds
http://imgur.com/PDhQMMO (http://imgur.com/PDhQMMO)
Title: Re: Zombie With Gun?
Post by: Scobalula on November 07, 2015, 02:49:07 pm
You haven't "defined" them as a zombie, I forget the KVP but look up a tutorial or something. :P
Title: Re: Zombie With Gun?
Post by: LegendHugo on November 07, 2015, 03:40:04 pm
You haven't "defined" them as a zombie, I forget the KVP but look up a tutorial or something. :P

i Have This defined, two youtube videos looked the same.
Can u just check this for me please?
http://imgur.com/mTK2Tkn (http://imgur.com/mTK2Tkn)
Thank You
Title: Re: Zombie With Gun?
Post by: brandontr3 on November 07, 2015, 05:16:56 pm
Change the forcespawn number to 2 or 3. I think 3 makes them normal zombies.
Title: Re: Zombie With Gun?
Post by: Lukkie1998 on November 07, 2015, 05:42:38 pm
Change the forcespawn number to 2 or 3. I think 3 makes them normal zombies.
He wrote "spawnflasgs" instead of "spawnflags" :P

Lukkie1998
Title: Re: Zombie With Gun?
Post by: LegendHugo on November 07, 2015, 05:45:15 pm
He wrote "spawnflasgs" instead of "spawnflags" :P

Lukkie1998
God Damnit!  :please:

Double Post Merge: November 07, 2015, 06:17:01 pm
He wrote "spawnflasgs" instead of "spawnflags" :P

Lukkie1998

now nothings spawns...
Title: Re: Zombie With Gun?
Post by: X0master on November 07, 2015, 09:31:38 pm
God Damnit!  :please:

Double Post Merge: November 07, 2015, 06:17:01 pm
now nothings spawns...
did you add info_volume to your map?
Title: Re: Zombie With Gun?
Post by: Scobalula on November 07, 2015, 09:47:40 pm
Show us the KVPs?

Edit: nvm, I saw you posted them. I'll edit this again with a reply.

did you add info_volume to your map?

Along with this, open up your map's gsc (mapname.gsc) and check for this:

Code Snippet
Plaintext
zones[ zones.size ] = "start_zone";

Where you see "start_zone" make sure it corresponds with your info_volume's targetname.
Title: Re: Zombie With Gun?
Post by: brandontr3 on November 07, 2015, 10:06:11 pm
Sorry man I meant spawnflags not forcespawn  just change the number in forcespawb back to what it was,my bad lol
Title: Re: Zombie With Gun?
Post by: LegendHugo on November 08, 2015, 12:29:48 am
Show us the KVPs?

Edit: nvm, I saw you posted them. I'll edit this again with a reply.

Along with this, open up your map's gsc (mapname.gsc) and check for this:

Code Snippet
Plaintext
zones[ zones.size ] = "start_zone";

Where you see "start_zone" make sure it corresponds with your info_volume's targetname.

I set the starting zone as "start_zone" and in the volume was written"zone_start". Issue Fixed, Zombies now spawn without guns :D