Effect not appearing

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
trainmaster611
Sith Lord
Sith Lord
Posts: 1779
Joined: Thu Aug 24, 2006 5:22 pm
Projects :: No Mod project currently.
Games I'm Playing :: I have not listed any games yet
xbox live or psn: No gamertag set
Location: Building a railway to Coruscant
Contact:

Effect not appearing

Post by trainmaster611 »

I decided to, at Mav's suggestion, make a muzzleflash by making it an ord explosion. I added a secondary ordnance to the weapon ODF and created the new ord and the new ord exp. Then I assigned the effect to the exp file. But it doesn't show up in game.

This is the ord exp for the muzzleflash
[ExplosionClass]
ClassLabel = "explosion"

[Properties]
LifeSpan = "0.5"
Damage = "0.0"
DamageRadiusInner = "0.0"
DamageRadiusOuter = "0.0"

Shake = "0"
ShakeLength = "0"
ShakeRadiusInner = "0"
ShakeRadiusOuter = "0"
Effect = "muzzleflash_tmse_blue"

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

SoundProperty = "imp_weap_ord_exp_lg"
I don't think I screwed that up though. Even though the effect didn't appear, the light I assigned to the ord did.

The other possibility is that I did something wrong with the effect. Could someone download this file and put it ingame and see if it works? Raise the memorysizepool for the particle transformer if you need to.

http://www.yousendit.com/transfer.php?a ... A43FDE8BB8
Aman/Pinguin
Jedi
Jedi
Posts: 1104
Joined: Tue Jan 30, 2007 6:04 am
Projects :: Inactive
Location: Germany

Re: Effect not appearing

Post by Aman/Pinguin »

trainmaster611 wrote:Raise the memorysizepool for the particle transformer if you need to.
You never need to raise the particle transformer memorypool. Even if the log says it's too low.
User avatar
Teancum
Jedi Admin
Jedi Admin
Posts: 11080
Joined: Wed Sep 07, 2005 11:42 pm
Projects :: No Mod project currently.
Games I'm Playing :: Destiny
xbox live or psn: No gamertag set
Location: Indiana

Re: Effect not appearing

Post by Teancum »

Aman/Pinguin wrote:
trainmaster611 wrote:Raise the memorysizepool for the particle transformer if you need to.
You never need to raise the particle transformer memorypool. Even if the log says it's too low.
Plus the game ingores that pool if you set it in the SetMemoryPool() section if I remember right.
User avatar
trainmaster611
Sith Lord
Sith Lord
Posts: 1779
Joined: Thu Aug 24, 2006 5:22 pm
Projects :: No Mod project currently.
Games I'm Playing :: I have not listed any games yet
xbox live or psn: No gamertag set
Location: Building a railway to Coruscant
Contact:

Re: Effect not appearing

Post by trainmaster611 »

Well does that mean you can't raise it at all or is it in another section? :?
Post Reply