Guest User

Untitled

a guest
Jul 16th, 2018
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.65 KB | None | 0 0
  1. $Host::Maps::MissionFile[0] = "legions/data/missions/SnowMap02.mis";
  2. $Host::Maps::Weight[0] = 1.0;
  3. $Host::Maps::MinPlayers[0] = 0;
  4. $Host::Maps::MaxPlayers[0] = 18;
  5.  
  6. $Host::Maps::MissionFile[1] = "legions/data/missions/SnowMap01.mis";
  7. $Host::Maps::Weight[1] = 0.5;
  8. $Host::Maps::MinPlayers[1] = 0;
  9. $Host::Maps::MaxPlayers[1] = 10;
  10.  
  11. $Host::Maps::MissionFile[2] = "legions/data/missions/GrassMap01.mis";
  12. $Host::Maps::Weight[2] = 0.6;
  13. $Host::Maps::MinPlayers[2] = 0;
  14. $Host::Maps::MaxPlayers[2] = 16;
  15.  
  16. $Host::Maps::MissionFile[3] = "legions/data/missions/DesertMap01.mis";
  17. $Host::Maps::Weight[3] = 0.9;
  18. $Host::Maps::MinPlayers[3] = 16;
  19. $Host::Maps::MaxPlayers[3] = 32;
  20.  
  21. $Host::Maps::MissionFile[4] = "legions/data/missions/Fallout.mis";
  22. $Host::Maps::Weight[4] = 0.9;
  23. $Host::Maps::MinPlayers[4] = 16;
  24. $Host::Maps::MaxPlayers[4] = 32;
  25.  
  26. $Host::Maps::MissionFile[5] = "legions/data/missions/Stygian.mis";
  27. $Host::Maps::Weight[5] = 0.3;
  28. $Host::Maps::MinPlayers[5] = 16;
  29. $Host::Maps::MaxPlayers[5] = 32;
  30.  
  31. $Host::Maps::MissionFile[6] = "legions/data/missions/Elegiac.mis";
  32. $Host::Maps::Weight[6] = 0.6;
  33. $Host::Maps::MinPlayers[6] = 16;
  34. $Host::Maps::MaxPlayers[6] = 32;
  35.  
  36. $Host::Maps::MissionFile[6] = "legions/data/missions/Reactor.mis";
  37. $Host::Maps::Weight[6] = 0.9;
  38. $Host::Maps::MinPlayers[6] = 0;
  39. $Host::Maps::MaxPlayers[6] = 18;
  40.  
  41. $Host::Maps::MissionFile[5] = "legions/data/missions/Gorge.mis";
  42. $Host::Maps::Weight[5] = 0.6;
  43. $Host::Maps::MinPlayers[5] = 16;
  44. $Host::Maps::MaxPlayers[5] = 32;
  45.  
  46. $Host::Maps::MissionFile[5] = "legions/data/missions/Core.mis";
  47. $Host::Maps::Weight[5] = 0.9;
  48. $Host::Maps::MinPlayers[5] = 16;
  49. $Host::Maps::MaxPlayers[5] = 32;
Add Comment
Please, Sign In to add comment