Single grenade with multiple explosions

In this forum you will find and post information regarding the modding of Star Wars Battlefront 2. DO NOT POST MOD IDEAS/REQUESTS.

Moderator: Moderators

Post Reply
User avatar
Benoz
Corporal
Corporal
Posts: 140
Joined: Tue May 28, 2013 12:34 pm
Projects :: Clone Wars Era Mod Version 2
Games I'm Playing :: OldFront - EAFront
xbox live or psn: No gamertag set
Location: Germany

Single grenade with multiple explosions

Post by Benoz »

Is it possible to give a grenade odf multiple timed explosions?
I'm thinking about a shock grenade that does low damage but lasts about 5 seconds and I want to achieve that whit timed explosion.odf's.
Is it possible to make something out of this command:

Code: Select all

OrdnanceName        = "rep_weap_inf_shockgrenade_ord1"

NEXTCHARGE = 1.50
OrdnanceName        = "rep_weap_inf_shockgrenade_ord2"

NEXTCHARGE = 3.0
OrdnanceName        = "rep_weap_inf_shockgrenade_ord3"

NEXTCHARGE = 4.50
OrdnanceName        = "rep_weap_inf_shockgrenade_ord4"
and convert it to something like this:

Code: Select all

ExplosionExpire        = "rep_weap_inf_shockgrenade_exp1"

NEXTCHARGE = 1.50
ExplosionExpire        = "rep_weap_inf_shockgrenade_exp2"

NEXTCHARGE = 3.0
ExplosionExpire        = "rep_weap_inf_shockgrenade_exp3"

NEXTCHARGE = 4.50
ExplosionExpire        = "rep_weap_inf_shockgrenade_exp4"
Thanks in advance
User avatar
Maveritchell
Jedi Admin
Jedi Admin
Posts: 7366
Joined: Mon Aug 21, 2006 11:03 pm

Re: Single grenade with multiple explosions

Post by Maveritchell »

What you're suggesting isn't what you're looking for; you're suggesting using something that would just give you different ordnances based off of the timing between fire press and fire release. What you want is a weapon that launches multiple ordnances, and the best way to do more than two ordnances is to use an orbital strike beacon as your base.
Post Reply