Trying to get the Afghan Bear Trap - Ka-50 campaign working for several hours now and I'm stumped.
The firstmission.bat file works fine, I can see the files it creates, but DCS refuses to see them in the game's library. I've tried to open the individual .miz files in mission editor and I've copied and moved all the files generated by the .bat file all over the campaign directory tree with no luck.
I would like to know what map it uses, and if maybe I just don't own the proper asset?
Everything seems to work fine, with the exception of DCS recognizing any of the generated files.
Thanks in advance.
REM Core or Main DCS ou DCS.beta path, always end the line with \
set "pathDCS=D:\Eagle Dynamics\DCS World OpenBeta"
REM DCS or DCS.beta saved game path, always end the line with \
set "pathSavedGames=Saved Games\DCS.openbeta"
REM DCE ScriptMod version not any / or \ and no space before and after =
set "versionPackageICM=20.38.01_S-AW"
I have slashes \ at the end. The forum seems to be dropping them.
camp.init
updated the path to reflect dcs.openbeta in three places
--path = "Saved Games/DCS.openbeta/Mods/tech/DCE/Missions/Campaigns/Afghan Bear Trap - Ka-50/", --path of campaign folder
AfghanBearTrap.cmp updated various paths to replace users\david\ with my path.
Thanks