Hey man, I noticed that your mod uses the same script location as the "More Powerful Weapons" mod by TongSL: mod\int9\gameart\scripts\characters\heroa00
Because of this, I’m pretty sure your mod will overwrite the existing script, causing the TongSL mod to stop working. Would I need to manually edit the script to make both mods compatible? Or do you plan to release an update that works alongside TongSL’s mod? Thanks!
You can open TongSL's script and paste this line : currentRageMeter = kratos.MeterGetValue(kratos, "Blood") kratos:MeterSetValue("Blood", 10000) underneath his commands. Should give you infinite rage.
I'm not sure if I'm allowed to edit other people's work so I decided not to unless I'm given permission.
3 comments
I noticed that your mod uses the same script location as the "More Powerful Weapons" mod by TongSL:
mod\int9\gameart\scripts\characters\heroa00
Because of this, I’m pretty sure your mod will overwrite the existing script, causing the TongSL mod to stop working.
Would I need to manually edit the script to make both mods compatible? Or do you plan to release an update that works alongside TongSL’s mod? Thanks!
currentRageMeter = kratos.MeterGetValue(kratos, "Blood")
kratos:MeterSetValue("Blood", 10000)
underneath his commands. Should give you infinite rage.
I'm not sure if I'm allowed to edit other people's work so I decided not to unless I'm given permission.