SE Ore Integration


This mod integrates ores from a modpack consisting of SE, K2, BZ mods, Planetfall's mods, Trikop's mods, and Timeken's mods into a smaller number of "raw" or composite ores. Now it is more likely that your starting system has at least one planet with the ores / core seams that you need. The actual ores needed for gameplay can be crafted from the "raw" ores (with byproducts of course, as is the SE way).

Tweaks
1 year, 1 month ago
1.1
160
Mining Fluids

g Two load errors I encountered, and how I solved them

10 months ago
(updated 10 months ago)

I'm attempting to load the game with a truly insane variety of mods installed for SEK2, and so this mod seems perfect for the job!

I ran across two issues that prevented my game from loading initially. I modified my local copy of SE Ore Integration to fix both types of errors and this allowed me to load the game. As neither of these seem to have been reported before, I'm guessing that either another mod changed recently and/or I am using some additional mod that caused initial conflicts. The two issues I had were:

  • The Indium mod does not have indium-ore, but instead has indite-ore. I found and replaced all instances of indium-ore in the ore-processing and core-fragment files.

  • The core-fragment file does not have quotes around the word "item" in the phrase "type = item" in most cases. This caused a load error for me, complaining that the type had to be a string. I simply text-replaced all instances of "type = item" to include quotes around the word "item".

Thanks for the mod, and good luck with your sanity!

9 months ago

Please Xynariz help me fix this error like you did? I can't play without this mod.

9 months ago

Please Xynariz help me fix this error like you did? I can't play without this mod.

He already said in the post. Just replace the text "indium-ore" with "indite-ore" in ore-processing.lua and core-fragments.lua
And then replace "type=item" with "type="item"" in core-fragments.lua

9 months ago

Please Xynariz help me fix this error like you did? I can't play without this mod.

He already said in the post. Just replace the text "indium-ore" with "indite-ore" in ore-processing.lua and core-fragments.lua
And then replace "type=item" with "type="item"" in core-fragments.lua

Yup, this is exactly correct! Unzip the mod, find these relevant files, and update the text as mentioned. If you have both a zipped and unzipped version of the mod in your mods folder, Factorio will load the unzipped one (or you can always delete the zipped one if you're worried).

New response