Initial commit
This commit is contained in:
29
ARMA3.md
Normal file
29
ARMA3.md
Normal file
@@ -0,0 +1,29 @@
|
||||
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
|
||||
```
|
||||
Reference in New Issue
Block a user