Not working?

Stubbsy

Contributor
Tried two times not and it's still not working. Opened up a map, saved as New_Map.mis. Edited the .mis file and changed the map name. Opened up the server/config file and added:

$Host::Mission["CTF", "New_Map"] = 32;
And
$Host::Maps::MissionFile[32] = $MissionPath @ "New_Map.mis";
$Host::Maps::Weight[32] = 0.8;
$Host::Maps::MinPlayers[32] = 0;
$Host::Maps::MaxPlayers[32] = 24;

Now every time I open up Legions and open up the map, it opens Frostbyte, Genesis and other maps.
 

Jello

Contributor
******
$Host::Mission["CTF", "New_Map"] = 38;
And
$Host::Maps::MissionFile[38] = $MissionPath @ "New_Map.mis";
$Host::Maps::Weight[38] = 0.8;
$Host::Maps::MinPlayers[38] = 0;
$Host::Maps::MaxPlayers[38] = 24;


If you only have made one map or added one map to it use the one I just edited above for you, I've had the same problem before its because of this

dasdas.PNG
so when you add it to your files change the numbers to 38 and when you keep adding maps just keep changing it 39...40..etc, I edited it for you so you already have it
 
Top