Jump to content

Miguel21

Members
  • Posts

    859
  • Joined

  • Last visited

5 Followers

About Miguel21

  • Birthday 01/01/1970

Personal Information

  • Flight Simulators
    DCS
    Cliff of Dover
  • Location
    France
  • Interests
    Plane

Recent Profile Visitors

3800 profile views
  1. for 3 and 4 it's normal. You only asked me to change number 2. So if you want to change 3 and 4 as well, you'll have to do this if (flight[f].player or flight[f].client) then mSkill = 4 end but it's a shame. Normally, it's normal for the wingers to be less good than the leader. Besides, why do you want your flight to be totally excellent?
  2. ??? weird. which campaign? which option? (single? single server? MP?) which version of scriptsMod? . And we're talking about number 2 only? Not 3 and 4?
  3. compared to what existed before, it's a big step forward ^^. Before, you had to change this every time you installed a campaign!
  4. 5.11.29, yes, this is the last one what's wrong? and yes, a tutorial should be made ^^
  5. However, the code already forces them to excellent or even Hight. Otherwise, in the ATO_FlightPlan.lua file, around line 4094, change this code: if (flight[f].player or flight[f].client) and n == 2 then -- pour éviter à l'ailier de percuter le joueur, on lui donne un Hight ou Excellent --75% de chance qu'il soit Hight --25% de chance qu'il soit Excellent randSkill = math.random(100) if randSkill >= 75 then mSkill = 4 else mSkill = 3 end end to if (flight[f].player or flight[f].client) and n == 2 then mSkill = 4 end
  6. ? je n'ai pas compris ça fonctionne maintenant?
  7. ils doivent etre corrumpu Envoi ici un de ces fichiers miz invisible par DCS plz. Ensuite, essais de generer une nouvelle mission first puis next sur une campagne compromise, pour voir si la generation de mission regle le pb. they must be corrumpu Send one of these invisible miz files to DCS plz. Then, try generating a new mission first then next on a compromised campaign, to see if mission generation solves the problem.
  8. have you tested Cef's loadout, posted above? And restarting the campaign?
  9. no, it's nothing to do with that, the extra files or folders don't explain your problem. Template folder: only if the campaign has one Temporary mission end file: camp_status, mission_eventlog, scen_destroy. Do you use DCE_Manager? non, ça n'a rien à voir, les fichiers ou dossier en plus n'explique pas ton probleme. Dossier template: uniquement si la campagne en possede Fichier temporaire de fin de mission: camp_status, mission_eventlog, scen_destroy. Est-ce que tu utilises DCE_Manager?
  10. it's an old campaign. Cef will take a look at it in the next few days. good morning, and here is the latest release of ScriptsMod 20.67.412 for DCE. It adds the ability to attack runways and supports the latest Datalink additions, among others... Enjoy the flight > Download via DCE_Manager , "Update" tab > > It should automatically offer you the download, after a day at the most ^^ > (if you don't want to wait, just delete the file /DCE_Manager/upgrade.txt) UTIL_Changelog.lua
  11. yes, thank you the latest version of DCS has broken a lot of things ^^. As far as I'm concerned, the "loaded" DCEs are unplayable on my "small" PC.
  12. I've disabled all mods performed a thorough DCS repair deleted all mission scripts. the only way I found was to remove a lot of blue SAMs on the Syria map (Patriot, Hawk, Manpad) I think the last patch has a huge loss of performance on the SAMs and/or the Syria map. EDIT: after extensive research, windows 10 was the culprit. It was an old win10 that had been transferred from SSD to SSD. A formatC: solved the problem.
  13. which campaign and which version of scriptsMod plz? And can you send me an assignment? PS: in our current campaign (BeirutGC22), the carrier is still there.
  14. the last one I added seems to work anyway. That said, we're circumspect about this announcement
×
×
  • Create New...