grievous cant hit enemies [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
genadiyrool
Posts: 3
Joined: Mon Apr 08, 2019 7:16 am
Projects :: No Mod project currently.
Games I'm Playing :: battlefront2
xbox live or psn: No gamertag set

Re: grievous cant hit enemies

Post by genadiyrool »

there is a weird bug on my utapau map
where grievous cant seem to connect his hits on enemies (or allies for that matter)
appears more often than not
i didnt change anything about grievous himself
just added a magnaguard with a staff on this map as a selectable unit

maybe magnaguard not even the cause of it, because i seem to vaguely remember this bug appearing before, just more rarely (??)
maybe its a known bug??

EDIT
solved. if you adding additional units with lightsabers you have to add lines from hero assault mode:
Hidden/Spoiler:
SetMemoryPoolSize ("ClothData",20)
SetMemoryPoolSize ("Combo",30) -- should be ~ 2x number of jedi classes
SetMemoryPoolSize ("Combo::State",500) -- should be ~12x #Combo
SetMemoryPoolSize ("Combo::Transition",500) -- should be a bit bigger than #Combo::State
SetMemoryPoolSize ("Combo::Condition",500) -- should be a bit bigger than #Combo::State
SetMemoryPoolSize ("Combo::Attack",400) -- should be ~8-12x #Combo
SetMemoryPoolSize ("Combo::DamageSample",4000) -- should be ~8-12x #Combo::Attack
SetMemoryPoolSize ("Combo::Deflect",88) -- should be ~1x #combo
AND watch out for and remove any of those lines already written in
like i had: SetMemoryPoolSize ("Combo::DamageSample",610)
existing already, overwriting mine: SetMemoryPoolSize ("Combo::DamageSample",4000)
which was the cause
Post Reply