Re: Prop_physics_respawnable Gas Cylinder won't explode. Any ideas?
Posted by Degenatron on
Sun Jan 2nd 2005 at 7:38am
64 posts
1336 snarkmarks
Registered:
Dec 7th 2004
Occupation: IT Professional
Location: USA
Ok, here's my problem: (skip to the bottom to read to question)
I make a prop_physics_respawnable and ten I give it the models/props_c17/canister01a.mdl and it won't explode (even after setting the Explosion Damage and Explosion Radius). There is no "Health" setting for a Respawnable.
If I do nothing else but change the model to the models/props_c17/oildrum001_explosive.mdl it blows up just fine. It doesn't even need the Explosion setting, they can be set to 0 (like the ones from the example map).
Ok, so duh, I've figured out that the "explosive property" is somehow tied to the model. I assumed this has something to do with the .QC files, but I couldn't find any that have the oildrum model name and I'm a complete noob on that subject.
So...I check out some of the tutorial maps. I found out about the Prop_physics_override. So I change my model over to that and presto! a gas cylinder that explodes!.....but doesn't respawn.
This is the part where I start pulling out my hair in big bloody clumps and taking big toothy bites out of my desk. I have kicked this pig around the pen all damn day now with no freaking luck:
I've tried putting in a health,50 into the "override parameters" of the prop_physics_respawnable:no luck.
I've tried putting in a RespawnTime,20 into the "override parameters" of the prop_phisics_override:no luck.
Maybe I'm making a syntax error on those or maybe not using the magic key/value combos. Hopefully.
I've also tried, setting up a env_entity_maker pointed at a point_template which pointed to the prop_physics_override. The hope was that I could set the env_entity_maker flags to "Autospawn: Wait for entity destruction" and "Autospawn: Even if the player is looking" to ON. It points to the point_template which has the cylinders name under "template 1" and the flags set to "don't remove template entities" and "preserve entity names" set ON.
It's very possible I'm missing something in there because I'm not use to the new triggering system.
So the basic question comes down to this:
How do I force a prop_physics_respawnable to break or force a prop_physics_override to respawn? (in HL2DM)
Either one would make me very happy.
Thanks.
Re: Prop_physics_respawnable Gas Cylinder won't explode. Any ideas?
Posted by Agent Smith on
Sun Jan 2nd 2005 at 2:33pm
803 posts
449 snarkmarks
Registered:
Aug 30th 2003
Occupation: Uni Student
Location: NSW, Australia
You'll find the best way to figure out which props explode by trying the different props. I had the same problem with the gas cylinders. The ones in the props_City17 folder don't actually explode, but the jerry cans and gas cylinders in the props_junk folder do.
You don't actually need to set any settings for the prop, as they seem to come built in if you use the correct ones. Just make sure exploding props are set to 'start asleep' with everything else unchecked under flags. I don't know why but thats what they are set to in the official maps.
Re: Prop_physics_respawnable Gas Cylinder won't explode. Any ideas?
Posted by Degenatron on
Sun Jan 2nd 2005 at 2:45pm
64 posts
1336 snarkmarks
Registered:
Dec 7th 2004
Occupation: IT Professional
Location: USA
You are correct sir!
Thank you very much for pointing me in the right direction.
Re: Prop_physics_respawnable Gas Cylinder won't explode. Any ideas?
Posted by Leperous on
Sun Jan 2nd 2005 at 3:16pm
Leperous
Creator of SnarkPit!
member
3382 posts
1635 snarkmarks
Registered:
Aug 21st 2001
Occupation: Lazy student
Location: UK
Don't forget you can use impulse 106 in the console when looking at an entity to find out what it actually is, and what model it's using :smile:
Re: Prop_physics_respawnable Gas Cylinder won't explode. Any ideas?
Posted by Degenatron on
Mon Jan 3rd 2005 at 3:57pm
64 posts
1336 snarkmarks
Registered:
Dec 7th 2004
Occupation: IT Professional
Location: USA
Ah, thanks Lep. I was wondering if there was a way to do that.
As for the gas cylinders under the props_junk folder, they blow up but they don't hurt players. They'll hurt other entities, but I couldn't get them to hurt me at all.
I gave up and went back to the barrels. Oh well.