[Tutorial] ARMA 3 ALPHA Exe als Dedizierten Server starten

kero81

Lötkolbengott/-göttin
Moin!

Thema dieses Tutorials ist, wie man die ARMA 3 ALPHA Exe als Dedizierten Server starten kann. Wer sich bissl mit ARMA 2 auskennt sollte damit keinerlei Probleme haben. An alle anderen richtet sich diese kleine Anleitung. =)


Ihr könnt den gleichen ARMA 3 Key/Steam Account benutzen um


a) den Server laufen zu lassen (Root Server voraus gesetzt)

b) als Client auf den Server zu connecten.


So gehts

- Ladet euch auf eurem Root Server Steam/ARMA 3 ALPHA herunter

- Ladet euch auf eurem PC Steam/ARMA 3 ALPHA herunter

- Versichert euch das ihr die Login Daten von Steam auf eurem Root Server speichert

- Erstellt euch eine Verknüpfung der ArmA3.exe

- Fügt der Verknüpfung unter Eigenschaften>Ziel folgendes hinzu: -server -config=A3TestServer.cfg -cfg=basic.cfg
(z.b."C:\Program Files (x86)\Steam\SteamApps\common\Arma 3\arma3.exe" -server -config=A3Testserver.cfg -cfg=basic.cfg)

- Fügt der Firewall folgende eingehende Portfreigabe hinzu: UDP 2302

- Erstellt euch mit Notepad++ ein Dokument mit dem Namen "A3TestServer.cfg" und speichert es im ARMA 3 Haputverzeichnis

- Stellt euren Status in Steam (Root Server) auf Offline

- Startet die zuvor erstellt Verknüpfung

- Startet auf eurem PC Steam und ARMA 3 ALPHA

- Joint auf euren neu erstellten ARMA 3 ALPHA Server, viel Spaß!


Inhalt der A3TestServer.cfg

Code:
[COLOR=#666666][I]// GLOBAL SETTINGS[/I]hostname         [COLOR=#339933]= [COLOR=#0000ff]"[TWT] 404Games Wasteland Germany Cherno 1 [V2.9b] | Veteran | JSRS | hostet by the-white-tiger-clan.de"[COLOR=#339933];        [COLOR=#666666][I]// The name of the server that shall be displayed in the public server list[/I][COLOR=#666666][I]//password         = "PasswordToGetOnTheServer";                // Password for joining, eg connecting to the server[/I]passwordAdmin         [COLOR=#339933]= [COLOR=#0000ff]"AdminLoginPassword"[COLOR=#339933];                [COLOR=#666666][I]// Password to become server admin. [/I] 
 
[COLOR=#666666][I]// WELCOME MESSAGE ("message of the day")[/I][COLOR=#666666][I]// It can be several lines, separated by comma[/I][COLOR=#666666][I]// Empty messages "" will not be displayed at all but are only for increasing the interval[/I] 
motd[COLOR=#009900][[COLOR=#009900]] [COLOR=#339933]= [COLOR=#009900]{ 
    [COLOR=#0000ff]"whatever you want to say to guests as they log on"[COLOR=#339933],    [COLOR=#0000ff]""[COLOR=#339933],    [COLOR=#0000ff]"and some more lines"[COLOR=#339933],    [COLOR=#0000ff]""[COLOR=#339933],    [COLOR=#0000ff]""[COLOR=#009900]}[COLOR=#339933];motdInterval [COLOR=#339933]= [COLOR=#cc66cc]5[COLOR=#339933];                         [COLOR=#666666][I]// Time interval (in seconds) between each message[/I] 
[COLOR=#666666][I]// JOINING RULES[/I] 
maxPlayers          [COLOR=#339933]= [COLOR=#cc66cc]30[COLOR=#339933];                [COLOR=#666666][I]// Maximum amount of players. Civilians and watchers, beholder, bystanders and so on also count as player.[/I] 
[COLOR=#666666][I]// VOTING[/I]voteMissionPlayers     [COLOR=#339933]= [COLOR=#cc66cc]1[COLOR=#339933];             [COLOR=#666666][I]// Tells the server how many people must connect so that it displays the mission selection screen.[/I]voteThreshold         [COLOR=#339933]= [COLOR=#800080]0.33[COLOR=#339933];          [COLOR=#666666][I]// 33% or more players need to vote for something, for example an admin or a new map, to become effective[/I] 
[COLOR=#666666][I]// INGAME SETTINGS[/I]disableVoN         [COLOR=#339933]= [COLOR=#cc66cc]0[COLOR=#339933];                   [COLOR=#666666][I]// If set to 1, Voice over Net will not be available[/I]vonCodecQuality     [COLOR=#339933]= [COLOR=#cc66cc]8[COLOR=#339933];             [COLOR=#666666][I]// Quality from 1 to 10[/I]persistent         [COLOR=#339933]= [COLOR=#cc66cc]1[COLOR=#339933];                    [COLOR=#666666][I]// If 1, missions still run on even after the last player disconnected.[/I]

Was geht nicht


- AFAIK kann man nicht einen Server und Client zur gleichen Zeit auf dem gleichen Rechner laufen lassen.

- AFAIK kann man keine zwei Server zur gleichen Zeit auf dem gleichen Rechner (Root Server) laufen lassen.


══╣Update╠══
Einstellungen für die Bandbreite


- Erstellt euch mit Notepad++ ein Dokument mit dem Namen "basic.cfg" und speichert es im ARMA 3 Haputverzeichnis

Inhalt der basic.cfg
!!Achtung, muss individuell angepasst werden!!
Code:
language="English"; 
adapter=-1; 
3D_Performance=100000; 
Resolution_Bpp=32; 
Windowed=0; 
MinBandwidth=157200000; 
MaxBandwidth=813741824; 
MaxMsgSend=92; 
MaxSizeGuranteed=128; 
MaxSizeNonguaranteed=64; 
MaxCustomFileSize=0; 
serverLongitude=-115; 
serverLatitude=36; 
serverLongitudeAuto=-115; 
serverLatitudeAuto=36;
Hilfestellung bei der basic.cfg (Basierend auf ArmA 2!!) >klick mich hart<


More to come...
 
Zuletzt bearbeitet:
Zurück