A Weapon that acts like a Flare

A Weapon that acts like a Flare

Discuss game development here, from a distinct game project to an accessible third-party mutator, down to the interaction and design of individual units if you like.

Moderator: Moderators

Post Reply
User avatar
Karl
Panzerstahl Developer
Posts: 746
Joined: 01 Apr 2010, 21:05

A Weapon that acts like a Flare

Post by Karl »

How do i make that this Acts like a Real flare? all with its bounce and such and not that it got short live time

something like this
http://www.youtube.com/watch?v=WaQD_iT2O9E

Code: Select all

[funtime3]
	{
	ID=96;
	name=Flare;
	WeaponType=Cannon;
	Ballistic=1;
//	model=gun_mini;
	lineofsight=1;
	turret=1;
	range=15000;
	burnblow=0;
	reloadtime=2;
	weapontimer=1;
	weaponvelocity=1800;
	mygravity=0.1;
	areaofeffect=70;
	soundstart=shoot1;
	soundhit=;
	sprayangle=70;
	tolerance=120;
	RGBColor = 1 1 1;
	NoGap=1;
	Stages=20;
	Burst=1;
	Burstrate=0.2;
	Accuracy=600;
	Projectiles=2;
	RGBColor = 0.8 0 0;
	Guidance=1;
	Turnrate=5;
	cegtag=FlareTrail;
	explosiongenerator=custom:Flareboom;
groundbounce=1;
bounceslip=0.2;
bouncerebound=-0.2;
numbounce=-1;
waterbounce=1;

sprayangle=600;
InterceptedByShieldType=32;
bounceExplosionGenerator=custom:FlareB;

	[DAMAGE]
		{
		default=120;
		infantry=120;
		vehicle=120;
		building=80;
		}
	}
User avatar
Beherith
Posts: 5145
Joined: 26 Oct 2007, 16:21

Re: A Weapon that acts like a Flare

Post by Beherith »

Look at XTA missiles (eg jethro)
Post Reply

Return to “Game Development”