Jump to content

F/A-18C Dynamic Campaign: Battle Group Delta


MBot

Recommended Posts

Ok, I must be an idiot as i've stared at this for an hour, read all the posts and DCE shows up in DCS World (with no mission) I get this error when I run FirstMission.bat - C:\Program Files\Eagle Dynamics\DCS World OpenBeta\bin\luae.exe: cannot open C:\Users\xxx\Saved: No such file or directory.

 

My FirstMission.bat file is - start "Generate First Mission" cmd /k ""C:\Program Files\Eagle Dynamics\DCS World OpenBeta\bin\luae.exe" C:\Users\xxx\Saved Games\DCS.openbeta\Mods\tech\DCE\Scripts\BAT_FirstMission.lua && exit"

 

I see the error truncates the path of Saved Games, no idea why, is that it? What the heck am I missing? The install looks fine, I made all file adjustments required.. likely something simple i've overlooked?

 

Double checked camp_init.lua also, as i'm not 100% sure how the path should look due to the instructions in bold, this is what I have now - path = "C:\Users\xxx/Saved Games/DCS.openbeta/Mods/tech/DCE/Missions/Campaigns/FA-18C Battle Group Delta/", --path of campaign folder within USERPROFILE (use / for folder seperation as \ is an escape character in LUA)

Thanks for any help.


Edited by GaryR

Asus Z790-PLUS D4, Corsair 1000X PS / Intel i9-13900KF @5.8Gz - Corsair H150i Liquid CPU cooler, 64GB Corsair Vengeance DDR4 @3192mhz / 2TB M.2 NvMe Boot Drive (DCS World Beta installed here), 1TB M.2 Data drive, 1TB WD SATA drive, Zotac Gaming GeForce RTX 4090 Trinity 24GB - Nvidia 552.12 driver / 3 Samsung LC32G53TQWUXEN 32" 7680x1440 at 144Hz  / Win11 Pro Ver.  23H2 - Build 22631.3447 TIR 5, TM Warthog HOTAS\VirPil stick base, MFG V3 Crosswind Pedals, TM MFDs  on 2 8" Lilliputs/ Simgears ICP / Varjo Aero VR

Link to comment
Share on other sites

  • 2 weeks later...
  • Replies 255
  • Created
  • Last Reply

Top Posters In This Topic

Is there a way to manually change the mission to a GPS era so that it can be played with the current features the F/A-18C has access to? Or do we just need to wait until ED gets carrier TCN alignment working?

 

You could update the year to 1996, instructions further back in the thread.

 

However I believe today's open beta update fixed this.

Hardware: 3x 1920x1080 monitors, Puck Odyssey, Logitech X-56 HOTAS (v.2)

 

Main Planes: A-10C / F-14B / F-16C / F-18C / AV-8B

Wishlist : F-15SE / AH-64D / AH-1W/Z / UH-60 / RAH-66 Comanche

Link to comment
Share on other sites

  • 7 months later...

Hi!
I keep getting this error message when I load up the first mission, and my wins/losses aren't carrying to the next one. I've checked the lua file and according to the info I've found it appears to be scripted right. Any help on this?

sanitizeModule('os') in MissionScripting.lua has not been disabled. Mission results will not be accounted and campaign will not progress


Here's my missionscripting.lua
--Initialization script for the Mission lua Environment (SSE)

dofile('Scripts/ScriptingSystem.lua';)

--Sanitize Mission Scripting environment
--This makes unavailable some unsecure functions.
--Mission downloaded from server to client may contain potentialy harmful lua code that may use these functions.
--You can remove the code below and make availble these functions at your own risk.

local function sanitizeModule(name)
_G[name] = nil
package.loaded[name] = nil
end

do
--sanitizeModule('os';)
--sanitizeModule('io';)
--sanitizeModule('lfs';)
require = nil
loadlib = nil
end

Link to comment
Share on other sites

  • 9 months later...

If anyone is interested in having a look, the error I'm getting is the following:

Please Wait...

F:\- DCS -\DCS World\bin\luae.exe: ../../../Scripts/DC_UpdateTargetlist.lua:103: attempt to concatenate field 'name' (a nil value)
stack traceback:
        ../../../Scripts/DC_UpdateTargetlist.lua:103: in main chunk
        [C]: in function 'dofile'
        ../../../Scripts/MAIN_NextMission.lua:137: in main chunk
        [C]: in function 'dofile'
        ..\..\..\Scripts\BAT_FirstMission.lua:43: in main chunk
        [C]: ?

C:\Users\Michael\Saved Games\DCS\Mods\tech\DCE\Missions\Campaigns\FA-18C Battle Group Delta>

I've had a brief look at the mentioned DC_UpdateTargetlist.lua. It would seem the latest DCS update has changed something that is required by this script, but don't know enough about DCS scripting to identify what it is.

Link to comment
Share on other sites

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...