-
Posts
72 -
Joined
-
Last visited
-
Thank you to all for your competency and attenction to my post. If you search in the forum you can find other complaint for the same issue/not issue from other peoples in the past years. Thanks again. Cheers D.
-
Ok I'm agree 100% with your both scientific and realistic observations but the point is that when I fly as pilot i can fly at 500ft and more and I can hover, not perfectly but hover, when I request to George it's impossible. Is it not strange? D.
-
After some further test I think it's a problem for the weight management of the chopper. I tried the same mission with empty pylon, no problems at all. With 8 hellfires everything is fine also. But with 2 rockets pod and 8 hellfires the issue start again, no drop in the altitude but it'impossible for the pilot to perform an increase of altitude. With 16 helfire i saw a drop in the altitude. Basically it's a bug. D.
-
Danguard started following George ignore altitude order
-
I have this issue when i jump from pilot to CPG seat. George ignore completely my altitude order. I tried also to start from ground with same result. D. GEORGE_ALT_NO_GO.trk
-
Same issue there al 360ft D. GEORGE_ALT_NO_GO.trk
-
Mike Force Team started following Danguard
-
You're the best!! Thank you very much. D.
-
Hello Guys I think there are some issue with TGP zoom in the latest version of open beta. I checked everything: the key assignement for CW and CCW knob for radar antenna elevation, the assignement on my hotas. The TGP is SOI but nothing not zoom anymore. Somebody with the same problem? Thx in advance. D.
-
Now finally it works. By the way awesome work, my compliments. D.
- 4156 replies
-
- mbot
- dynamic campaign
-
(and 1 more)
Tagged with:
-
When i select details button i have a log message for the error, in this long text i found this main issue: Application reference identity processor architecture, amd64, does not match the processor architecture of the deployment: x86. I googled about this error and it's due to a wrong format for the manifest file. I hope this help. D.
- 4156 replies
-
- mbot
- dynamic campaign
-
(and 1 more)
Tagged with:
-
Ok i obtained the installation files from your signature but when i start setup.exe i have this error
- 4156 replies
-
- mbot
- dynamic campaign
-
(and 1 more)
Tagged with:
-
My DCE manager is 4.10.22.31 can you send me a link for latest version? Thx in advance D.
- 4156 replies
-
- mbot
- dynamic campaign
-
(and 1 more)
Tagged with:
-
In my OvGME i have a MissionScripting.lua that contain: --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 In C:\Users\Myname\Saved Games\DCS.openbeta\Mods\tech\DCE i have two folders and a file entry.lua: local mod_name = "Dynamic Campaign Engine" local mod_config = { installed = true, dirName = current_mod_path, fileMenuName = _("DCE"), version = "11.01.2020", state = "installed", developerName= "MBot", info = _("Dynamic Campaign Engine"), Skins = { { name = _("DCE"), dir = "Theme" }, }, Missions = { { name = _("DCE"), dir = "Missions", }, }, } declare_plugin(mod_name, mod_config) plugin_done() D.
- 4156 replies
-
- mbot
- dynamic campaign
-
(and 1 more)
Tagged with:
-
20 61 269 It display in DCE manager, is it another way to download? D.
- 4156 replies
-
- mbot
- dynamic campaign
-
(and 1 more)
Tagged with:
-
Hi When i try to start the campaign Crisis in PG Warthog light i have this error in the terminal: E:\Program Files\Eagle Dynamics\DCS World OpenBeta\bin\luae.exe: ..\..\..\ScriptsMod.NG\BAT_FirstMission.lua:118: bad argument #1 to 'pairs' (table expected, got nil) stack traceback: [C]: in function 'pairs' ..\..\..\ScriptsMod.NG\BAT_FirstMission.lua:118: in main chunk [C]: ? C:\Users\mario\Saved Games\DCS.openbeta\Mods\tech\DCE\Missions\Campaigns\Crisis in PG-Warthog-Light> I installed everything correctly. Cheers D.
- 4156 replies
-
- mbot
- dynamic campaign
-
(and 1 more)
Tagged with:
-
Hello, i don't know if this is the correct location on the forum but in a code like this: AMPCD stuff, device 37 PB 18 - 3028 PB 2 - 3012 PB 10 - 3020 PB 12 - 3022 PB 5 - 3015 PB 19 - 3029 where can i find this codes for the OSB button of a plane? Someone told me there are in a lua file in cockpit folder but honstly i didn't find. Thx in advance D.