Need to learn how to setup Pain Zones... badly

Tutorials and discussions about Mapping - Introduce your own ones!
Post Reply
User avatar
EvilGrins
Godlike
Posts: 9721
Joined: Thu Jun 30, 2011 8:12 pm
Personal rank: God of Fudge
Location: Palo Alto, CA
Contact:

Need to learn how to setup Pain Zones... badly

Post by EvilGrins »

See this?
Image

Not only did he fall over the side and not die, he also still had the flag he took.

That's annoying on so many levels!

Reason I'm asking · https://unreal-games.livejournal.com/129053.html

Like it says there... I found the ZoneInfo, I turned PainZone to "true", but nothing changed.

What did I do wrong?
http://unreal-games.livejournal.com/
Image
medor wrote:Replace Skaarj with EvilGrins :mrgreen:
Smilies · viewtopic.php?f=8&t=13758
User avatar
Hellkeeper
Inhuman
Posts: 905
Joined: Tue Feb 25, 2014 12:32 pm
Personal rank: Soulless Automaton
Location: France
Contact:

Re: Need to learn how to setup Pain Zones... badly

Post by Hellkeeper »

Did you add something in DamagePerSec? If not, then set something, a number higher than 0. This is the damage the players will experience for each second in the PainZone.
You must construct additional pylons.
User avatar
OjitroC
Godlike
Posts: 3630
Joined: Sat Sep 12, 2015 8:46 pm

Re: Need to learn how to setup Pain Zones... badly

Post by OjitroC »

EvilGrins wrote: Sat May 30, 2020 8:51 pmSee this?
Like it says there... I found the ZoneInfo, I turned PainZone to "true", but nothing changed.

What did I do wrong?
There are three ZoneInfo in the map (in the area beneath the 'ground') - as far as I could see PainZone for each is set to False. However I think there is a wider problem related to the zoning as
sektor's MapGarbage wrote:ZoningChecker: ZoneInfo4 and ZoneInfo0 share the same zone
ZoningChecker: ZoneInfo4 and ZoneInfo1 share the same zone
ZoningChecker: ZoneInfo0 and ZoneInfo1 share the same zone
So there is one Zone with three ZoneInfo actors - this can be seen by looking at the Zone/Portal view in UEd.

Notwithstanding that, setting KillZone = True for each ZoneInfo actor seemed to work (I tested it alone and, when falling/jumping off the land, died at a certain point in the descent (I have no idea how that works with CTF).

You might also wish to note that the map is unbalanced (according to sektor's MapGarbage tool) in that
- there is no alternative path for Team 1 (there is for Team 0)
- there are 8 PlayerStarts for Team 0 but only 7 for Team 1
User avatar
EvilGrins
Godlike
Posts: 9721
Joined: Thu Jun 30, 2011 8:12 pm
Personal rank: God of Fudge
Location: Palo Alto, CA
Contact:

Re: Need to learn how to setup Pain Zones... badly

Post by EvilGrins »

OjitroC wrote: Sat May 30, 2020 11:33 pmYou might also wish to note that the map is unbalanced (according to sektor's MapGarbage tool) in that
- there is no alternative path for Team 1 (there is for Team 0)
- there are 8 PlayerStarts for Team 0 but only 7 for Team 1
I really need to get that tool.
Hellkeeper wrote: Sat May 30, 2020 10:05 pmDid you add something in DamagePerSec? If not, then set something, a number higher than 0. This is the damage the players will experience for each second in the PainZone.
I did not. Thanks!
OjitroC wrote: Sat May 30, 2020 11:33 pmThere are three ZoneInfo in the map (in the area beneath the 'ground') - as far as I could see PainZone for each is set to False.
After it didn't work the first time, I set it back to false. Figured if I couldn't get it to work there as no reason to leave it on... although I didn't know there were 3 of those.
http://unreal-games.livejournal.com/
Image
medor wrote:Replace Skaarj with EvilGrins :mrgreen:
Smilies · viewtopic.php?f=8&t=13758
User avatar
OjitroC
Godlike
Posts: 3630
Joined: Sat Sep 12, 2015 8:46 pm

Re: Need to learn how to setup Pain Zones... badly

Post by OjitroC »

The map is not properly zoned so if you were to set PainZone=True and set a figure for the pain per sec, it would affect everything on the 'land' as well (or at least those parts of the 'land' that I walked over). Setting KillZone=True won't work either. So the map needs to be properly zoned for any solution other than the one you have adopted.
User avatar
Barbie
Godlike
Posts: 2806
Joined: Fri Sep 25, 2015 9:01 pm
Location: moved without proper hashing

Re: Need to learn how to setup Pain Zones... badly

Post by Barbie »

Or ad a Trigger with a big radius at the bottom and a SpecialEvent with setting "KilIInstigator".
"Multiple exclamation marks," he went on, shaking his head, "are a sure sign of a diseased mind." --Terry Pratchett
User avatar
sektor2111
Godlike
Posts: 6410
Joined: Sun May 09, 2010 6:15 pm
Location: On the roof.

Re: Need to learn how to setup Pain Zones... badly

Post by sektor2111 »

And don't forget to set trigger with:
- RepeatTriggerTime = 0.X seconds
- and/or ReTriggerDelay = 0.X seconds
And checking which one is suitable in order to properly do a kill without "touch" issues...

If this would still be a seldom problem I would write some custom killer.
Post Reply