• 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.

Back Pack TO Save

Status
Not open for further replies.
Level 13
Joined
Jun 3, 2011
Messages
1,058
Hi guys this is my other Question i Have a Save/Load System Specifically called CodeGen and a backpack system i want to make it save the back pack so i want to put it on the CodeGen but i don't know how can someone please teach me?
 
http://www.hiveworkshop.com/forums/jass-ai-scripts-tutorials-280/saving-loading-192851/

open the map, look at the lesson titles, figure out which ones appear to be the most helpful, then run the map in wc3 and type -goto # to view those lessons.

It discusses how to save a lot of things. For you, I'd recommend saving partial sets.

The map isn't for any save/load system, it is just how to save the stuff with pure math (both how the data is structured and how the data is stored), which will allow you to possibly translate it into CodeGen (structures only, CodeGen doesn't support the math, unlike save/load with snippets, which does).
 
Status
Not open for further replies.
Top