Search found 2 matches
- Sun Sep 07, 2025 3:22 am
- Forum: Implemented mod requests
- Topic: Add export_record() or similar method to LuaRecord
- Replies: 2
- Views: 299
Re: Add export_record() or similar method to LuaRecord
Thank you for considering adding this function. I'm really looking forward to the release.
- Thu Jun 19, 2025 6:44 am
- Forum: Implemented mod requests
- Topic: Add export_record() or similar method to LuaRecord
- Replies: 2
- Views: 299
Add export_record() or similar method to LuaRecord
Hello Factorio team,
I am developing a mod with the goal of exporting a player's blueprint library to
files, which would allow for easy backups and version control using tools like
Git.
I've found that this is not currently possible due to a limitation in the Lua
API. While a LuaItemStack for a ...
I am developing a mod with the goal of exporting a player's blueprint library to
files, which would allow for easy backups and version control using tools like
Git.
I've found that this is not currently possible due to a limitation in the Lua
API. While a LuaItemStack for a ...