Re: Collision Model Halp D:
Do it the way you make it bullet proof and not walkable then just make the tag a device_light_fixture instead of scenery or what ever you used.
Re: Collision Model Halp D:
Or you could create a scenery or device and use this script:
Code:
(script startup shield_door
(begin
(object_set_collideable *[shield name here]* false)
)
)
This should make it so that you can walk through it, but vehicles and projectiles cannot go through.
Re: Collision Model Halp D:
Neat ideas. Tell me if it works
Re: Collision Model Halp D:
Quote:
Originally Posted by
Sasc
Or you could create a scenery or device and use this script:
Code:
(script startup shield_door
(begin
(object_set_collideable *[shield name here]* false)
)
)
This should make it so that you can walk through it, but vehicles and projectiles cannot go through.
That's what I do on my maps.
Re: Collision Model Halp D:
Quote:
Originally Posted by
Inferno
That's what I do on my maps.
That's what I did in outpost, device_light for some of them, then that script for ones I don't want vehicles to go through.
Re: Collision Model Halp D:
Thanks heaps for the help!!! I knew it would be something simple :D
Re: Collision Model Halp D:

Works great, thanks guys.
Re: Collision Model Halp D:
not trying to backseat mod here but if you replace the "img" in the image tags with "shot" it will shrink that picture so it doesnt stretch the page.
Re: Collision Model Halp D:
Re: Collision Model Halp D:
It looks super easy to capture the flag. You could grenade jump high enough to grab the enemy's flag then just pass it to a teammate on your own platform.
Re: Collision Model Halp D:
if its like danger canyon, you dont even have to grenade jump, you can jump and have a teammate pick it up if you simply toss it into the air.
Re: Collision Model Halp D:
At the enemy's platform you might have to grenade jump to get into the pickup radius, I can't remember if you can get it from below the platform by jumping or not. I know you can get the sniper rifle in Danger Canyon from there, but a flag might be different. Plus, there are no handy crates to stand on.
Re: Collision Model Halp D:
Not with this style gameplay. =P
Re: Collision Model Halp D:
Edit: What con said, you can probably do It with the flag as well.