HomeUser Control Panel (unavailable in archive)ForumsTutorialsArt GalleryResourcesMaps

I need a save/load code for scores

06-25-2006, 01:08 PM#1
Sixcon
Kind of like the one with Darkdeedz. It saves your score and stuff. Is there an open-source version of Darkdeedz if not can you please teach me how to save your score and stuff? ANd any way I can combine that Score save/load code with Vexorian's hero save/load code.

looking at this tutorial

http://www.wc3campaigns.net/showthread.php?t=63292

I was wondering if this Game Cache Tutorial would work on Battle.net?

Also I want to make sure that only the person with that account that saved it can load it. So lets say Sixcon saved a game, only Sixcon can load it.
06-25-2006, 01:10 PM#2
PipeDream
Vexorian's system is generic and capable of storing information in the format of integers from 0-n. Read the documentation.
06-25-2006, 01:13 PM#3
shadow1500
You cant save gamecache in multiplayer. Vexorian's codemaker saves an array of integers, so you can make it save anything you want. Download here.
EDIT: Yes it does save player names, you have to specify the player you're saving for when you use the generate code function.
06-25-2006, 01:19 PM#4
Sixcon
I haven't modded for a while (3 years) so I decided to make a "hit or miss" map taht will either motivate me to improve it or let me give up on it. I'm not that good with triggers so it usually takes me hours to reverse-engineer it. Anyways I'm writing up the outline for my map right now, during that time do you think you can make it save an Integer string with a hero too?

@shadow1500- Well yeah about the player names sorry about that I mustve looked at another code but I couldve sword that VExorian's tutorial didn't have a name a couple of months ago...
thanks
-Sixcon