-
Posts
942 -
Joined
-
Last visited
Content Type
Profiles
Forums
Events
Everything posted by Miguel21
-
:( You have a big installation problem. You must install 11.0.7 on version V11.0.4 Check the first page https://forums.eagle.ru/showthread.php?t=191858
- 4153 replies
-
- mbot
- dynamic campaign
-
(and 1 more)
Tagged with:
-
Yes, it's a error ;) For Caucasus: Extract base_mission.miz from base_mission for Caucasus_Theater.zip in Init Folder
- 4153 replies
-
- mbot
- dynamic campaign
-
(and 1 more)
Tagged with:
-
right click on "FirstMission.bat" modify Delete " & exit", so that the line looks like this: start "Generate First Mission" cmd /k "..\..\..\..\..\..\..\bin\luae.exe Scripts/BAT_FirstMission.lua" Restart FirstMission.bat and give us the error line (or make a screen print to post it here)
- 4153 replies
-
- mbot
- dynamic campaign
-
(and 1 more)
Tagged with:
-
here: https://www.dropbox.com/s/5k3swyk6ms7ch1h/ScriptMods-AD-S11.0.7.zip?dl=0
- 4153 replies
-
- mbot
- dynamic campaign
-
(and 1 more)
Tagged with:
-
Can you post here, a mission that poses a problem? As well as, if possible, a tackview
- 4153 replies
-
- mbot
- dynamic campaign
-
(and 1 more)
Tagged with:
-
Hello Are other campaigns working normally since the last DCS update?
- 4153 replies
-
- mbot
- dynamic campaign
-
(and 1 more)
Tagged with:
-
The original Mbot script preserves SAM RADARs, it assumes that aircraft or anti-radar missiles have been detected in advance. In concrete terms, his script works like this: As soon as there is a shot from an anti-radar missile, there is a 70% chance of being detected, so the Mbot Script makes the missile disappear in the game AND turns off the SAM radar for a while. --ARM Defence Script --by Marc "MBot" Marbot --Version 21.12.2014 --This script gives radars a chance to detect anti-radar missiles launched against them and to shut down for self-preservation
- 4153 replies
-
- mbot
- dynamic campaign
-
(and 1 more)
Tagged with:
-
Hi, Strange, I tested it yesterday and it works. Could you post here a DCE mission before modification by editor mission and a mission after modification? As well as the conf_mod. Thank you.
- 4153 replies
-
- mbot
- dynamic campaign
-
(and 1 more)
Tagged with:
-
A priori, it seems that to have the labels, you must ALSO have "label" activated in the options of DCS
- 4153 replies
-
- mbot
- dynamic campaign
-
(and 1 more)
Tagged with:
-
Thank you very much :thumbup: :joystick:
- 4153 replies
-
- mbot
- dynamic campaign
-
(and 1 more)
Tagged with:
-
Happy for you ^^^ May I ask you a favor? Neither Cef nor I have the F16, so we can't test it. If you don't mind, once you're sure that the F16 campaign works properly, could you make it available to the community here on this forum?
- 4153 replies
-
- mbot
- dynamic campaign
-
(and 1 more)
Tagged with:
-
In the file /Init/camp_Init.lua the address is wrong: path = "Mods/aircraft/F-16C_50/Missions/EN/Campaigns/Falcon over PG/", --path of campaign folder It should look like something like this: path = "Mods/aircraft/F-16C/Missions/EN/Campaigns/Falcon over PG/", --path of campaign folder
- 4153 replies
-
- mbot
- dynamic campaign
-
(and 1 more)
Tagged with:
-
Grant's weather forecast Here is the new weather file, exclusively for Grant To be placed in DCS World OpenBeta\Mods\aircraft\F14\Missions\EN\Campaigns\Tomcat over PG-CVN\Scripts DC_Weather.lua
- 4153 replies
-
- mbot
- dynamic campaign
-
(and 1 more)
Tagged with:
-
I don't know how they did it at the time of F-14, but it seems to me they could have been in similar situations, right? Well, here's what I found as a mini max value in the Persian Gulf: https://www.researchgate.net/publication/328368298_Effects_of_Barometric_Fluctuations_on_Mean_Sea_Level_in_the_Persian_Gulf_and_the_Gulf_of_Oman 743 769 I also don't know if these values are of interest to the community, in your case, I'll try to modify the file for you
- 4153 replies
-
- mbot
- dynamic campaign
-
(and 1 more)
Tagged with:
-
Okay. Okay. please, can you share with us your Falcon over PG folder and associated files (.miz and.cmp)
- 4153 replies
-
- mbot
- dynamic campaign
-
(and 1 more)
Tagged with:
-
DCS (PG & Caucasus) gives as mini max: min 28.35 in Hg (720 mm Hg) max 31.10 in Hg (790 mm Hg) In the DCE code: min 720 mmHg max 790 mm Hg Normally, DCS and DCE should not exceed the altimeter values of the F-14 Do you remember the atmospheric pressure? Otherwise, if in doubt, you can check your mission with the mission editor or by opening the Tomcat over PG-CVN_ongoing.miz file with WinRAR then opens the mission file and searches (CRTL F) for the QNH tag example: ['qnh'] = 790,In this file, the value seems to be in mm Hg
- 4153 replies
-
- mbot
- dynamic campaign
-
(and 1 more)
Tagged with:
-
DebugMission will only work if it finds these temporary files (which are created while you are playing the mission) camp_status.lua MissionEventsLog.lua scen_destroyed.lua If the other campaigns work, it means that missionScripting works correctly the error message means that it cannot write a temporary file. Why? I think you may have legal/security issues on your Falcon files and directory.
- 4153 replies
-
- mbot
- dynamic campaign
-
(and 1 more)
Tagged with:
-
We can see that, indeed. Do you know the maximum values used in DCS?
- 4153 replies
-
- mbot
- dynamic campaign
-
(and 1 more)
Tagged with:
-
Thank you, thanks to you we still found a potential MissionScripting problem, Thank you again
- 4153 replies
-
- mbot
- dynamic campaign
-
(and 1 more)
Tagged with:
-
Thank you. Of course, your campaigns are also in the openbeta^^ folder, and you only play with openBeta? Otherwise, I would also need a screenshot of the bug and the dcs log. (plz) To try to adjust the pb, you could: 1/ transform MissionScripting.lua into ANSI encoding 2/ disable your antivirus 3/ make a repair of DCS openBeta (be careful, make a backup) Otherwise, in any case, you can continue your campaigns using DEBUG_DebriefMission.bat, it will use the 3 temporary files ( result of your last mission) to build the next mission. In fact, when it works well, MissionScripting.lua avoids using DEBUG_DebriefMission.bat Good luck ^^:thumbup:
- 4153 replies
-
- mbot
- dynamic campaign
-
(and 1 more)
Tagged with:
-
Hi LuSi, Sorry we didn't see your message earlier. 1/ Can you post us here an image of the location of your file: MissionScripting.lua like this : https://forums.eagle.ru/attachment.php?attachmentid=218936&d=1570612325 2/ As well as its content? 3/ Can you also give us the encoding of this same file (UTF8?) 4/ Which campaign do you use? 5/ Do you get an error message when you run FirstMission.bat Thanks
- 4153 replies
-
- mbot
- dynamic campaign
-
(and 1 more)
Tagged with:
-
Did you install the mission_script mod (see readme file) ?
- 4153 replies
-
- mbot
- dynamic campaign
-
(and 1 more)
Tagged with:
-
Hi, Do you have an error window? A crash or DCS Freeze? If so, post your log here Otherwise, post an image of your F-16 campaign installation, where you can see the folder path, like this:
- 4153 replies
-
- mbot
- dynamic campaign
-
(and 1 more)
Tagged with:
-
For random failures to work, you must activate this line, don't forget:
- 4153 replies
-
- mbot
- dynamic campaign
-
(and 1 more)
Tagged with:
-
I think I found part of your problem, when you edited the.cmp file, you "truncated" the end of the main lines, these lines must end with : ", If this still doesn't work, post here the DCS log file. Be careful, when editing.lua or.cmp files, always use notepad++ and make sure that the encoding remains in UTF8 However, there are still some points to be clarified regarding the F-16, I think that if you enable random failures in DCE, it will not work, you should modify the Init\base_mission.miz I modified your.cmd file: https://www.dropbox.com/s/d6mhc84tx1tjtbd/Falcon%20over%20PG.cmp?dl=0 Translated with www.DeepL.com/Translator
- 4153 replies
-
- mbot
- dynamic campaign
-
(and 1 more)
Tagged with: