Specialized Oil Refineries

by walter

Process crude oil into a single product in specialized refineries. (Updated July 2018 for the latest 0.16.x)

Content
5 years ago
0.13 - 0.16
24
Fluids

b 0.15.X Crash / My Own Fix

6 years ago

I noticed that many people are having the same type of error as mine, I checked the mod files in their .zip
in the data.lua file, I simply remove the bottom area from the catches

  • Allow productivity modules in the specialized refineries by adding the recipies as intermediate products
    for i, module in pairs (data.raw.module) of
    if module.effect.productivity then
    table.insert (module.limitation, "specialized-refining-petroleum");
    table.insert (module.limitation, "specialized-refining-light-oil");
    table.insert (module.limitation, "specialized-refining-heavy-oil");
    if not module.limitation_message_key then
    module.limitation_message_key = "production-module-usable-only-on-intermediates"
    end
    end
    end

and hear no more crash;
I hope I have helped you to make your mod better.

6 years ago

hi,
what bottom area do you mean?

6 years ago

inside the mod .zip
go to the file "data.lua"
and delete everything that is inside the red square, like being in the photo on the link

https://image.prntscr.com/image/9yKCtuztT_qvv-Iifesg6A.png

6 years ago

thanks
i will give it a go

6 years ago

all the mods i have are downloaded from the in game mod portal
so i had to make a mod map in factorio and install this mod
but my game don't show this mod

6 years ago

Seems that a mod that requires a code fix is a mod that should have the code fixed and then the mod uploaded. A discussion board for a mod is poor place to have a code fix, and no matter how many times I have tried it, the above fix does not work for me.

6 years ago

maybe its time for someone else to make this mod work
i can't do this never modded before

6 years ago

zip with fix ?

6 years ago

Latest fixes released in 1.3.4 on here

New response