Broken Combos when I add magnaguard

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
DrDrSheldonLeeCooper
Chief Warrant Officer
Chief Warrant Officer
Posts: 353
Joined: Sat Apr 26, 2014 1:50 pm
Projects :: Times before Empire
Games I'm Playing :: SWBF2-BF-Skyrim
xbox live or psn: No gamertag set
Location: Coruscant City [Germany]

Broken Combos when I add magnaguard

Post 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.
jojo3450
Rebel Warrant Officer
Rebel Warrant Officer
Posts: 317
Joined: Fri Jul 18, 2014 12:29 am
Projects :: No Mod project currently.
Games I'm Playing :: starwarsBattlefront2
xbox live or psn: No gamertag set

Re: Broken Combos when I add magnaguard

Post by jojo3450 »

Can you explain it better, its difficult to understand
User avatar
Lorul1
Rebel Colonel
Rebel Colonel
Posts: 562
Joined: Wed Apr 24, 2013 10:34 pm
Projects :: Assault on Theed
Games I'm Playing :: Battlegrounds
xbox live or psn: No gamertag set
Location: Your House

Re: Broken Combos when I add magnaguard

Post 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)
DrDrSheldonLeeCooper
Chief Warrant Officer
Chief Warrant Officer
Posts: 353
Joined: Sat Apr 26, 2014 1:50 pm
Projects :: Times before Empire
Games I'm Playing :: SWBF2-BF-Skyrim
xbox live or psn: No gamertag set
Location: Coruscant City [Germany]

Re: Broken Combos when I add magnaguard

Post 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 :/
Post Reply