HomeUser Control Panel (unavailable in archive)ForumsTutorialsArt GalleryResourcesMaps

Save/Load Tutorial

07-27-2005, 10:19 PM#1
HandOfRa
I really need that tutorial now. I know there is one about save/load in the tutorial section before the site change, but it's currently offline now. :(
Some please post the link to that tutorial.
07-27-2005, 11:15 PM#2
Anitarf
Well, seeing as how the site is still being worked on, if a part of it's database isn't reachable through the usual interface then it's most likely it can't be obtained even if you have a direct link.
07-27-2005, 11:56 PM#3
Vexorian
Consider the site as being still off completelly with the exception you can make posts
07-29-2005, 02:17 AM#4
MeTaCo
Quote:
Originally Posted by HandOfRa
I really need that tutorial now. I know there is one about save/load in the tutorial section before the site change, but it's currently offline now. :(
Some please post the link to that tutorial.

Theres not much of to understand, I tried to understand the save/load code but it's just doesn't get into my head, But for you Go on google, search for Elilz and go to his site, he has a save/load code map!, it explains everything and how to edit it, it's bit code based so u will actually learn something as u use the save code and alter it as u put it in a few of the maps u create! I've altered it twice now I went from normal save hero and abilities to Saving gold data, using ability to save it, and Saving Actual exp instead of hero level!
07-29-2005, 10:57 PM#5
Vexorian
Quote:
Originally Posted by MeTaCo
Quote:
Originally Posted by HandOfRa
I really need that tutorial now. I know there is one about save/load in the tutorial section before the site change, but it's currently offline now. :(
Some please post the link to that tutorial.

Theres not much of to understand, I tried to understand the save/load code but it's just doesn't get into my head, But for you Go on google, search for Elilz and go to his site, he has a save/load code map!, it explains everything and how to edit it, it's bit code based so u will actually learn something as u use the save code and alter it as u put it in a few of the maps u create! I've altered it twice now I went from normal save hero and abilities to Saving gold data, using ability to save it, and Saving Actual exp instead of hero level!

Talking about maps I have one with better encoding in the submissions forum...
07-30-2005, 03:59 PM#6
HandOfRa
Umm...vex, I'm not very good at Jass but I don't really get how to use your Codemaker engine...
I want to save some integer variable, but I don't really get what is the function for storing a variable. Please help .

EDIT:
And also when I init the codemaker by adding 'call Codemaker_init()' to my init trigger, there is an error saying that the function is not found. I did copy the codemaker trigger to my map.
07-30-2005, 10:03 PM#7
Vexorian
I don't really know but it could be that JASS is case sensitive and it is Codemaker_Init or something like that, check the map and the function name and the case it uses.