File information

Last updated

Original upload

Created by

Jackty89

Uploaded by

jackty89

Virus scan

Safe to use

12 comments

  1. jackty89
    jackty89
    • premium
    • 26 kudos
    Locked
    Sticky
    Before Posting

    If an new update has dropped it can take up to a week or more for the compiler to be updated. Unless the old compiler still works. So be patient, as soon as the compiler is updated I'll update my mod.
    Feedback is welcome, if you have any idea's or questions feel free to ask.
    If you encounter any bugs please let me know.
    Before posting any issues please read the description.


    Mod Format Explantion

    EXML Format: Partial edit, only touches the lines/values that need editing. Very low chance of conflicts with other mods (unless they edit the same values). Can be edited easily by user using an editor like Notepad ++/VSCODE/... .
    MBIN Format: Full File Replacement. High chance of conflict, comparable with old pak format (pre. WORLDS). Can be used together with EXML, MBIN mods are loaded first so changes in EXML mods that edit the same file will still be applied. Other MBIN mods that change the same file follow the FIFO principle, merging is highly recommended with MBIN mods (see How To).
    Lua Format: Script file used by AMUMSS to generate the mod or used for merging with this tool.
    CS Format: Script file used by NMSMB to generate the mod or used for merging with this tool.


    Interesting links

    Modding Discord: Discord
    Step WIKI: Step WIKI

    How To Guides

    Quick Guide: How To merge with AMUMSS
    Extensive Guide: How to use NMSMB (pdf)
    Extensive Guide: How to use AMUMSS (pdf)
  2. HadToRegister
    HadToRegister
    • premium
    • 197 kudos
    If I merge this with Faster Refiners a;ll the refiners, regular, medium and large refuse to make Deuterium when I put in Di-Hydrogen and Tritium
    1. jackty89
      jackty89
      • premium
      • 26 kudos
      does it work without faster refiners?
    2. HadToRegister
      HadToRegister
      • premium
      • 197 kudos
      No sure, since it takes about 20 minutes for the mods I have to merge (They all affect the same files), but the Faster Refiner and the Deuterium recipe works without Fuel Economy.

      I looked at the LUA for Fuel Economy, and Faster Refiners side by side in the program "Beyond Compare", and I don't see WHY the recipe doesn't work with the two combined, because I'm positive I used to use these both together about a year ago

      I'll backup my saves and just use Fuel Economy by itself and see
    3. HadToRegister
      HadToRegister
      • premium
      • 197 kudos
      OK, Tried Fuel Economy without Faster Refiners, built a large Refiner, put in Di-Hydrogen and got a message that the Ratio was incorrect, then I put in the Tritium and received another message saying "Requested Operation Unavailable"
    4. jackty89
      jackty89
      • premium
      • 26 kudos
      Faster refiners needs to load after fuel economy, but ill take a look myself
    5. HadToRegister
      HadToRegister
      • premium
      • 197 kudos
      But what is causing the error message when using Fuel Economy alone?
      It doesn't allow the Deuterium recipe of Tritium + Di-Hydrogen.

      I always get the message "Requested Operation Unavailable" in the refinery window
    6. jackty89
      jackty89
      • premium
      • 26 kudos
      Issue found, ill post the new lua up and pak
    7. HadToRegister
      HadToRegister
      • premium
      • 197 kudos
      Thank you, I'll get to merging this with my other mods and test it out.
      Wow...just a change in keyword caused the problem?

      ["SPECIAL_KEY_WORDS"] = {"Id", "RECIPE_1"}, 
      vs
      ["SPECIAL_KEY_WORDS"] = {"Id", "REFINERECIPE_1"},
    8. jackty89
      jackty89
      • premium
      • 26 kudos
      Yeah the recipe i was copying from was a cooking recipe, didn't check properly when rebuilding the lua
    9. HadToRegister
      HadToRegister
      • premium
      • 197 kudos
      Thanks for the rapid response and fix

  3. MarximusMaximus
    MarximusMaximus
    • member
    • 0 kudos
    Seeking permission to include in modpack. Thank you.
  4. pythonaut
    pythonaut
    • member
    • 0 kudos
    Edit: Nevermind! I'm new to this and downloaded an older version of NMUMSS, the latest version works without issues.

    Ignore old message below:
    Hi jackty89! First, I think the idea here is brilliant, and it solves one of the issues that I have with the game. However, when I try to build the .lua with AMUMSS I get the following error: