Advertisement
PAR4NA

config.cfg

Feb 23rd, 2015
236
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.41 KB | None | 0 0
  1. // GLOBAL SETTINGS
  2. hostname = "SURVIVORS BR | Missoes | +Loot | Base Indestrutivel | Patrulha | Dev PAR4NA (0.2.5.2b)";
  3. password = "";
  4. passwordAdmin = "xxxxxxxx";
  5. reportingIP = "arma3pc.master.gamespy.com";
  6. logFile = "Epoch_Altis.log";
  7. verifySignatures = 2;
  8.  
  9. // WHITELIST FILE TYPES
  10. allowedLoadFileExtensions[] = {:};
  11. allowedPreprocessFileExtensions[] = {"sqf"};
  12. allowedHTMLLoadExtensions[] = {:};
  13.  
  14. // WELCOME MESSAGE ("message of the day")
  15. // It can be several lines, separated by comma
  16. // Empty messages "" will not be displayed at all but are only for increasing the interval
  17.  
  18. motd[] = {
  19. "Hosted by SURVIVORS BR!",
  20. "TEAM SPEAK: SURVIVORSBR.TS3DNS.COM",
  21. "Servidor Reinicia de 4 em 4 Hora!",
  22. "Facebook:www.facebook.com/survivorsepoch!",
  23. "SORTEIO DE UM HEADPHONE RAZER KRAKEN, CONFIRA O REGULAMENTO NA FANPAGE DO SERVIDOR : fb.com/survivorsepoch",
  24.  
  25. };
  26. motdInterval = 5; // Time interval (in seconds) between each message
  27.  
  28. // JOINING RULES
  29. maxPlayers = 100; // Maximum amount of players. Civilians and watchers, beholder, bystanders and so on also count as player.
  30.  
  31. // VOTING
  32. voteMissionPlayers = 1; // Tells the server how many people must connect so that it displays the mission selection screen.
  33. voteThreshold = 0.33; // 33% or more players need to vote for something, for example an admin or a new map, to become effective
  34. //voteMissionPlayers = 0;
  35.  
  36. // INGAME SETTINGS
  37. disableVoN = 0; // If set to 1, Voice over Net will not be available
  38. vonCodecQuality = 8; // Quality from 1 to 10
  39. persistent = 1; // If 1, missions still run on even after the last player disconnected.
  40.  
  41. // MOD ISSUES
  42. kickDuplicate = 1;
  43. equalModRequired = 0;
  44. requiredSecureId = 2;
  45. timeStampFormat = "short";
  46.  
  47. // SCRIPTING ISSUES
  48. onUserConnected = "";
  49. onUserDisconnected = "";
  50. doubleIdDetected = "";
  51.  
  52. // SIGNATURE VERIFICATION
  53. onUnsignedData = "kick (_this select 0)"; // unsigned data detected
  54. onHackedData = "kick (_this select 0)"; //"ban (_this select 0)"; // tampering of the signature detected
  55. onDifferentData = "";
  56.  
  57. // STEAM SETTINGS
  58. steamPort = 9366;
  59.  
  60.  
  61. // MISSIONS CYCLE (see below) epoch.Altis epoch.Stratis epoch_noZ.Altis
  62. class Missions
  63. {
  64. class Epoch {
  65. template = epoch.Altis; // DO NOT CHANGE THIS, IT WILL BREAK YOUR SERVER
  66. difficulty = "veteran"; // difficulty settings: veteran == NORMAL, mercenary == HARDCORE
  67. };
  68. };
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement