Forum Archive. A read-only snapshot of the Warfare Incorporated forums (2003–2020), preserved for historical purposes.  ·  warfareincorporated.com
Warfare Incorporated Forum

Creating Different Levels
Author Message
angelfishfanatic
WI Forum Novice
Joined: 28 Dec 2009
Posts: 6
 Post Posted: Tue Dec 29, 2009 4:22 pm  Post subject: Creating Different Levels

I tried to create a mission pack with two different levels. I opened up both .ld files in the same mission editor and exported it. The problem is that when I downloaded it to play it the missions were in the wrong order. How do I fix this? Also, I am a little confused on how at the end of a mission to trigger the jumping from that mission to the next.
scottlu
WI Founder


Joined: 15 Aug 2003
Posts: 1773
 Post Posted: Wed Dec 30, 2009 11:21 am  

Having one mission load the other is a little tricky. First, this only works for single player missions. Second, getting the name right, is tricky. It is based on the mission title, with the extension ".lvl" appended. The mission title needs to be no more than 22 characters. So if the mission title is say "Galaxite Fields", the name to set into the SetNextMission action, would be "Galaxite Fields.lvl".

Lastly, the missions are sorted alphabetically. Name the first one something alphabetically less than the second one.

Hope that helps.

Scott
angelfishfanatic
WI Forum Novice
Joined: 28 Dec 2009
Posts: 6
 Post Posted: Wed Dec 30, 2009 12:26 pm  

Thanks! That helps a whole lot!