Jump to content

toutenglisse

Members
  • Posts

    1745
  • Joined

  • Last visited

Everything posted by toutenglisse

  1. Yes the answer is in this post from Grimes from 1st Nov. : MIssion Scripting Tools (Mist)- enhancing mission scripting Lua - Page 64 - Mission Editor Discussion and Questions - ED Forums (eagle.ru)
  2. Strange ! the code is DCS scripting (no MIST function) and does work when isolated. Scripted-expl-test.miz
  3. Hi - yes you have an option you can tick on the message action, so displaying the new message erase the previous one. You have to tick it on every message that you want to erase previous displayed one.
  4. I only play on this map by setting time to summer since your great texture mod... There's a lot of awesome work from talented people in "mod" section, but the only two that are permanently activated on my DCS since availables are Barthek's Normandy and Caucasus texture sets.
  5. Yes : take a look at Rudel_chw's comments in this thread : Scripting Keystrokes at Mission Start? - Mission Editor Discussion and Questions - ED Forums (eagle.ru)
  6. Yes. And you'll also find the right folder name in "coremods" folder. For exemple for F18c : C:\DCS World OpenBeta\CoreMods\aircraft\FA-18C\Liveries\FA-18C_hornet or Spitfire : C:\DCS World OpenBeta\CoreMods\WWII Units\SpitfireLFMkIX\Liveries\SpitfireLFMkIX and C:\DCS World OpenBeta\CoreMods\WWII Units\SpitfireLFMkIX\Liveries\SpitfireLFMkIXCW
  7. I also remind templates only working for same map. Only method I used successfully is this one from SUNTSAG : How to Copy and Paste - DCS Mission Editor - YouTube
  8. Sorry I can't take a quick look for now as mods are required to open the mission. ( PS : I'm just a DCS & MIST user ) Edit : maybe something you can try : change south_ossetia where it is used in your trigger/script by 'SOUTH_OSETIA' which should be the right spelling for script engine (same for usaf_aggressors it should be 'AGGRESSORS')
  9. No idea... except a new tool to change coalitions after a mission is created has been introduced, maybe it's related to ? If you want to post your mission it can be looked at ?
  10. mist.cloneGroup doesn't have a "livery_id" field in variables. It is only available if you use mist.dynAdd, so the only workaround I can see is to use this function to "spawn" the new groups instead of cloning 1 group.
  11. Hi, I'm not on steam, but should work the same ? When you have both A10c and A10cII upgrade purchased on your account, just run DCS, click on module manager and you should be prompted to install the upgrade. Then in the module manager, on "installed" tab, you should find both A10c and A10cII installed.
  12. Runway surface type (runways, taxiways, parking areas) is visible through clouds with Flir. Probably known, and I know there are new Flir rendering and new clouds () actually in developpment. Here a picture on PG, Flir upon Shiraz airport.
  13. Hi, if your drops turn into vehicles (units or a group, with a name) at the points where the drops hit the ground, then these hit points can be handled by script to check and report distance to zone point, bearing from zone point, time of impact relative to desired delivery time, or whatever is scriptable and interesting to your goal.
  14. solution is given by Ala12Rv-Tundra and BitMaster. Unless it doesn't work with your VR headset, Alt+enter put the mirror (VR layer) in full screen and prevent any possible mouse click outside the simulation.
  15. Hi, your issue is probably that at a point your mission ask for an already destroyed group to be activated - so nothing happens. 1) the trigger that sets flag 1 to off when a group is destroyed must be split in 14 "once" type triggers - for each 14 group destroyed you must also activate (set true) a distinctive flag ("specific group dead" flag) that prevents a destroyed group to be activated again. 2) the triggers that spawn a group should have in its conditions the "specific group dead" flag false.
  16. This function works normally on my openBeta install. Better than reinstalling you should try a repair ( run "dcs_updater repair" command in your DCS folder\bin\ ) but maybe it won't fix your issue IDK what causes it.
  17. I don't know for the trigger menu part. I can say it works with scripts (but probably not what you need), and also with advanced waypoints menu. Here an exemple if it helps (in waypoint 0 an adv.wpt.task is created for an AI f18 to attack a ground group if flag 1 get true, which happens by trigger at 10s in mission) Cau-CondAiTask-test.miz
  18. Also, "mission start" is a condition so you don't have to add things in "conditions", only "actions". For what you want to do you should use "once" or "switched" (if you want your actions to happen everytime the designated unit enter the moving zone). Here an exemple if you still need one. Cau-VehMovZone-test.miz
  19. I said that relative to setimmortal scripting command ( DCS command setImmortal - DCS World Wiki - Hoggitworld.com )
  20. For what I know it works only with controllable groups, not with static units.
  21. :thumbup: Awesome. And what a landing !
  22. Here a mission exemple with the triggers I propose (1 at mission start to set player's cargo to 1000kg, 2 for Player being at A - using flag to differenciate if player was at B before or not which set the cargo remove to 0 or 750, and 2 for Player being at B - using flag to differenciate if player was at A before or not which set the cargo remove to 0 or 250) test-flag-triggers-UH1cargo.miz
  23. Explosion at start ? : Nor-B17-damaged.miz
×
×
  • Create New...