Initial commit

This commit is contained in:
MrFastwind
2026-07-06 01:29:23 +02:00
commit b853aead8c
48 changed files with 5822 additions and 0 deletions

29
ARMA3.md Normal file
View 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
```