Advertisement
MGT

desc

MGT
Jul 3rd, 2016
104
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.97 KB | None | 0 0
  1. forceRotorLibSimulation = 0;
  2. disableChannels[] = {0, 2};
  3. author = "Exile Mod Team";
  4. loadScreen = "mgta3e.paa";
  5. onLoadMission= "mgtrolls.eu";
  6. OnLoadIntro = "";
  7. OnLoadIntroTime = false;
  8. OnLoadMissionTime = false;
  9. onLoadName = "Exile Mod";
  10. class Header
  11. {
  12. gameType = Sandbox;
  13. minPlayers = 1;
  14. maxPlayers = 60;
  15. };
  16. skipLobby = 1;
  17. showHUD[] =
  18. {
  19. true,
  20. true,
  21. false,
  22. true,
  23. true,
  24. false,
  25. false,
  26. false,
  27. false
  28. };
  29. joinUnassigned = 1;
  30. respawn = "BASE";
  31. respawnDelay = 120;
  32. respawnDialog = 0;
  33. respawnOnStart = 0;
  34. respawnButton = 1;
  35. respawnTemplates[] = {"Exile"};
  36. corpseManagerMode = 0;
  37. corpseLimit = 20;
  38. corpseRemovalMinTime = 1800;
  39. corpseRemovalMaxTime = 3600;
  40. wreckManagerMode = 0;
  41. wreckLimit = 2;
  42. wreckRemovalMinTime = 60;
  43. wreckRemovalMaxTime = 360;
  44. scriptedPlayer = 1;
  45. disabledAI = true;
  46. enableItemsDropping = 0;
  47. briefing = 0;
  48. debriefing = 0;
  49. allowFunctionsLog = 1;
  50. enableDebugConsole = 0;
  51. allowFunctionsRecompile = 0;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement