1. Please be advised of a few specific rules and guidelines for this section.

RELEASED FU-Redemption patch 4.8.1

Bridging the gap

  1. Armok

    Armok Cosmic Narwhal

    Armok submitted a new mod:

    FU-Redemption patch - Bridging the gap

    Read more about this mod...
     
  2. Armok

    Armok Cosmic Narwhal

    Armok updated FU-Redemption patch with a new update entry:

    1.2

    Read the rest of this update entry...
     
  3. Armok

    Armok Cosmic Narwhal

  4. Armok

    Armok Cosmic Narwhal

  5. Armok

    Armok Cosmic Narwhal

  6. JT`

    JT` Phantasmal Quasar

    Be careful when merging .lua files. While you have the principle correct, you missed an "end" statement and broke the script.

    Be sure the end of the initGame() function looks like this (I fixed the indentation, too, so you can just copy-paste from here if you like):
    Code:
      for _,tool in pairs(self.tools) do
        tool.uses = tool:calculateUses(toolUses)
        if config.getParameter("toolType") == "grandmaster" then
          tool.uses = tool.uses + 5
        else
          tool.uses = tool.uses
        end
      end
    
      initGui(self.tools)
    end
    
    Note that FU disabled this part of the script on purpose (starting at the if config.getParameter and ending at the first end), but it's subjective whether you want to delete that segment or not. =)
     
    Armok likes this.
  7. Armok

    Armok Cosmic Narwhal

    ah that explains the issue someone else just reported, I figured I missed something trivial like that somewhere, huge thanks for pointing this out!
     
  8. Armok

    Armok Cosmic Narwhal

  9. Armok

    Armok Cosmic Narwhal

  10. Armok

    Armok Cosmic Narwhal

  11. Armok

    Armok Cosmic Narwhal

  12. Armok

    Armok Cosmic Narwhal

  13. Armok

    Armok Cosmic Narwhal

  14. Armok

    Armok Cosmic Narwhal

  15. Armok

    Armok Cosmic Narwhal

  16. Armok

    Armok Cosmic Narwhal

  17. Armok

    Armok Cosmic Narwhal

  18. Armok

    Armok Cosmic Narwhal

  19. Armok

    Armok Cosmic Narwhal

  20. Armok

    Armok Cosmic Narwhal

Share This Page