HomeUser Control Panel (unavailable in archive)ForumsTutorialsArt GalleryResourcesMaps

2 Maps with same code, can it be done?

08-15-2005, 03:45 AM#1
shadowhunter09
Can you make it so that you can have 2 maps with the same save and load codes... Like if you copy the main map, then reset all the terrain, would the same save and load code work for both maps?
08-15-2005, 05:15 AM#2
BBDino
Presumably, both maps use the same triggers.

However it sounds like you dont actually understand how save/load codes work, maybe it would be best if you became more familar with the principals behind wc3 mapping.
08-15-2005, 07:03 PM#3
shadowhunter09
Hmm, thanks, so it is possible.
08-15-2005, 08:36 PM#4
Tim.
Technically no its not. If any of the save/load refers to unit position for regions or anyhting like that, they too will need to be modified. However I agree with BBDino; learn more complex mapping, or at least learn to create save/load before using one.
08-15-2005, 08:53 PM#5
shadowhunter09
Wait, now I'm confused, so it's not possible?
08-15-2005, 09:56 PM#6
Anitarf
It is possible so long as all elements of the map that concern saving and loading are indentical in both maps. What that is, that's difficult to say, depends on what your savecode saves and how it saves it, but generaly speaking, to be on the safe side, before copying the map and making multiple of them, you would have to finish all the object editor work on anything save code related, so, all heroes and items and anything else you can transferr between maps with the save code would have to be made first for all maps. And the savecode itself, of course.
08-16-2005, 03:29 PM#7
shadowhunter09
Okay, thanks a lot for all your help guys.