Arma 3
Not enough ratings
Wasp Server mod
   
Award
Favorite
Favorited
Unfavorite
Data Type: Mod, Server
File Size
Posted
Updated
133.503 KB
Jan 2, 2021 @ 8:49am
Jun 27, 2021 @ 5:51am
10 Change Notes ( view )

Subscribe to download
Wasp Server mod

Description
Description
waspServer mod is a server side mod that contains main warfare logic to run WASP warfare missions properly. It must be used by dedicated Arma host process (-serverMod)

How To Use
Create a script (.bat, .sh) that will run your dedicated server process on target host. Include -mod string like it shown below:
"-serverMod=!Workshop\@waspServer;!Workshop\@AdvancedRappelling"

Full Example
@echo off echo ArmA 3 Restart Script start /wait /high ..\arma3server_x64.exe -profiles=Profiles -name=Administrator -port=2302 -bepath=Z:\BattlEye\ -bandwidthAlg=2 -limitFPS=200 -hugePages -cfg=config.cfg -config=server.cfg -malloc=system -loadMissionToMemory -world=empty "-mod=!Workshop\@CBA_A3;!Workshop\@CUP Terrains - Core;!Workshop\@CUP Terrains - Maps;!Workshop\@CUP Units;!Workshop\@CUP Vehicles;!Workshop\@CUP Weapons;!Workshop\@Cold War Rearmed III;!Workshop\@AdWaspLite;" "-serverMod=!Workshop\@waspServer;!Workshop\@AdvancedRappelling"