Postprocess

by meifray

This mod provide a bypass to edit everything without risk your mod being mark incompatible,and it also allow you do some se+k2 balancing.

Internal
1 year, 6 months ago
1.1
486
Owner:
meifray
Source:
N/A
Homepage:
N/A
License:
The Unlicense (Public Domain)
Created:
1 year, 6 months ago
Latest Version:
1.0.0 (1 year, 6 months ago)
Factorio version:
1.1
Downloaded by:
486 users

Quote from "space-exploration-postprocess":"if changes made here are incompatible they can be removed."

the fact is no,you dont have such luxury,and I waited for 9 month and nothing is done,then it is time to take some extreme measure.

How to use

include this mod as depandancy,and add this:

local script_format=
{
        mod="postprocess",
        name="postprocess",
        action=function(inobg) log("Hello world");end
};
table.insert(se_post_scripe,script_format);

and you will found this temporary function is executed after space-exploration-postprocess.