Page 1 of 1

Obiwan doesn't do damage on Utapau [Solved]

Posted: Thu Sep 01, 2016 4:45 am
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

Re: Obiwan doesn't do damage on Utapau

Posted: Thu Sep 01, 2016 4:56 am
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.

Re: Obiwan doesn't do damage on Utapau

Posted: Thu Sep 01, 2016 5:45 am
by Benoz
That's it! Thanks so much!