Help, Adding Death Zones.

Discuss Halo 2 modding, progress on figuring things out, mapfiles...you know the drill. Cheating discussion not allowed.
Post Reply
User avatar
MilyardoX2




Wordewatician 500

Posts: 821
Joined: Mon Jun 26, 2006 9:16 pm

Help, Adding Death Zones.

Post by MilyardoX2 »

I need help for adding death zones to a BSP conversion map. Could some one help me, I'm pretty sure that I saw it done before.
OwnZ joO




Articulatist 500

Posts: 980
Joined: Thu Nov 10, 2005 4:24 pm

Post by OwnZ joO »

I'm pretty sure that the base map for the conversion had to have a death zone to start with, so if not it probably wont work. I'm pretty sure this has to do with the strings.
User avatar
MilyardoX2




Wordewatician 500

Posts: 821
Joined: Mon Jun 26, 2006 9:16 pm

Post by MilyardoX2 »

well the base map had a death zone but the BSP convert over writed it, I understand how to edit strings so I'll go change those and it should work, thanks
User avatar
eternal





Posts: 165
Joined: Wed Nov 08, 2006 6:35 am
Location: XBConnect

Post by eternal »

If you get the death zones working, let me know. I have a dozen conversion maps I could release, if I could get death zones werking. I even tried using script. :/
newbymodder wrote:the bickering of halomods have to love them
OwnZ joO




Articulatist 500

Posts: 980
Joined: Thu Nov 10, 2005 4:24 pm

Post by OwnZ joO »

Yeah, tell me if it was the strings, or if I was way off, that's just what made sense to me, because entity's chunk cloner won't transfer strings, and that's what was missing in the maps I needed it for.
User avatar
MilyardoX2




Wordewatician 500

Posts: 821
Joined: Mon Jun 26, 2006 9:16 pm

Post by MilyardoX2 »

OwnZ joO wrote:Yeah, tell me if it was the strings, or if I was way off, that's just what made sense to me, because entity's chunk cloner won't transfer strings, and that's what was missing in the maps I needed it for.
i got the strings in map i'm going to try a script to activate the death zone
User avatar
Agent ME




Articulatist 500

Posts: 881
Joined: Tue Jun 21, 2005 6:00 pm
Location: California, USA
Contact:

Post by Agent ME »

I've never been able to figure out how to activate the deathzone the 'correct' way, but it's possible to set it up as a harmless trigger zone, and then change it to a deathzone as soon as the game starts with a script like this-

Code: Select all

(script startup init
  (kill_volume_enable deathzone)
)
-with deathzone being a reference to the trigger zone hopefully obviously.
User avatar
eternal





Posts: 165
Joined: Wed Nov 08, 2006 6:35 am
Location: XBConnect

Post by eternal »

Agent ME wrote:

Code: Select all

(script startup init
  (kill_volume_enable deathzone)
)
-with deathzone being a reference to the trigger zone hopefully obviously.
I tried that, didnt werk.
newbymodder wrote:the bickering of halomods have to love them
User avatar
MilyardoX2




Wordewatician 500

Posts: 821
Joined: Mon Jun 26, 2006 9:16 pm

Post by MilyardoX2 »

Agent ME wrote:I've never been able to figure out how to activate the deathzone the 'correct' way, but it's possible to set it up as a harmless trigger zone, and then change it to a deathzone as soon as the game starts with a script like this-

Code: Select all

(script startup init
  (kill_volume_enable deathzone)
)
-with deathzone being a reference to the trigger zone hopefully obviously.
I was talk to the person who put that script up in another thread and they told me that they never tested the script, I tested and it didn't work. I really think this should become a project because this would help make all the new BSPs ALOT better!
thanks for all the help
User avatar
kornman00




ONI New Age

Posts: 146
Joined: Fri Dec 12, 2003 6:30 pm
Contact:

Post by kornman00 »

I could tell you...


...but then I'd have to kill you :cry:
User avatar
Prey




Connoisseur Snitch! Pyre Articulatist 500

Posts: 1026
Joined: Wed Dec 27, 2006 6:49 am
Location: UK
Contact:

Post by Prey »

Deathzones, are added to the map, from a reflexive in the scnr. Can't remember which, on a cruiseship in the middle of nowhere at the moment, so can't check either.

Good luck.
Halo 2 Prophet - Skin with ease with the simple 3D point and click interface.
Halo 3 Research Thread - Contribute to the research into Halo 3.
OwnZ joO




Articulatist 500

Posts: 980
Joined: Thu Nov 10, 2005 4:24 pm

Post by OwnZ joO »

kornman00 wrote:I could tell you...


...but then I'd have to kill you :cry:
Not trying to sound smart, but does it have to do with the string id? Because I copied a deathzone chunk(that's what it was labled so if it was labled wrong that could be it, but I don't think it was) from one maps scenario to another map, and the string id doesn't automatically transfer, so I just figured that that was the problem.
User avatar
CaptainPoopface




Artisan Advisor Literarian 250

Posts: 408
Joined: Mon Jul 23, 2007 7:56 am

Here's a bootleg way to do it

Post by CaptainPoopface »

When you fall off a cliff or into a large body of water and there are no death zones, eventually you hit the ground at the bottom of the map. If the ground is sufficiently far below the active area of the map, you could use the active scenery trick to spawn a massive exploding projectile (invisible so as not to cause lag) that would obliterate the bottom of the map every 5 seconds or so. It could fall from a height that would make it invisible to the players above. If the blast radius is enough to encompass a large swath of ground but does not spill into the active map area, that will work. Or you could use several smaller explosions that collectively span the entire base of the map. It would probably be a good idea to stagger their respawn times so that they don't all spawn and explode at the same time.

Another idea, if you are handy with Milkshape or some other Collision.obj editor, is to create a series of collision planes slightly above the base of the map that would funnel people into one of a series of very narrow shafts or ravines. Like a simple Pachinko game, where death is the only prize you can win. :) From the side, it would look like this: /\/\/\/\ So eventually people wind up at the bottom of a ravine, and you just have a weightless deadly projectile shoot the length each ravine every few seconds.

Both of those approaches sound like a lot of work and still not optimal. For one thing, it would probably say "Killed by the Guardians," in which case no point is awarded for the kill or deducted for suicide. But it's something to work with.
Post Reply