[Added] weapon range

3 replies [Last post]
(HK) GoddaM
goddam's picture
Offline
Joined: Aug 2004
Posts:

Is there a possibility of configuring a range on the shotgun for the next release? basicaly to be able to limit range to be able to widen spread without weapon becoming 'spammy'.

easy
Developer
easy's picture
Offline
Joined: Sep 2003
Posts:
Re: Request / suggestion - weapon range

Brunettes, ah, ehm, I mean there are two related options available in the upcoming release.

// Maxium range the weapon will deal damage on
Railgun->Range = 8192;
 
// Fall off damage, knockback etc. on specific range
// by the defined factor. Factor 0 = no damage, 0.5 = half damage
Railgun->Falloff Range = 0;
Railgun->Falloff Factor = 0;

(HK) GoddaM
goddam's picture
Offline
Joined: Aug 2004
Posts:
Re: Request / suggestion - weapon range

good news! will it be possible to set a negative to the fall off factor? so for example; to be able to set railgun as a long range weapon only.

easy
Developer
easy's picture
Offline
Joined: Sep 2003
Posts:
Re: Request / suggestion - weapon range

Good point, negative falloff range now does this.