Jump to content

Switcher

Member
  • Content Count

    4
  • Joined

  • Last visited

  • Medals

Community Reputation

10 Good

About Switcher

  • Rank
    Rookie
  1. I had the same problem at times. My servers will get stuck at waiting on host. Seemed like deleting verifysignatures from server.cfg fixed it.
  2. They have excellent support. First ticket I opened with them their response was 13 mins and the seconds was 7 mins later. They were helpful and not some copy and paste messages like vilayer. We had a problem with vilayer server going down due to DDOS and never had a downtime issue with NFO. Prices are slightly higher but well worth it. We have their four core VDS.
  3. Admin password is just a test, it will be changed. I can't believe I didn't catch the double "" after staring at it for so long. Might want to edit your first post and make it a single to prevent people with same problems? Thanks.
  4. I have tried setting up a server using your guide and my server host guide. Both have resulted in the same error on launch of server. I copy and pasted your config, edited title and that was it. I also looked for a _ on line 20 and it's a comment? Kinda lost since I have searched for this problem and nothing has came up. // // server.cfg // // comments are written with "//" in front of them. // STEAM steamport =8766; steamqueryport =27016; // GLOBAL SETTINGS hostname = "FPS Underground ArmA3"; // The name of the server that shall be displayed in the public server list //password = "test"; // Password for joining, eg connecting to the server passwordAdmin = "switcher"; // Password to become server admin. When you're in Arma MP and connected to the server, type '#login xyz' reportingIP = "arma3pc.master.gamespy.com"; // This is the default setting. Leave empty for private servers if you do not want your server listed publicly logFile = "A3Master.log"; verifySignatures = 2; // WELCOME MESSAGE ("message of the day") // It can be several lines, separated by comma // Empty messages "" will not be displayed at all but are only for increasing the interval motd[]={ "", "", "", ""__________ SYSTEM MESSAGES __________", "Welcome to My Server", "IMPORTANT Verify Signatures is enabled", "", "TS3 Server: teamspeak.mydomain.com", "Web: www.mywebsite.com", "TS3 Server: teamspeak.zeus-community.net", "", "__________ END OF MESSAGE __________" }; motdInterval = 5; // Time interval (in seconds) between each message // JOINING RULES maxPlayers = 40; // Maximum amount of players. Civilians and watchers, beholder, bystanders and so on also count as player. // VOTING voteMissionPlayers = 1; // Tells the server how many people must connect so that it displays the mission selection screen. voteThreshold = 0.33; // 33% or more players need to vote for something, for example an admin or a new map, to become effective //voteMissionPlayers = 0; // INGAME SETTINGS disableVoN = 0; // If set to 1, Voice over Net will not be available vonCodecQuality = 8; // Quality from 1 to 10 persistent = 1; // If 1, missions still run on even after the last player disconnected. // MISSIONS CYCLE (see below) class Missions { class Mission1 { template="co_xx_mymission.stratis"; difficulty="Regular"; }; };
×