Page 1 of 1

I need to specify many changes in partial-conversion mod.

Posted: Wed Dec 02, 2020 1:22 pm
by everything-narrative
I'm working on a partial conversion mod, and I need to specify changes to hundreds of recipes. Rather than working directly with the data in a tedious and error-prone fashion, it would be nice to use some tools.

Are there any modding libraries out there which would aid in that, or do I have to roll my own? Looking at e.g. Factorio Standard Library, it is hard to find documentation on how to edit technologies and recipes.

Re: I need to specify many changes in partial-conversion mod.

Posted: Wed Dec 02, 2020 5:35 pm
by orzelek
everything-narrative wrote: Wed Dec 02, 2020 1:22 pm I'm working on a partial conversion mod, and I need to specify changes to hundreds of recipes. Rather than working directly with the data in a tedious and error-prone fashion, it would be nice to use some tools.

Are there any modding libraries out there which would aid in that, or do I have to roll my own? Looking at e.g. Factorio Standard Library, it is hard to find documentation on how to edit technologies and recipes.
I know that bob's mods have library intended to do this. You would need to check it out and see if it fits what you want to do.