• Listen to a special audio message from Bill Roper to the Hive Workshop community (Bill is a former Vice President of Blizzard Entertainment, Producer, Designer, Musician, Voice Actor) 🔗Click here to hear his message!
  • Read Evilhog's interview with Gregory Alper, the original composer of the music for WarCraft: Orcs & Humans 🔗Click here to read the full interview.

Load only one champaign

Status
Not open for further replies.
Level 13
Joined
Sep 14, 2008
Messages
1,408
Well it has to be possible since the WE test function does it.

Somehow warcraft is started with arguments that make the game load a specific map on initalisation.

EDIT: Ok found it:

Create shortcut to your warcraft.exe than add this behind the path to the exe:

"x:\...\war3.exe\" -loadfile Maps\...\WhatEver.w3m
 
Level 7
Joined
Jul 20, 2009
Messages
295
May you be more specific with the "\...\" please. =/
Because I tried what you have done as an example and it does not work because I do not exactly know what to put into these, "\....\"
 
Level 13
Joined
Sep 14, 2008
Messages
1,408
Well its the path you need to enter ... that's obvious isn't it :/

I don't know where your war3.exe is so i but in X:\...=yourpath\war3.exe

Same goes for the map. I don't know which map you want to open. So you start in the wc3 dir and and go maps\PathToYourMap\mapname.w3m (or w3x depening on the filetype)
 
Status
Not open for further replies.
Top