0 of 0

File information

Last updated

Original upload

Created by

Darthrolton

Uploaded by

Darthrolton

Virus scan

Safe to use

Tags for this mod

3 comments

  1. booksbeat
    booksbeat
    • member
    • 0 kudos
    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!
    1. Darthrolton
      Darthrolton
      • member
      • 0 kudos
      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.
    2. booksbeat
      booksbeat
      • member
      • 0 kudos
      thanks mate!