• 🏆 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!

[General] Campaign Maps question

Status
Not open for further replies.
Level 4
Joined
Aug 7, 2010
Messages
77
Hello all. This may be a quick question. I've made a few campaign maps and added them into the campaign editor. However, i am not sure how to auto carry on to the next level of the map after the player won the game (go on to next level after pressing the "continue"). Currently i have this set of simple codes. Anything else needed?

  • Victory
    • Events
      • Player - Player 1 (Red) leaves the game with a victory
    • Conditions
    • Actions
      • Game - Set the next level to Maps\Campaign\MapB.w3x
 
When you have the maps imported to the campaign editor then you don't need "map\campaign\".
Simply refer to the map name in the campaign editor.

Also.
With the function you are using you are simply going to load the new map. And that is great if that is what you need.
However if you need to carry over units or variables you need to utilize the Game Cache as well.
 
Level 4
Joined
Aug 7, 2010
Messages
77
When you have the maps imported to the campaign editor then you don't need "map\campaign\".
Simply refer to the map name in the campaign editor.

Also.
With the function you are using you are simply going to load the new map. And that is great if that is what you need.
However if you need to carry over units or variables you need to utilize the Game Cache as well.

Ahh thanks. i just realise that i have to reimport everymap..
 
Status
Not open for further replies.
Top