Search found 3 matches

by Nius
Tue Feb 05, 2019 05:25
Forum: Problems
Topic: [Solved] Persistent Storage of Tables
Replies: 4
Views: 447

Re: [Solved] Persistent Storage of Tables

Fantastic. Thank you again for your time.
by Nius
Mon Feb 04, 2019 08:01
Forum: Problems
Topic: [Solved] Persistent Storage of Tables
Replies: 4
Views: 447

Re: Persistent Storage of Tables

Thank you! Serializing will solve my problem perfectly, and I'm grateful that Minetest provides methods for doing this. Thanks for illuminating that for me. Just to tie up my understanding, I read this to mean that to/from_table() are for cases where the entire storage payload exists in a single tab...
by Nius
Mon Feb 04, 2019 07:03
Forum: Problems
Topic: [Solved] Persistent Storage of Tables
Replies: 4
Views: 447

[Solved] Persistent Storage of Tables

Greetings, all. I'm working on developing some mods that will require the ability to persistently store tables between instances. I'm having some difficulty determining the best way to accomplish this, however, and I was wondering if some advice might be available. I see that the StorageRef provides...