TangentFoxy / kiwenwan

A monolith of experimentation, name inspired by toki pona.
1 stars 0 forks source link

Estimating save file size... #18

Open TangentFoxy opened 6 months ago

TangentFoxy commented 6 months ago

It seems like I'm aiming for 75k systems per galaxy (and let's stick to one galaxy for now!). At a minimum, a player who has visited all systems needs to store a value for how long it's been since they visited a system. If I am using a human readable save format, and these use a timestamp, they'll take 10 bytes each. Purchased map data has a similar purpose and needs a date assigned.

An economy effect via player interaction or universe simulation should be stored. This needs to store at least a handful of things.

It's important to note that most of the galaxy is uninhabited. These values don't exist in many places.

TangentFoxy commented 3 months ago

See #19 (save handling libraries)