Save/Load Systems

Status
Not open for further replies.
Level 14
Joined
Oct 18, 2013
Messages
724
Relating to Save/Load systems used in various RPG maps in war3, how can you determine whether two versions of a map have compatible save systems? Assume you are testing this for the same maps. Where in the script for the save/load system can you see differences? I honestly know very little about how they work in Warcraft, I am thinking that save systems can be used from one map's old version to the new one, correct? As long as the actually code for the save system wasn't changed. Could anyone help me with this topic. Many thanks.
:goblin_boom:
 
as long as the rawcodes are the same, and you haven't add/removed anything from the things to be saved/loaded, it should work fine...

Like:

Version 1: You save only Hero and items

Version 2: You saved hero,items and gold

Then using most of the systems out there, it wouldn't work since you added another data to be saved/loaded on version 2... not sure about Nestharus' system
 
Level 14
Joined
Oct 18, 2013
Messages
724
What's wrong with it? I did download the map, but inside the folders I don't know what I'm supposed to look at really.
 
Status
Not open for further replies.
Top