Where to find data files on miners and smelters
does anyone know which game file stores all the data for portable miners, smelters, etc..? I just want to tweak certain stats on these machines
Solution:Jump to solution
Content in Unreal Engine games is baked, like a cake; you can't change the ingredients after it is done. To modify content you need its source, to rebake it, or to use a mod like ContentLib that can affect it at runtime. Read the docs to learn more.
13 Replies
>cake
Solution
Content in Unreal Engine games is baked, like a cake; you can't change the ingredients after it is done. To modify content you need its source, to rebake it, or to use a mod like ContentLib that can affect it at runtime. Read the docs to learn more.
i have it on steam
that doesn't make any difference
would contentlib allow me to modify stats from the portable miner for example?
I'm not sure, it's certainly not the usual use case
I think most likely you'd need the full modding setup
ill look into it
but basically this game has no game file where item stats are stored? factorio has it, u just open it w ur editor of choice and tweak numbers
No, there's nothing like that
that's only really common in smaller games with custom engines
kk
>modding
Either for help with ContentLib or with modding in general, you'll probably need this role:
You seem to have questions about modding.
You should grab the Aspiring Modder role from Discord's role selection page (<id:customize>) and then read the docs carefully (https://docs.ficsit.app/satisfactory-modding/latest/index.html#_for_developers). If you still have questions after that, please go to #help-writing-mods!
If you're using ContentLib you don't need the full setup, you'll just need these docs https://docs.ficsit.app/contentlib/latest/index.html and to ask any questions in #help-writing-mods
ContentLib Documentation :: Satisfactory Modding Documentation
These docs are a continual work in progress. If you have any suggestions, or are willing to contribute, please open a Pull Request or cont...
thx