Grenades explode on impact?

Locked
gooball :D
Posts: 71
Joined: Wed Oct 27, 2010 10:27 am

Grenades explode on impact?

Post by gooball :D »

I am currently creating a mod for Quake III. I am making a weapon that will fire grenades, but the grenades will explode on contact with the world. Anyone know how to code this? Thanks in advance. :q3:
My Website:
[url=http://goostudios.weebly.com/][img]http://img839.imageshack.us/img839/2671/bg3t.png[/img][/url]
UglyFoot
Posts: 139
Joined: Fri Jul 22, 2011 12:35 pm

Re: Grenades explode on impact?

Post by UglyFoot »

Just comment this line in fire_grenade:

Code: Select all

	bolt->s.eFlags = EF_BOUNCE_HALF;
Locked