Binary Compressed Save System, Save Entire Dynamically Generated Worlds! ♥ Rama

Question in marketplace:

“Hello there. Is there any tutorial how to save widgets with this, I Have combo boxes with options (Graphic settings) I would love to save those with this system.”

My answer:

Hi there!

  1. You can make a separate save file (remember with my plugin you can create as many files as you want and name them anything you want, and store them wherever you want :))
  2. So make a file you will load only statically, and create a save object containing all of the UI settings and any other player settings you want :slight_smile:
  3. You can load this file any time you want, including only when the user opens the related UI window
  4. This video explains static data saving/loading
    https://youtube.com/watch?v=rdKuni_Fvxk
    :heart:

Rama