Armok updated FU-Redemption patch with a new update entry: keeping up to date Read the rest of this update entry...
Armok updated FU-Redemption patch with a new update entry: the Impervium update Read the rest of this update entry...
Armok updated FU-Redemption patch with a new update entry: fossil game incompatibility fix Read the rest of this update entry...
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. =)
ah that explains the issue someone else just reported, I figured I missed something trivial like that somewhere, huge thanks for pointing this out!
Armok updated FU-Redemption patch with a new update entry: fixing a fix Read the rest of this update entry...
Armok updated FU-Redemption patch with a new update entry: protector's mech body fix Read the rest of this update entry...
Armok updated FU-Redemption patch with a new update entry: polishing Read the rest of this update entry...
Armok updated FU-Redemption patch with a new update entry: USCM remnant bunker update Read the rest of this update entry...
Armok updated FU-Redemption patch with a new update entry: Bugfix Read the rest of this update entry...
Armok updated FU-Redemption patch with a new update entry: Expanded bunker generation Read the rest of this update entry...
Armok updated FU-Redemption patch with a new update entry: Prismatic Update support Read the rest of this update entry...
Armok updated FU-Redemption patch with a new update entry: Hotfix Read the rest of this update entry...
Armok updated FU-Redemption patch with a new update entry: Another hotfix Read the rest of this update entry...
Armok updated FU-Redemption patch with a new update entry: Minor update Read the rest of this update entry...
Armok updated FU-Redemption patch with a new update entry: Avian mission compat Read the rest of this update entry...
Armok updated FU-Redemption patch with a new update entry: Platinum update Read the rest of this update entry...
Armok updated FU-Redemption patch with a new update entry: Minor update Read the rest of this update entry...