30 lines
684 B
Markdown
30 lines
684 B
Markdown
Description of ArmA3 structure
|
|
|
|
# Directory Structure
|
|
|
|
## GameDir
|
|
```dir
|
|
<serverdir>/
|
|
|- mpmissions/
|
|
|- userconfig/ #cba, ai difficulty, ecc
|
|
```
|
|
## Cfg & Mods
|
|
Parameter based, can be everywhere
|
|
# Parameters
|
|
```
|
|
aram3server_x64[.exe]
|
|
-server
|
|
-world=empty
|
|
-loadMissionToMemory
|
|
-maxMem=13107
|
|
-cpuCount=16
|
|
-hugepages
|
|
-enableHT
|
|
-setThreadCharacteristics
|
|
-noPause
|
|
-profiles="<path to profile directory>" # path to the profiles directory (misison save dir) and in general the logs directory
|
|
-config="<cfg-path>/file.cfg" # server related config, name, password, autostart missions )
|
|
-mods="<path-to-mod1>;<path-to-mod2>" # list of paths to mods separated by ';'
|
|
-filePatching
|
|
```
|