HomeUser Control Panel (unavailable in archive)ForumsTutorialsArt GalleryResourcesMaps

A campaign in a .MPQ

09-25-2003, 06:16 PM#1
DarKNeSS~87
I want to put all the missions of a campaign in a .mpq file,
but I want the first mission out of that file, so people can start the campaign very easily.

What must I write in "set next level"?


I hope you understand what I want to say.
09-25-2003, 07:23 PM#2
MartinezTG
In your first mission you must write the path (in the MPQ) of your second mission. Renember also that the "set next level" function must be before the Victory function or otherwise it won't work.

Martinez
09-26-2003, 05:22 PM#3
DarKNeSS~87
This isn't the real problem. My first mission is external of the mpq file;
i tried to write something similar:

Next level: maps\new campaign\Campaign.mpq \Level2.w3m

but it doesn't work. What is the correct form?
09-27-2003, 11:39 AM#4
MartinezTG
You should write simply
Level2.w3m
if you imported your map under the mpq not into a directory.
If you imported your map to the mpq under Maps\Campaign\level2.w3m then that's what you should write.
It doesn't matter if the map is under Maps\Campaign in your WC3 directory or if it's under your mpq.

Martinez
09-27-2003, 01:00 PM#5
DarKNeSS~87
Thank you very much...
I think that blizzard's programmer are very intelligent:
They don't want to waste time, uh?
09-27-2003, 05:45 PM#6
Ligature
This solves a BIG problem for me. Thanks guys!