Jump to content

[SOLVED][1.7.10] Loading/Saving Data on Game Load/Save


gottsch

Recommended Posts

I have a data structure that I'm maintaining in the main Mod class.  I would like to persist this data with the game file when the game/map saves and load it when the game/map loads.  I seen several places where it is suggested to use WorldSavedData. I understand that this will save extra data with the world map.  What I'm not connecting the dots on is how to access this from my Mod class.  Are there WorldLoadEvent and WorldSaveEvents that I can register to?

 

What I don't want to do is continually update WorldSavedData from a TileEntity or Entity or something.  My data structure would be help in memory and I would like to read/dump it once at game load/save.

 

Thanks!

Link to comment
Share on other sites

Thanks diesieben07.  Is there an event or something I can use to load/setup my data structure when the map first loads up?

 

And calling markDirty - is this required only once? ie. it sets a flag and when the game is saved (user initiated game save) that flag is checked, or would I have to call this every time i change my data (Minecraft saves the data continually behind-the-scenes)?

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Announcements



×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.