• 🏆 Texturing Contest #33 is OPEN! Contestants must re-texture a SD unit model found in-game (Warcraft 3 Classic), recreating the unit into a peaceful NPC version. 🔗Click here to enter!
  • 🏆 Hive's 6th HD Modeling Contest: Mechanical is now open! Design and model a mechanical creature, mechanized animal, a futuristic robotic being, or anything else your imagination can tinker with! 📅 Submissions close on June 30, 2024. Don't miss this opportunity to let your creativity shine! Enter now and show us your mechanical masterpiece! 🔗 Click here to enter!

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?
 
Level 31
Joined
Jul 10, 2007
Messages
6,306
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