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

Subscribe to download
Wasp HC mod

Description
Description
WASP HC mod includes main AI related logic to be used during run of WASP warfare missions. It's a strickly required mod that MUST be enabled on side of Arma 3 server HC process only.

How To Use
Create a script (.bat, .sh) that will run your headless client process on target host. Include -mod string like it shown below:
"-mod=!Workshop\@CBA_A3;!Workshop\@CUP Terrains - Core;!Workshop\@CUP Terrains - Maps;!Workshop\@CUP Weapons;!Workshop\@CUP Units;!Workshop\@CUP Vehicles;!Workshop\@AdWaspLite;!Workshop\@waspHc"

Full Example
@echo off echo ArmA 3 Restart Script start /wait /high ..\arma3server_x64.exe -profiles=Profiles -name=Arma3 -client -limitFPS=200 -hugePages -nosound -world=empty -malloc=system -connect=localhost -port=2302 "-mod=!Workshop\@CBA_A3;!Workshop\@CUP Terrains - Core;!Workshop\@CUP Terrains - Maps;!Workshop\@CUP Weapons;!Workshop\@CUP Units;!Workshop\@CUP Vehicles;!Workshop\@Cold War Rearmed III;!Workshop\@AdWaspLite;@waspHc"