Does anyone know anything about save/load systems?
Moderator: Cheaters
-
- Newcomer
- Posts: 9
- Joined: June 8th, 2011, 1:27 am
Does anyone know anything about save/load systems?
I need someone who can help me with a save/load system on a map. Preferably wanting someone who knows it well not links to a website.
-
- Super Moderator
- Posts: 1943
- Joined: February 3rd, 2009, 11:28 pm
- Been thanked: 1 time
Re: Does anyone know anything about save/load systems?
Do you want help creating one, or do you just want a working one?
I know the theory. You convert everything that you want saved (rawcodes/levels/etc) into numbers, and do complex math on it. Then when you load it, you reverse the steps.
I'd recommend looking at people's already working save/load engines to learn from. Acehart's engine is a good one (Google it if you want to look at it)
I know the theory. You convert everything that you want saved (rawcodes/levels/etc) into numbers, and do complex math on it. Then when you load it, you reverse the steps.
I'd recommend looking at people's already working save/load engines to learn from. Acehart's engine is a good one (Google it if you want to look at it)
-
- Newcomer
- Posts: 9
- Joined: June 8th, 2011, 1:27 am
Re: Does anyone know anything about save/load systems?
I need help adding new heroes/items to an existing one. Check out the .txt for what the existing save/load system is.
You do not have the required permissions to view the files attached to this post.
-
- Forum Staff
- Posts: 519
- Joined: October 18th, 2010, 8:43 am
Re: Does anyone know anything about save/load systems?
Moved to Triggering/Editing.
It looks like you could just add on to the array of existing heroes and units. Though udg_integers03 not being used is kind of weird.
It looks like you could just add on to the array of existing heroes and units. Though udg_integers03 not being used is kind of weird.
-
- Newcomer
- Posts: 9
- Joined: June 8th, 2011, 1:27 am
Re: Does anyone know anything about save/load systems?
What's your suggestion on what I should to do to either make it work?Nuuby wrote:Moved to Triggering/Editing.
It looks like you could just add on to the array of existing heroes and units. Though udg_integers03 not being used is kind of weird.
-
- Forum Staff
- Posts: 519
- Joined: October 18th, 2010, 8:43 am
Re: Does anyone know anything about save/load systems?
It would help if you posted the entire script or the map. Otherwise we can't be certain that it would work.
-
- Junior Member
- Posts: 28
- Joined: May 13th, 2012, 4:59 pm
- Title: Newbie
- Location: In Do
Re: Does anyone know anything about save/load systems?
how i can use the raw code , without playing . just like , make a new character with the code .