Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

dvinmn

3
Posts
1
Topics
2
Followers
122
Following
A member registered Jun 22, 2022

Recent community posts

OK, thanks for taking the time to respond!

Thanks for the feedback.

I may be mistaken, but it doesn't look like your full, updated source code is posted on Github. Maybe a number of versions behind?

I'm asking because I was curious to poke around in the code related to saving the .json file. For my own curiosity.

Although I'm a total scrub, (believe me, I know), I thought I'd ask:

Might it be possible to utilize the web browser's storage to maintain a user's edits between sessions?

Something (veeerry loosely) like this:

com_watabou_system_Exporter.saveJSON = function(data,name) {
var text = JSON.stringify(data);
localStorage.setItem('editData', text);

...and possibly retrieved thusly:

const savedJsonData = localStorage.getItem('editData'); const savedData = JSON.parse(savedJsonData); console.log(savedData);
???

Probably talking out of my @$$ here ;)

I'm sure you've been asked this question a hundred times already, but do you have any plans to expand integration between MFCG and FMG to include maintaining edits such as warping city layouts, or maintaining points of Interest (Locations) or district renaming?

FANTASTIC suite of software products, by the way. You are without a doubt one of my favorite developers doing this sort if thing.

Regards,

dvinmn