Im trying to set up a server to use @AllInArmaTerrainPackLite;@ace;@BC-Phoenix;@BC-Tracers;@CBA_A3;@EM;@Exile;@HLC Core;@hlcmods;@SpookWarCom;@Star Wars - Imperial Assault;@Zombies & Demons. The bat also has the server addon as well. Any time I try to join with the mods it just kicks me ?. Here is my start bat file @echo off
start "arma3" /min /high "arma3server.exe" -port=2302 "-config=Config\cfg\Config.cfg" "-profiles=Config\log" "-cfg=Config\cfg\basic.cfg" -name=Exile "-mod=@ExileServer@AllInArmaTerrainPackLite;@ace;@BC-Phoenix;@BC-Tracers;@CBA_A3;@EM;@Exile;@HLC Core;@hlcmods;@SpookWarCom;@Star Wars - Imperial Assault;@Zombies & Demons;" -world=empty -nosplash -noSound -noPause -enableHT -malloc=system -autoinit
exit