Arkensor / DayZCommunityOfflineMode

A community made offline mod for DayZ Standalone
Other
352 stars 194 forks source link

Unable to load workshop mods #343

Closed nthclick closed 1 year ago

nthclick commented 1 year ago

Hello I am unable to load workshop mods. Ive copied the "!Workshop" folder into my "Missions" folder and added the mods to my batch script however it still wont load.

here is my script and how ive added the mods

@echo off

taskkill /F /IM DayZ_x64.exe /T

RD /s /q "storage_-1" > nul 2>&1

cd ../../

start DayZ_x64.exe -mission=.\Missions\DayZCommunityOfflineMode.ChernarusPlus -nosplash -noPause -noBenchmark -filePatching -doLogs -scriptDebug=true -mod=!Workshop/@Cold_Chernarus;!Workshop/@DisableFireAttachmentDamage;!Workshop/@Immersive_Placing;!Workshop/Winter_Chernarus

Ive also tried copy and pasting the addon folders from the !Workshop to the "Mission" root folder and updating the bat accordingly and adding a "/Addons" to link it directly to the addons folder

Arkensor commented 1 year ago

Hi, you don't copy the workshop folder etc. Have a look at the namalsk launch batch file, it shows you how to load mods: https://github.com/Arkensor/DayZCommunityOfflineMode/blob/production/Missions/DayZCommunityOfflineMode.Namalsk/DayZCommunityOfflineMode.bat#L9