0 votes

I'm working in a 2d topdown survival game with a procedural generated world, my world is infinite(for now) so i generate my game using chunks and i'm saving this chunks in my save file, where each tile is an array like this: [tile_id(int), position(Vector2)].

The problem is that every time i save my file using store_var() my game freezes for a moment, so i want to know if there is a faster way to store an array inside a file.

in Engine by (14 points)

Is there a way to check which parts you've already saved, and only saved what's changed?

Please log in or register to answer this question.

Welcome to Godot Engine Q&A, where you can ask questions and receive answers from other members of the community.

Please make sure to read Frequently asked questions and How to use this Q&A? before posting your first questions.
Social login is currently unavailable. If you've previously logged in with a Facebook or GitHub account, use the I forgot my password link in the login box to set a password for your account. If you still can't access your account, send an email to [email protected] with your username.