Remove grenade bounce/rolling [Solved]

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
TWINKEYRUNAWAY
Lieutenant General
Lieutenant General
Posts: 730
Joined: Fri Aug 17, 2012 3:13 pm
Projects :: Empire Rising
Games I'm Playing :: SWBF Doom FONV
xbox live or psn: No gamertag set
Location: 411Remnant
Contact:

Remove grenade bounce/rolling [Solved]

Post by TWINKEYRUNAWAY »

Hey guys, got somewhat of a small problem. Im trying to get the mortar launcher to fire a grenade ordnance that doesn't bounce or roll. Ive been messing around with multiple settings, took things away and added things during each test run. Still no dice, maybe someone can help me out here. Well I did get interesting results, but the bouncing and rolling seem to still be present.

Here's my file:
com_weap_inf_mortar_launcher_ord.odf
Hidden/Spoiler:
[OrdnanceClass]
ClassLabel = "sticky"

[Properties]
ImpactEffectWater = "com_sfx_watersplash_sm"

Damage = "300.0"

Velocity = "40.0"
Gravity = "1.75"
Rebound = "0.0"
Friction = "1.0"
LifeSpan = "0.2"

VehicleScale = "1.0"
PersonScale = "1.0"
DroidScale = "1.0"
AnimalScale = "1.0"
BuildingScale = "1.0"

OrdnanceSound = ""
CollisionOtherSound = ""

BonusAmplification = "0.25" //how much more damage will be done when team_bonus_blaster_amplication is on
Also I have this brief problem where the grenade model will insta kill any one I shoot at. Like if I aim and shoot my grenade at a unit, it will bounce off but not before killing them(Mind you it doesn't insta explode or anything like that. the grenade when it touches them kills them). I want it so that it can be aimed and shoot at any unit, but will not insta kill them, let the explosion do that.
Last edited by TWINKEYRUNAWAY on Wed Jul 31, 2013 2:08 am, edited 1 time in total.
Marth8880
Resistance Leader
Posts: 5042
Joined: Tue Feb 09, 2010 8:43 pm
Projects :: DI2 + Psychosis
Games I'm Playing :: Silent Hill 2
xbox live or psn: Marth8880
Location: Edinburgh, UK
Contact:

Re: Remove grenade bounce/rolling & insta touch kill problem

Post by Marth8880 »

Code: Select all

Damage = "300.0"

Velocity = "40.0"
Gravity	 = "1.75"
Rebound	 = "0.0"
Friction	 = "1.0"
LifeSpan	 = "0.2"
Lower Damage to 0 and Friction to something like 9999 or something.
User avatar
TWINKEYRUNAWAY
Lieutenant General
Lieutenant General
Posts: 730
Joined: Fri Aug 17, 2012 3:13 pm
Projects :: Empire Rising
Games I'm Playing :: SWBF Doom FONV
xbox live or psn: No gamertag set
Location: 411Remnant
Contact:

Re: Remove grenade bounce/rolling [Solved]

Post by TWINKEYRUNAWAY »

:P Like one minute after posting the damage thing, an angel sent me the same idea. Though what I did was just remove the damage line all together. Your way seems more plausible though. Thank you for your suggestions bro. *gives interentz cookie*
Post Reply