| 05-04-2005, 02:17 AM | #1 |
Guest | I would like to know how to load a seperate map. My situatuion is this: I am trying to make a map where there is one small one for character selection, and then other big maps. I want to make the small char. selection map load the bigger map that will be the first level (this is an RPG btw, my first one.) I also want the char. they select to load in the first level map, too. |
| 05-04-2005, 02:42 AM | #2 |
If this is single player then use Game cache. This has to be a campaign. So in your editor goto campaign editor, player all the maps .w3x into the campaign manager, save the campaign as w3n file. To use the game cache. You have to create it first, then store data in it when you need so before switching maps. Then you save game cache and load another map. etc. etc. This will not work for multiplayer |
| 05-04-2005, 03:49 AM | #3 |
Guest | Thanks! thats just what i needed! ![]() |
| 05-08-2005, 02:19 AM | #4 |
Guest | If i wanted to be able to do a multiplayer version, how would i do this? also, i dont know how to make your selection carry over to the other map. |
| 05-08-2005, 09:09 AM | #5 | |
Quote:
As for your second question, store the unit (hero) that is selected and load it into the next map. |
