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.
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
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"
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:
12 comments
Mod Format Explantion
Interesting links
How To Guides
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
It doesn't allow the Deuterium recipe of Tritium + Di-Hydrogen.
I always get the message "Requested Operation Unavailable" in the refinery window
Wow...just a change in keyword caused the problem?
["SPECIAL_KEY_WORDS"] = {"Id", "RECIPE_1"},
vs
["SPECIAL_KEY_WORDS"] = {"Id", "REFINERECIPE_1"},
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: