Hello, everyone. I recently encountered an extremely obnoxious zoning problem. So basically in my map you can take two paths which lead to one location. In Zone 2 you have the option to go to (a) Zone 3 or (b) Zone 4. Once you go to (a) you can proceed to Zone 5 by taking a staircase, same applies to (b) where you proceed to Zone 6. Zone 5 and 6 lead up to Zone 7. (pictures are below) I have also scripted my zones like this:
Previously I also attempted to make all the zones work vice versa (like this: add_adjacent_zone( "zone7", "zone5", "enter_zone5" );
Once I enter Zone 7 [from either Zone 6 or 5] zombies began spawning on the opposite side which I didn't open. (If I opened from Zone 5 zombies from Zone 6 would be spawning).
I have also tried to tackle this problem from various different ways: 1) I checked my KVP's a) for the zombie spawns. (They were linked to the correct zones) b) for the doors + triggers. (Also linked to the correct zones + correct targernames) 2) Checked my volume
I tried to change up some random variables too but no luck. Anyone know how to fix this? Thanks.
Last Edit: August 12, 2014, 08:10:01 pm by SajeOne
You seem to have 2 enter_zone7's. I believe only 1 is allowed. So maybe switch one of them to a different name.
How would that make sense though? I have seen multiple maps where it takes two paths into a single zone, haha. How would I rename a zone that has a set name?
How would that make sense though? I have seen multiple maps where it takes two paths into a single zone, haha. How would I rename a zone that has a set name?
Here try. I don't know if this will work but people who usually have problems with zones, this is usually how it is fixed.
@ISayPwn In the future please post all repetitive code or console output in code tags. I have edited the original post. One or two lines isn't an issue but when you are posting more than that there needs to be code tags.
@ISayPwn In the future please post all repetitive code or console output in code tags. I have edited the original post. One or two lines isn't an issue but when you are posting more than that there needs to be code tags.
Gotcha, will make sure to do so
Last Edit: August 12, 2014, 08:18:08 pm by iSayPwn