Jump to content
🛡️FORUMS ARE IN READ-ONLY MODE Read more... ×
Sign in to follow this  
SOT

Server .cfg Help.

Recommended Posts

I wont to turn off voting & timer on voting. I also wont only my edited mission to select from not all those official missions. I have looked at a lot of example server cfg's in the forums and cant find a answer. Please understand Iam a moron at this stuff. Can anyone help me?

My Server cfg:

// GLOBAL SETTINGS

hostname = "={TX-SG}=";

// The name of the server that shall be displayed in the public server list

password = "";

// Password for joining, eg connecting to the server

passwordAdmin="";

// Password to become server admin. When you're in Arma MP and connected to the server, type '#login xyz'

reportingIP="arma2oapc.master.gamespy.com";

// This is the default setting. If you change this, your server might not turn up in the public list. Leave empty for private servers

logFile="myserver.log";

// Tells ArmA-server where the logfile should go and what it should be called

// 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[] = {

"Welcome to ={TX-SG}= Texas State Guard Server !!",

"",

"",

"",

"",

"",

"",

"",

"",

"",

"",

"",

"",

"",

"",

};

motdInterval = 30;

// Time interval (in seconds) between each message

maxPlayers = 12;

// Maximum amount of players. Civilians and watchers, beholder, bystanders and so on also count as player.

kickDuplicate = 1;

// Each ArmA version has its own ID. If kickDuplicate is set to 1, a player will be kicked when he joins a server where another player with the same ID is playing.

verifySignatures = 0;

// Verifies the players files by checking them with the .bisign signatures. Works properly from 1.08 on

// 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

// INGAME SETTINGS

disableVoN = 0;

// If set to 1, Voice over Net will not be available

vonCodecQuality = 6;

// Quality from 1 to 10

persistent = 0;

// Persistent mode is not allowed, if changed to 1 the server will be disabled.

// SCRIPTING ISSUES

onUserConnected = ""; // self-explaining

onUserDisconnected = "";

doubleIdDetected = "";

regularCheck = "{}";

// some ArmA specific stuff - signature verification

onUnsignedData = "";

// unsigned data detected

onHackedData = "";

// tampering of the signature detected

onDifferentData = "";

// data with a valid signature, but different version than the one present on server detected

BattlEye = 1;

//Server to use BattlEye system

Share this post


Link to post
Share on other sites

voteThreshold = 0.33;

// 33% or more players need to vote for something, for example an admin or a new map, to become effective

Try changing:- voteThreshold = 0;

Share this post


Link to post
Share on other sites

Thx CK-Claw for the advise. That did not work tho.

Share this post


Link to post
Share on other sites
Jman;1742200']set to 1.5 to turn off missions voting

voteThreshold=1.5;

Thx for the input Jman. I quess my game server provider does not allow that change to 1.5. Server would not allow anyone in. (

Share this post


Link to post
Share on other sites

To change the server cfg you have to take it off the FTp edit it in a notepad and

then reupload it to the ftp thats how you change it.

Who is your provider?

do you have a gameserver for public or private?

and do you have access to the Ftp for the server?

Share this post


Link to post
Share on other sites
To change the server cfg you have to take it off the FTp edit it in a notepad and

then reupload it to the ftp thats how you change it.

Who is your provider?

do you have a gameserver for public or private?

and do you have access to the Ftp for the server?

Low Ping Game Servers = provider

Public

Ftp access i have.

I did not take it off and edit it in note pad. Thats the problem i think. thx for the advise.

Share this post


Link to post
Share on other sites
Sign in to follow this  

×