Artiklar rangordning
Setup Arma Dedicated server
Inlägg skrivet av ctrl
den 2007-03-04 09:17
1. Ta en kopia av hela ditt Arma bibliotek från en fungerande aktuell version av Arma och lägg detta på din server.
2. I Arma biblioteket finns en fil: arma_server.exe. Skapa en genväg till denna.
3. Editera genvägen till: ....ArmA\arma_server.exe -config=dedicated.cfg
4. Skapa en textfil i din armamapp och döp den till dedicated.cfg
5. Editera dedicated.cfg till :
password = "servernslösenord";
passwordAdmin = "adminlösenord"; // password to protect admin access
hostname="Anrop.net, Serverns Namn";
motd[]=
{
"Welcome to Anrop",
"Hosted by xxx",
}; // Welcome message
motdInterval=1;
voteThreshold=0.33; // when one third agrees, this is enough to confirm a vote
reportingIP=""; // private server - no reporting
voteMissionPlayers=3; // start voting when 3 players connect
checkfiles[]={"HWTL\dta\data3d.pbo","dta\data3d.pbo"}; //list of files to check for identity
kickduplicate=1; // do not allow duplicate id
MaxMsgSend=128;
MaxSizeGuaranteed=512;
MaxSizeNonguaranteed =256;
MinBandwidth =1310720;
MaxBandwidth=700000; // lagomt for 10Mbit
MinErrorToSend=0.01;
6. Starta arma_server.exe, Done :D
Dedicated.cfg såsom min såg ut i oktober 2007:
// password = "spelarnaslosen";
passwordAdmin = "adminslosen"; // password to protect admin access
hostname="Anrop/NOSIG ARMA Server";
motd[]=
{
"Welcome to Anrop/NOSIG ARMA server",
"Hosted by ctrl",
}; // Welcome message
motdInterval=1;
voteThreshold=1.10; // when one third agrees, this is enough to confirm a vote
reportingIP="armedass.master.gamespy.com"; // private server - no reporting
voteMissionPlayers=3; // start voting when 3 players connect
//checkfiles[]={"HWTL\dta\data3d.pbo","dta\data3d.pbo"}; //list of files to check for identity
kickduplicate=1; // do not allow duplicate id
disableVoN=1;
logFile = "server_console.log";
persistent=1;
MaxMsgSend=128;
MaxSizeGuaranteed=512;
MaxSizeNonguaranteed =256;
MinBandwidth =1310720;
MaxBandwidth=7000000;
MinErrorToSend=0.01;
initBandwidth=1310720;
2. I Arma biblioteket finns en fil: arma_server.exe. Skapa en genväg till denna.
3. Editera genvägen till: ....ArmA\arma_server.exe -config=dedicated.cfg
4. Skapa en textfil i din armamapp och döp den till dedicated.cfg
5. Editera dedicated.cfg till :
password = "servernslösenord";
passwordAdmin = "adminlösenord"; // password to protect admin access
hostname="Anrop.net, Serverns Namn";
motd[]=
{
"Welcome to Anrop",
"Hosted by xxx",
}; // Welcome message
motdInterval=1;
voteThreshold=0.33; // when one third agrees, this is enough to confirm a vote
reportingIP=""; // private server - no reporting
voteMissionPlayers=3; // start voting when 3 players connect
checkfiles[]={"HWTL\dta\data3d.pbo","dta\data3d.pbo"}; //list of files to check for identity
kickduplicate=1; // do not allow duplicate id
MaxMsgSend=128;
MaxSizeGuaranteed=512;
MaxSizeNonguaranteed =256;
MinBandwidth =1310720;
MaxBandwidth=700000; // lagomt for 10Mbit
MinErrorToSend=0.01;
6. Starta arma_server.exe, Done :D
Dedicated.cfg såsom min såg ut i oktober 2007:
// password = "spelarnaslosen";
passwordAdmin = "adminslosen"; // password to protect admin access
hostname="Anrop/NOSIG ARMA Server";
motd[]=
{
"Welcome to Anrop/NOSIG ARMA server",
"Hosted by ctrl",
}; // Welcome message
motdInterval=1;
voteThreshold=1.10; // when one third agrees, this is enough to confirm a vote
reportingIP="armedass.master.gamespy.com"; // private server - no reporting
voteMissionPlayers=3; // start voting when 3 players connect
//checkfiles[]={"HWTL\dta\data3d.pbo","dta\data3d.pbo"}; //list of files to check for identity
kickduplicate=1; // do not allow duplicate id
disableVoN=1;
logFile = "server_console.log";
persistent=1;
MaxMsgSend=128;
MaxSizeGuaranteed=512;
MaxSizeNonguaranteed =256;
MinBandwidth =1310720;
MaxBandwidth=7000000;
MinErrorToSend=0.01;
initBandwidth=1310720;
Kommentarer
Det finns inga kommentarer.
Skriv en kommentar
Du måste logga in för att skriva en kommentar.