Advertisement
Guest User

Untitled

a guest
Sep 20th, 2019
102
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.92 KB | None | 0 0
  1. ///////////////////////////////////////////////////////////////////////////////
  2. // Exile Settings - Do not change these!
  3. ///////////////////////////////////////////////////////////////////////////////
  4. forceRotorLibSimulation = 2;
  5. skipLobby = 1;
  6. joinUnassigned = 1;
  7. respawn = "BASE";
  8. respawnDelay = 120;
  9. respawnDialog = 0;
  10. respawnOnStart = 0;
  11. respawnButton = 1;
  12. respawnTemplates[] = {"Exile"};
  13. corpseManagerMode = 2;
  14. corpseLimit = 35;
  15. corpseRemovalMinTime = 2100;
  16. corpseRemovalMaxTime = 4800;
  17. wreckManagerMode = 0;
  18. wreckLimit = 3;
  19. wreckRemovalMinTime = 60;
  20. wreckRemovalMaxTime = 360;
  21. scriptedPlayer = 1;
  22. disabledAI = 1;
  23. enableItemsDropping = 0;
  24. briefing = 0;
  25. debriefing = 0;
  26. allowFunctionsLog = 1;
  27. enableDebugConsole = 0;
  28. allowFunctionsRecompile = 0;
  29. showSquadRadar = 0;
  30. showUAVFeed = 0;
  31.  
  32. reviveMode = 1;
  33. reviveRequiredItems = 0;
  34. reviveDelay = 6;
  35. reviveForceRespawnDelay = 3;
  36. reviveBleedOutDelay = 120;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement