Obiwan doesn't do damage on Utapau [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
Benoz
Corporal
Corporal
Posts: 142
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

Obiwan doesn't do damage on Utapau [Solved]

Post by Benoz »

Hello Community,

I have this weird bug that won't let me finish my mod project.
It only happenes on Utapau: Obiwan and General Grievous don't do damage with the lightsaber.
If I throw the lightsaber or block bolts it does damage as usual, but when I go meele it doesn't do anything, just the animation.
I use the vanilla Obiwan and Grievous, no modded one. I tried it though with this lightsaber.odf:

Code: Select all

[WeaponClass]

ClassLabel      = "melee"
ClassParent     = "com_weap_inf_lightsaber"

[Properties]

GeometryName        = "prequel2"
ComboAnimationBank  = "human_sabre melee rep_hero_ep3obiwan"

NumDamageEdges = "1"

FirePointName       = "hp_fire"
LightSaberLength    = "1.1"
LightSaberWidth     = "0.08"
LightSaberTexture   = "bluelightsabre"
LightSaberTrailColor = "7 85 255 128"
but it doesn't work either. Only the animation, no damage.
Does anyone know how to solve this?
Thank you in advance

-The66Order66
Last edited by Benoz on Thu Sep 01, 2016 5:45 am, edited 1 time in total.
User avatar
AnthonyBF2
Sith
Sith
Posts: 1255
Joined: Wed Aug 21, 2013 3:55 pm
Projects :: PS2+PSP Overhaul

Re: Obiwan doesn't do damage on Utapau

Post by AnthonyBF2 »

Look at tat2g_eli.lua and see the combo memory pools, copy them to your map's Lua file. You may need them to make attacks actually do something.
User avatar
Benoz
Corporal
Corporal
Posts: 142
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

Re: Obiwan doesn't do damage on Utapau

Post by Benoz »

That's it! Thanks so much!
Post Reply