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.
Broken Combos when I add magnaguard
Moderator: Moderators
-
DrDrSheldonLeeCooper
- Chief Warrant Officer

- Posts: 353
- Joined: Sat Apr 26, 2014 1:50 pm
- Projects :: Times before Empire
- xbox live or psn: No gamertag set
- Location: Coruscant City [Germany]
-
jojo3450
- Rebel Warrant Officer

- Posts: 317
- Joined: Fri Jul 18, 2014 12:29 am
- Projects :: No Mod project currently.
- xbox live or psn: No gamertag set
Re: Broken Combos when I add magnaguard
Can you explain it better, its difficult to understand
- Lorul1
- Rebel Colonel

- Posts: 562
- Joined: Wed Apr 24, 2013 10:34 pm
- Projects :: Assault on Theed
- xbox live or psn: No gamertag set
- Location: Your House
Re: Broken Combos when I add magnaguard
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()" )
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)-
DrDrSheldonLeeCooper
- Chief Warrant Officer

- Posts: 353
- Joined: Sat Apr 26, 2014 1:50 pm
- Projects :: Times before Empire
- xbox live or psn: No gamertag set
- Location: Coruscant City [Germany]
Re: Broken Combos when I add magnaguard
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 :/
But thank you :/
