Jump to content

Dr.Dr

Members
  • Posts

    1
  • Joined

  • Last visited

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

  1. Dear all, I installed the campaign for Bf109. I got this Warning message at the start: Something to worry about? My MissionScript looks like this: - -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 And my Pathfile like this: REM Core or Main DCS ou DCS.beta path, always end the line with \ set "pathDCS=E:\DCS World\" 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" Thanks for the help & Best Regards Dr.Dr
×
×
  • Create New...