Page 1 of 1
Sky Bouncer
Posted: Thu May 09, 2013 3:13 pm
by CaptainToenail
Is there any way to make a bouncing projectile bounce off a sky ceiling/floor (F_SKY1) rather than disappear?
Re: Sky Bouncer
Posted: Thu May 09, 2013 3:21 pm
by Arch
Yes, once I wanted my bouncing projectile to disappear in the sky but it actually bounces : P
I don´t know why, so here´s the entire code:
Spoiler:
speed 20
damage 30
mass 500
gravity 0.125
radius 8
projectile
BounceSound "world/metal"
+DoomBounce
-NOGRAVITY
+MTHRUSPECIES
+DONTHARMCLASS
+DONTHARMSPECIES
+DONTFALL
+DEHEXPLOSION
BounceFactor 0.8
BounceCount 3
Re: Sky Bouncer
Posted: Thu May 09, 2013 3:50 pm
by zrrion the insect
If I'm remembering properly, either SKYEXPLODE or BOUNCEONFLOORS does this.
Re: Sky Bouncer
Posted: Thu May 09, 2013 3:55 pm
by CaptainToenail
SKYEXPLODE works, thanks.

Re: Sky Bouncer
Posted: Fri May 10, 2013 1:16 am
by Gez
Sky Bouncer and the Nightclub of Tomorrow
Re: Sky Bouncer
Posted: Sat May 11, 2013 2:48 pm
by Matt
Gez wrote:Sky Bouncer and the Nightclub of Tomorrow
gained one "actual lol" point right there
anyway, answer to this thread's original question was very useful, thanks!