Page 1 of 1

Broken Combos when I add magnaguard

Posted: Fri Jun 19, 2015 3:03 pm
by DrDrSheldonLeeCooper
Hello,it´s me again I have now a problem with Obi Wan´s and Grievous´ combo.
I saw that Obi Wan and Grievous don´t make damage at Utapau and Grievous attack in the air interrupts in the middle of the combo.
At Naboo Obi Wan´s combo makes damage.
Can I repair that?Because I tried to put the two combo files from the assets folder and overwrite it with the broken ones,I also tried a (manual) clean but nothing happens.


Please help me I don´t know why this things happen to me.

EDIT :

This just happens when i have the magnaguard from the tuskencamp assets in the map.

Re: Broken Combos when I add magnaguard

Posted: Fri Jun 19, 2015 6:48 pm
by jojo3450
Can you explain it better, its difficult to understand

Re: Broken Combos when I add magnaguard

Posted: Fri Jun 19, 2015 10:38 pm
by Lorul1
From what I'm reading maybe you need to raise some values in your lua in order to make
Obi Wan and Grievous' attacks do damage

try to find the part bellow in your lua and raise its values to this
(if the part below is not in your lua add it after "function ScriptInit()" )

Code: Select all

    SetMemoryPoolSize ("Combo",64)                  -- should be ~ 2x number of jedi classes
    SetMemoryPoolSize ("Combo::State",256)          -- should be ~12x #Combo
    SetMemoryPoolSize ("Combo::Transition",256)     -- should be a bit bigger than #Combo::State
    SetMemoryPoolSize ("Combo::Condition",256)      -- should be a bit bigger than #Combo::State
    SetMemoryPoolSize ("Combo::Attack",150)         -- should be ~8-12x #Combo
    SetMemoryPoolSize ("Combo::DamageSample",4086)  -- should be ~8-12x #Combo::Attack
    SetMemoryPoolSize ("Combo::Deflect",64)         -- should be ~1x #combo
    SetMemoryPoolSize ("Music", 540)

Re: Broken Combos when I add magnaguard

Posted: Sat Jun 20, 2015 4:26 am
by DrDrSheldonLeeCooper
I think my mod is totally broken now,Obi wan has suddenly the luke animations.I think I will make my mod from beginning.
But thank you :/