Jump to content

PB0_CEF

Members
  • Posts

    1243
  • Joined

  • Last visited

Everything posted by PB0_CEF

  1. New Iran-Irak War Tomcat campaign :thumbup: Please read the readme.txt for complete installation procedure : Mods and skins to load and install ...
  2. My first helicopter campaign in DCE : Iran-Irak War-Gazelle. :) It's a test please tell me if there are bugs !
  3. It can happen sometimes :huh: You can wait a little more but I think the best way is to close the window (with window cross) then end mission in DCS and use Nextmission.bat to generate a new mission ...
  4. Updated campaigns IRIAF Tomcat over PG and Harrier over PG and Caucasus with mods (see post above)
  5. I forget to add in the readme a new interesting thing : It's now possible to turn on or off the player's hotstart WITHOUT restarting completly the campaign (defaut is off) ! You just need to look in Conf_mod.lua file in Init folder and change Hostart = true or false and use NextMission.bat to generate a new mission but not a new campaign (thanks to Miguel :thumbup: ) The four campaigns released today are concerned by this new option. I add the Miguel's Mods listing : * More than 4 planes in carrier's squadrons : IA aircrafts will appear few minutes before take off time directly on the catapult so they will not cause collisions after wingman landing. You can add up to 12 aircrafts in squadron but it will take a long time to generate missions be careful. Defaut is 8 for player's Squadron and 6 for IA squadron. This is in test : it seems to work but there can be drawbacks : collisions with IA appearing right in front of you while taxiing or landing, bugs with catapults, etc... please report any problems on the forum. * Blue side can use EWR stations (when AWACS is missing) : their callsigns and frequencies are in the briefing now. * Intercept missions with command "Intercept_hotstart = true"in "Conf_mod.lua" in "Init" folder is fully working now : the player's plane will start on parking hot only when an Intercept mission is generated. * Radio channel frequencies are duplicate on both plane's radios so player can simply put the needed channel number instead of manually entering needed frequencies on the second plane's radio. *Added Tomsk Prune Script with Miguel integration : you can turn it on or off in "Conf_mod" file in "Init" folder : PruneScript ={ present = true, -- reduce a mission by removing units } It's true by defaut, false to remove it. For more Prune script tweaks : https://forums.eagle.ru/showpost.php...&postcount=753
  6. New Tomcat and Hornet campaigns in Persian Gulf and Caucasus with Miguel Mods :thumbup:
  7. You must edit the Base_mission.miz in the Init folder then restart the campaign with Firstmission.bat file :thumbup:
  8. Before restarting the campaign (with firstmission.bat) you can change hotstart = true. But if you change it after the first mission only you need to restart the campaign (with firstmission.bat) or change hotstart in Status folder if you want to continue your campaign :thumbup:
  9. You need to do it in campstatus.lua in Status folder look for : ['hotstart'] = false, or restart the campaign ...
  10. New versions of Hornet over PG and IRIAF Tomcat over PG ; only aesthetic changes...:music_whistling:
  11. Not yet ... waiting for Hornet over PG tests to use his codes on every campaigns I’ve ... and maybe more to come ;) Envoyé de mon iPhone en utilisant Tapatalk
  12. New IRIAF Tomcat over PG campaign with the last Miguel mods :) I know that F-14B is not the good plane but waiting for HB f-14A version it's an interesting test against blue fighters :thumbup: Iranian weapons are not the last ones for Tomcat so that it will not be possible to have the US Navy Tomcats in front ... sorry !
  13. Brand new Hornet over PG with F-14B in the fleet and many new mods : - V9 : * New JDAM available Added new Miguel21 Mods : * More than 4 planes in carrier's squadrons : IA aircrafts will appear few minutes before take off time directly on the catapult so they will not cause collisions after wingman landing. You can add up to 12 aircrafts in squadron but it will take a long time to generate missions be careful.Defaut is 8 for player's Squadron and 6 for IA squadron. This is in test : it seems to work but there can be drawbacks : collisions with IA appearing right in front of you while taxiing or landing, bugs with catapults, etc... please report any problems on the forum. * Blue side can use EWR stations (when AWACS is missing) : their callsigns and frequencies are in the briefing now. * Intercept missions with command "Intercept_hotstart = true"in "camp_init.lua" in "Init" folder is fully working now : the player's plane will start on parking hot only when an Intercept mission is generated. * Hotstart always on with command "Hotstart = true" in "camp_init.lua" in "Init" folder is fully working now : the player's plane will always start on parking hot (defaut setting is : false) * Radio channel frequencies are duplicate on both plane's radios so player can simply put the needed channel number instead of manually entering needed frequencies on the second plane's radio. *Added Tomsk Prune Script with Miguel integration : you can turn it on or off in "Conf_mod" file in "Init" folder : PruneScript ={ present = true, -- reduce a mission by removing units } It's true by defaut, false to remove it. For more Prune script tweaks : https://forums.eagle.ru/showpost.php?p=3525106&postcount=753
  14. DCE doesn't matter if planes RTB or not and where the planes land. If the plane is not damaged or destroyed you can stop the mission at any time, it will not count as a loss :thumbup: For other questions you should wait a little :music_whistling:
  15. To see if there's a bug edit the firstmission.bat file and delate the end of the line : "& exit" to see if there's an error message...
  16. No it's a static campaign. I put some moving naval convoys to test but they use always the same way !
  17. Strange :huh: The best solution is to load the campaign again to install it like in the readme txt and test a mission with result and generation of a new mission and test this one. If it works then you can try to change oob_air_init.lua file with notepad++ (did you use it ? ) to change you squadron missions allowed : from : [11] = { name = "VF-143", --unit name player = true, --player unit type = "F-14B", --aircraft type country = "USA", --unit country livery = "VF-143 Pukin Dogs CAG", --unit livery base = "Stennis", --unit base skill = "High", --unit skill tasks = { --unit tasks ["SEAD"] = false, ["Intercept"] = false, ["CAP"] = true, ["Fighter Sweep"] = true, ["Escort"] = true, ["Strike"] = true, ["Anti-ship Strike"] = false, }, number = 4, }, to [11] = { name = "VF-143", --unit name player = true, --player unit type = "F-14B", --aircraft type country = "USA", --unit country livery = "VF-143 Pukin Dogs CAG", --unit livery base = "Stennis", --unit base skill = "High", --unit skill tasks = { --unit tasks ["SEAD"] = false, ["Intercept"] = false, ["CAP"] = false, ["Fighter Sweep"] = true, ["Escort"] = true, ["Strike"] = true, ["Anti-ship Strike"] = false, }, number = 4, }, then use Firstmission.bat file to generate a new campaign and test it to see what happen...
  18. Which campaign are you playing ?
  19. My friend Miguel is trying to solve this problem of not enough planes on CVN and LHA. :thumbup: The quick solution to destroy more targets before winning the campaign is to change this ["Campaign End Victory 1"] = { active = true, once = true, condition = 'GroundTarget["blue"].percent < 50', in the "camp_triggers_init.lua" file in Init folder You can put 30 or even 0 instead of 50 (with notepad++)
  20. Yes I noticed that too ! With my friend Miguel we are working on adapting new DCE mods on all my campaigns and I will try to update them soon (next week maybe) If you can't wait simply go to db_loadouts.lua in Init folder and change speed for KC135MPRS : vCruise = 220.66666666667, vAttack = 220.66666666667, try this or lower... You shouldn't have to restart campaign, only the last mission using SkipMission.bat file :thumbup:
  21. DCE is definitly not optimized for MP on carriers because there's only 4 planes available and it's difficult for this system to create a mission for so many planes on carriers : 99% of my solo mission are with only 1 wingman on carriers (Harrier, Hornet or Tomcat) :( The best solution is to create a one or two players campaign and to edit missions to add 3 or 2 more players giving them the same kind of names that DCE gives (Look in the Pilot section in the editor)
  22. The Tomcat positions on deck can't be changed :( I tryed to edit positions to have the second pair leader in 3rd position so that he can move without colliding with his wingman but it doesn't work : Leader of the second pair is always on the same place even if I change parking in editor :doh: Only solution would be to limit Tomcat number in Order of Battle waiting for this bug being fixed by ED ....
  23. Then look in the readme file if your installation is the same way as in the readme. Look in the campaigns folder to Tomcat over Caucasus-CVN.cmp file and in the camp_init.lua file in the init folder The campaign must be installed in the same way as in the readme file or it will not work : Installation: ------------- 1. Extract the folder "EN" in the zip file to: "DCS World OpenBeta\Mods\aircraft\F14\Missions". Ensure that the resulting folder structure is “...\F14\Missions\EN\Campaigns\Tomcat over Caucasus-CVN\...”. 2. Extract the "DCE_Missionscript_mod" folder in your Mods OvGME or JSGME folder then activate this mod. At the end of the first mission you MUST have the dos like windows or it will not generate a second new mission ...
  24. As usual be sure to have done the Missionscripting.lua file modifications after the last DCS Update (see readme file ;) )
  25. I looked to those campaigns and didn't find any problems (with mission templates) : try to reinitiate the campaigns using FirstMission.bat file for each campaign and be sure to play the second mission (if the first one worked ! ) after choosing Y in the dos windows appearing at the end of the first mission !
×
×
  • Create New...