Save System, Variables

Announcements, support questions, and discussion for the Intrigues.
Post Reply
Lemuria
Posts: 3
Joined: Mon Jun 30, 2025 8:11 pm

Save System, Variables

Post by Lemuria »

Intrigues comes with a save system, so it would be reasonable to use that to store all game context.

What is the best way to feed it a ton of additional information (in my case: A procedurally generated map) ?

Sure, variables are a thing, but as I understand they are copied to every actor, so using them for a global game state seems unreasonable. Plus I have a lot of data to store, and would probably best go with serializing my data objects and storing them. Where? How?
Post Reply