Advertisement
Guest User

Untitled

a guest
Jan 14th, 2018
62
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
SQF 1.78 KB | None | 0 0
  1. // Config file generated 12.06.2017 20:11 with TADST.
  2.  
  3. hostName = "Aldalon: Escape Altis Winter";
  4. password = "";
  5. passwordAdmin = "foo";
  6. serverCommandPassword = "";
  7.  
  8. motd[] = {
  9. };
  10. motdInterval = 3;
  11.  
  12. // LOGGING
  13. timeStampFormat  = "short";                 // Timestamp format used in the server RPT logs. Possible values are "none" (default), "short", "full"
  14. logFile          = "server_console.log";    // Server console output filename
  15.  
  16. // SECURITY
  17. BattlEye             = 1;    // If set to 1, BattlEye Anti-Cheat will be enabled on the server (default: 1, recommended: 1)
  18. verifySignatures     = 0;    // If set to 2, players with unknown or unsigned mods won't be allowed join (default: 0, recommended: 2)
  19. kickDuplicate        = 1;    // If set to 1, players with an ID that is identical to another player will be kicked (recommended: 1)
  20. allowedFilePatching  = 0;    // Prevents clients with filePatching enabled from joining the server (0 = block filePatching, 1 = allow headless clients, 2 = allow all) (default: 0, recommended: 1)
  21.  
  22. maxPlayers = 10;
  23. requiredSecureId = 0;
  24.  
  25. voteMissionPlayers = 3;
  26. voteThreshold = 0.33;
  27.  
  28. disableVoN = 0;
  29. vonCodecQuality = 30;
  30. persistent = 0;
  31. regularCheck = "";
  32.  
  33.  
  34. // EVENT SCRIPTS - see http://community.bistudio.com/wiki/ArmA:_Server_Side_Scripting
  35. doubleIdDetected = "";
  36. onUserConnected = "";
  37. onUserDisconnected = "";
  38. onHackedData = "";
  39. onDifferentData = "";
  40. onUnsignedData = "";
  41.  
  42. class Missions
  43. {
  44.     class Mission_1
  45.     {
  46.         //template = "co10_Escape_Build141+AllTheWeapons.Malden";
  47.         template = "co10_Escape_Build141+AllTheWeapons+Winter_9.Altis";
  48.         //template = "co10_Escape_Build141+AllTheWeapons.Tanoa";
  49.         difficulty = "custom";
  50.     };
  51. };
  52.  
  53.  
  54.  
  55. // Basic config file generated 12.06.2017 20:11 with TADST.
  56.  
  57. terrainGrid=25;
  58. viewDistance=4000;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement