PDA

View Full Version : Collision Model Halp D:



hoppydoppy
January 19th, 2010, 06:24 AM
I'm trying to make some shield door. Ones that you can walk through, but bullets can't go through.

I can make it bulletproof but then I can't walk through it.
I can make it so I walk through it, but then bullets go through it.

Is there any way I can make this happen?

<3333!!!

malolo420
January 19th, 2010, 08:06 AM
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.

Sasc
January 19th, 2010, 08:55 AM
Or you could create a scenery or device and use this script:


(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.

Dwood
January 19th, 2010, 11:31 AM
Neat ideas. Tell me if it works

Inferno
January 19th, 2010, 04:26 PM
Or you could create a scenery or device and use this script:


(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.

malolo420
January 19th, 2010, 05:26 PM
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.

hoppydoppy
January 19th, 2010, 06:34 PM
Thanks heaps for the help!!! I knew it would be something simple :D

Tucker933
January 20th, 2010, 12:25 AM
http://screenshot.xfire.com/screenshot/natural/f5f265826a637b468b79928f152b26dd948b18e9.png
Works great, thanks guys.

Donut
January 20th, 2010, 12:34 AM
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.

Tucker933
January 20th, 2010, 12:43 AM
Thanks.

Con
January 20th, 2010, 01:19 AM
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.

neuro
January 20th, 2010, 01:39 AM
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.

Con
January 20th, 2010, 01:42 AM
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.

Tucker933
January 20th, 2010, 01:43 AM
Not with this style gameplay. =P

.Wolf™
January 20th, 2010, 01:16 PM
Edit: What con said, you can probably do It with the flag as well.