Across-save data transfer
Posted: Sun Sep 15, 2024 12:47 pm
I'm in the process of designing a mod where some elements are heavily knowledge-dependant. I want to make a GUI where the already discovered elements are shown, and would like for those elements to be transferrable between saves so you don't constantly load save A, then save B.
I'm aware I can easily do this using map settings and strings to transfer the data, but this requires user interaction, and is not something I imagine people would enjoy being forced to do or be aware of. I'm also not too sure of the limitations strings have (do they have a character limit?).
My request is a table like the current global table, with the simple difference that it is saved on the factorio install, not the world itself. It would be the responsibility of modders to write code that doesn't break with different versions, but that's not too different from how global works, either.
I'm aware I can easily do this using map settings and strings to transfer the data, but this requires user interaction, and is not something I imagine people would enjoy being forced to do or be aware of. I'm also not too sure of the limitations strings have (do they have a character limit?).
My request is a table like the current global table, with the simple difference that it is saved on the factorio install, not the world itself. It would be the responsibility of modders to write code that doesn't break with different versions, but that's not too different from how global works, either.