Ktechen / Arma3Server

Arma 3 Server configurations

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Arma3Server

Arma 3 Server configurations

First Step

[Basic] [Steamcmd]

Server configuration

Most important commands like: #restart oder #shutdown [Commands]

Start file

  1. Example :
screen -S ARMA3 ./arma3server -config=server.cfg   

add mods

  1. Example :
screen -S ARMA3 ./arma3server -config=server.cfg -mod=@ace\;@CBA_A3\;@task_force_radio\;@CUP\ Units\;@CUP\ Vehicles\;@CUP\ Weapons\;

Server config

Default Server config: [Config]

add Mission

class Missions {
	class CustomMap{
	    template="FBI-Server.Altis";
	    difficulty="";
	};
};

Script Event

Events: [Events]

Close Arma Server

open processes

 ps u

loading...

Kill PID

kill 10253

About

Arma 3 Server configurations


Languages

Language:SQF 77.4%Language:Shell 22.6%