Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines
(1 edit)

This should stop all the 100s of FS.syncfs logs I think

function syncDB() {

FS.syncfs(false, function (err) {

    });

}

Any time you want to save anything do Application.ExternalCall("syncDB");

I feel like I'm getting some very useful information, but I can't fully understand it due to my lack of knowledge. I'm sorry. Is there an easy to understand tutorial for this information?