• 🏆 Texturing Contest #33 is OPEN! Contestants must re-texture a SD unit model found in-game (Warcraft 3 Classic), recreating the unit into a peaceful NPC version. 🔗Click here to enter!
  • 🏆 Hive's 6th HD Modeling Contest: Mechanical is now open! Design and model a mechanical creature, mechanized animal, a futuristic robotic being, or anything else your imagination can tinker with! 📅 Submissions close on June 30, 2024. Don't miss this opportunity to let your creativity shine! Enter now and show us your mechanical masterpiece! 🔗 Click here to enter!

Multiple Maps in one game??

Status
Not open for further replies.
Level 3
Joined
Aug 17, 2007
Messages
51
I was wondering, this one game has like 10 different maps on one file (campaign?) no loading ect. it has 1 map leading to another with no loading screen, with different levels ect. i was wondering if anyone could tell me how to do that? in a pm or something or here?
 
Level 4
Joined
May 6, 2007
Messages
87
There has to be a loading screen, otherwise a map wouldn't load (but you might be able to preload it through a trigger (Game - Preload Filename).

There are two ways to do what you want. The first way is through the Campaign Editor, and the second is a simple trigger:

  • Actions
    • Game - Set the next level to Maps\Mapname.w3m
Sorry if there's another way that I don't know of.
 
Status
Not open for further replies.
Top