- Joined
- Jan 17, 2010
- Messages
- 6,110
JASS:
/**************************************
* I worked 6 hours today on SaveLoad system.
*
* How it works:
* - Save
* (will save progress data into game cache, just like campaign progress is saved)
* - Load
* (will load progress data from game cache, your player name must be the same)
* - Flush
* (will delete your progress data from game cache)
*
* Errors:
* - Game must be restarted, not just map itself to properly load data.
*
* Data handled so far:
* - Hero Class
* - Hero Attributes
* - Hero Experience
* - Hero Items
* - Hero Custom Stats (crit...)
* - Pet Class
* - Pet Attributes
* - Pet Experience
* - Pet Abilities
* - Pet Skill points
* - Pet Custom Stats (crit...)
* - Custom Inventory Data
* - Environment
* - Quests
*
**************************************/
Last edited: