Page 2 of 2

Posted: Fri Sep 02, 2005 11:05 pm
by bork[e]
btw, there is a rocket & rail mod that is like InstaGib, only you can choose from the RL and RG. The jumping thing isn't there but half is.

Posted: Fri Sep 02, 2005 11:10 pm
by blood.angel
I think this will work.
I havent the shit setup properly to compile the damn thing to vm's.
The function G_MissileImpact within g_missile.c needs these lines inserted.

Code: Select all

	// impact damage
	if (other->takedamage) {
		// FIXME: wrong damage direction?
		if ( ent->damage ) 
		{
			vec3_t	velocity;

///blood.angel
			int inairdamage = 0; 
            if(other->client->ps.groundEntityNum == -1)
			{
				inairdamage = 300;
			}
			else 
			{
				inairdamage = 0;
			}

///blood.angel

			if( LogAccuracyHit( other, &g_entities[ent->r.ownerNum] ) ) {
				g_entities[ent->r.ownerNum].client->accuracy_hits++;
				hitClient = qtrue;
			}
			BG_EvaluateTrajectoryDelta( &ent->s.pos, level.time, velocity );
			if ( VectorLength( velocity ) == 0 ) {
				velocity[2] = 1;	// stepped on a grenade
			}
			G_Damage (other, ent, &g_entities[ent->r.ownerNum], velocity,
				ent->s.origin, ent->damage+inairdamage, 
				0, ent->methodOfDeath);
		}
	}

Posted: Fri Sep 02, 2005 11:13 pm
by 4days
Mat Linnett wrote:There's one like this for Quakeworld; I think it comes with a bot. Can't for the life of me remember what it was though.
wasn't that the original 'people can fly'?

Posted: Sat Sep 03, 2005 12:05 am
by reefsurfer
BA, thx for the effort..but go grab the spritebot that dzjepp posted..its fucking awsome.

Posted: Sat Sep 03, 2005 12:12 am
by CrinklyArse
tis ace, got some nice fraggies!

Posted: Sat Sep 03, 2005 12:12 am
by Dark Metal
Errrrr... 109 minute wait... Anyone got another link?

Posted: Sat Sep 03, 2005 12:46 am
by dzjepp
GG ya cunts... game crashed, I had to head off anyway. ;)

Posted: Sat Sep 03, 2005 1:09 am
by reefsurfer
Dark Metal wrote:Errrrr... 109 minute wait... Anyone got another link?


reeeead the thread... :icon33:

reefsurfer wrote:dont know if u guys need it...but here is a direct link: http://www.uni-vologda.ac.ru/students/p ... ll_052.zip

and crinkly, yea i will make a post about this idea.

Posted: Sat Sep 03, 2005 1:09 am
by reefsurfer
dzjepp wrote:GG ya cunts... game crashed, I had to head off anyway. ;)
thx for tipping me about this mod..fucking awsome!

*bows*

Posted: Sat Sep 03, 2005 10:42 am
by CrinklyArse
dzjepp wrote:GG ya cunts... game crashed, I had to head off anyway. ;)
wondered why/where u went...

Posted: Sat Sep 03, 2005 12:42 pm
by Zyte
/callvote midair 1