• Listen to a special audio message from Bill Roper to the Hive Workshop community (Bill is a former Vice President of Blizzard Entertainment, Producer, Designer, Musician, Voice Actor) 🔗Click here to hear his message!
  • Read Evilhog's interview with Gregory Alper, the original composer of the music for WarCraft: Orcs & Humans 🔗Click here to read the full interview.

save/load system

Status
Not open for further replies.
Level 3
Joined
Feb 19, 2013
Messages
22
I want to make a save/load system in my map. I am thinking for 20-50 ranks with each rank giving +1 food capacity. I may change food name to "power name" if i find a way. Or something like that. Has someone an idea.
 
Level 3
Joined
Feb 19, 2013
Messages
22
yes but how can i make a load/save system, like terrania for example. One that can load power (exp in terrania)
 
Level 28
Joined
Jan 26, 2007
Messages
4,789
Every save/load-code can save anything you like (whether this is food, or just a variable). After all, the only thing you need to do is store an integer and you're done.
A commonly used GUI-system is AceHart's Save/Load System.
A very nice vJass-system is Save/Load with Snippets by Nestharus (this is the same thing, but a text-file will automatically be created when saving and can be read when loading, so the user doesn't need to type anything).
And there's also the interactive Save/Load tutorial (also by Nestharus).

Any of those systems (except for the tutorial, as it's not a system :D) can save whatever value you want, and it shouldn't be hard.
 
Status
Not open for further replies.
Top