Pelagos Cargo Ships Recipe Restorer


This mod resets the recipes and research from Cargo Ships back to their vanilla state when running with Planet Pelagos. Unfortunately, Pelagos includes a script to crash your game if this mod is used, you'll need to modify control.lua or use the Pelagos Community Fork. Adapted from The Smelly Factory Server Mod Compatibility Patches by YiFei Zhu & DonBoobleone, expanded by me.

Tweaks
a month ago
2.0
12
Transportation
Owner:
TriggeredSnake
Source:
N/A
Homepage:
N/A
License:
MIT
Created:
a month ago
Latest Version:
7.0.3 (a month ago)
Factorio version:
2.0
Downloaded by:
12 users

Planet Pelagos changes recipes for items from the Cargo Ships mod to require resources from Pelagos, as well as locking the research topics behind Pelagos science. This mod reverses those changes.

Unfortunately, Talandar has inserted a script into the Pelagos mod to crash the game if the recipes are changed back. You can either use the Planet Pelagos - Community Fork mod to bypass this restriction, or modify a copy of the official mod as follows:

  1. Open the Pelagos zip file, and open control.lua in a text editor. Find the line "local function sanity_checks()", and delete everything between it and "end", you want it to look like this:
    local function sanity_checks()
    end
  2. Save the modified file, and hit yes to update the archive if prompted.
  3. Once that's done, install this mod. It should revert all the research and recipes back to their vanilla state.