I'm having difficulties in creating a dedicated server with DLC Western Sahara, I can create a host through the game menu normally with the mission co10_Escape_WS_NATO_Desert_vs_SFIA_and_Tura.SefrouRamal, but when I try to up a dedicated server, the server process is terminated without reporting an error or sometimes the following error appears:
19:48:46 Game Port: 2302, Steam Query Port: 2303
19:48:47 Mission Escape Sefrou-Ramal Western Sahara NATO Desert vs SFIA 1.10 dev 4c7d6ac read from bank.
19:48:47 Host identity created.
19:48:47 Roles assigned.
19:48:47 Reading mission ...
19:48:47 mpmissions\__cur_mp.SefrouExtension\mission.sqm/Mission/Entities/Item21/Entities/Item0.type: Vehicle class B_D_Soldier_TL_lxWS no longer exists
Stay in this infinite loop trying to read the mission. I think I don't know how to get the server up by forcing it to load the DLC Western Sahara...
A friend created the following .bat and it always worked very well to create a server with any other mission or mod (just edit which mods will be used.)
title LEAL SERVER
@echo off
C:\Windows\System32\mode con cols=50 lines=7 >nul
set /a var=0
color f
:start
cls
title LEAL SERVER ( %var% CRASHES )
echo -------------------------------------------------
echo SERVIDOU CRASHOU %var% VEZ(ES)
echo -------- Esta Sessao comecou as: %time% ---------
echo ---------------- Rodando Servidor ---------------
echo ---------------- ARMA DEDICADO ------------------
echo -------------------------------------------------
start "" /wait /high "D:\Arma 3\Master\arma3server_x64.exe" -maxMem=8196 -cpuCount=4 -exThreads=8 -hugepages -malloc=tbbmalloc_x64 -pid=pid -server -port=2302 "-config=D:\Arma 3\Master\serverconfig.cfg" "-profiles=D:\Arma 3\Master" -name=cceezz "-mod=@AdvancedRappelling;@AdvancedUrbanRappelling;@EnhancedMovement;@CBAA3" -filePatching "-servermod=;" -autoInit -bepath=D:\a3s\BattlEye
set /a var+=1
cls
title LEAL SERVER ( %var% CRASHES )
quit
The error is not in the mission, I'm pretty sure that this error mentioned above is being caused by the absence of the DLC when the server is started, the problem is that I don't know which command line to make a DLC be loaded with the server.
Edit: Guys, I solved the problem. There were actually 2 problems. First I should have signed up at Steam's Workshop to download the content (Western Sahara - Creator DLC Compatibility Data for Non-Owners) and the second problem was a ( , ) in the wrong place where there should be a ( ; ) there on the line server startup command.