Advertisement
Pwnoz0r

ARMA3 Dedicated Server Config

Mar 5th, 2013
2,899
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.04 KB | None | 0 0
  1. hostname = "YOURSERVERNAME - hosted by YOURNAME"; // Name of your server that is shown on the in-game server browser and 3rd Party Server browsers
  2. password = ""; // Password for your server (Make it "" to have no password)
  3. passwordAdmin = "password"; // Server Admin password (Type #login <the password specified in "passwordAdmin"> in the chat to login as admin)
  4. reportingIP = "master.gamespy.com"; // IP address which your server will report to
  5. motd[] = {
  6. "Welcome to Pwnoz0r's official ARMA3 server!",
  7. "",
  8. "",
  9. }; // Message of the day; empty messages ("")
  10. motdInterval = 0; // Time (Seconds) Between Each Message Of The MOTD Is Displayed
  11. maxPlayers = 25;
  12. verifySignatures = 2; // Amount Of Players The Server Will Hold
  13.  
  14. class Missions {
  15. class ARMA3 {
  16. template = MP_COOP_m02.Stratis; // Mission to load (Mission file located in MPMissions. For now I have it set to a default ARMA3 mission.)
  17. difficulty = "Regular"; // Server difficulty Settings (Recruit, Regular, Veteran, Mercenary)
  18. };
  19. };
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement