How do games that let you build save?

Example: piggy (build mode) it’s been bugging me for a long time.

To save - loop through the parts and put their info in a table or a long string (“serialization”)

To load - take the string or table and recreate the parts from the info you saved (“deserialization”)

I haven’t read this article but it seems relatively comprehensive:

3 Likes

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.