

Flasher
Members-
Posts
55 -
Joined
-
Last visited
Content Type
Profiles
Forums
Events
Everything posted by Flasher
-
Who can explain me why the plane become uncontrolable during T/O ? NB : Do not edit/save on your PC, to see the bug. D DAY.miz
-
Is it possible to do something about the completely unrealistic landing bouncing tendency of this plane ?
-
Since the last update : * the plane everytime you brake, even smoothly has a nose down attitude, and this is completly unrealistic, it was better before ... * This plane is bouncing too much when landing even if you do a kiss=> unrealistic..
-
SUNTSAG - Lockdown Mods/Liveries Collection (New and Revised)
Flasher replied to SUNTSAG's topic in DCS Modding
HI all, I've a question, why the V1 rocket is not detected using the trigger "Missile in zone" and V1 option chosen, when creating mission ? Thanks -
Thank you very much for your help !
-
OK this code works, thank you !! Is it possible to get a line same way but following the road shape ? And is it possible to have the in RED, and what os the code to remove this drawing ? Thanks
-
OK this code works, thank you !! Is it possible to get a line same way but following the road shape ?
-
-- Create a drawing 1 _var.id = mist.marker.getNextId() _var.pos = mist.getGroupPoints('Ground-1') _var.mType = 'freeform' I don't understand how you can get a triangle shape out of these 3 lines code ...
-
OK if I understand well, you're creating each segment one after the other and deleting them the same way, so one line code for each segment But when you're drawing a free line in ME, it could contain over 50 segments for exemple, so we can't create 50 lines codes just o delete a simple drawing, any, shorter suggestion ? Thanks for your help.
-
OK I made it again,, hope you could open it, see where the problem is TEST DRAW.miz
-
Thank you with your help I m now able to hide a line... But with multiple segments line, I can only hide the first segment WTF ! look in This test mission. Philadelphia Experiment.miz
-
HI I still have the problem because, I created a line in the mission editor, that is following a road, I can get it visible with mist command, but mist.remove does not work, and I don"t how to draw my line using script instead of drawing editor ...
-
Hi, Since there is n support anymore with the creator of mist, does anyone know how to suppress a line drawn with MIST ? The command mist.marker.remove does not work
-
Hi I've a question why the script is working using a polygon and not with a line ? FORM1 = mist.marker.drawShape('ellipse') mist.marker.remove(FORM1) Working the ellipse is drawn and removed FORM2 = mist.marker.drawShape('line') mist.marker.remove(FORM2) NOT working the line is drawn, but not removed
-
New mission to come / Nouvelle mission a venir
-
I made a mission with a lot of triggers to display the players score. And now I'm wondering if it could be possible to extract from the mission file everything needed into a lua file that could be loaded as a script file in a new mission and get all the functionality of the scoring display in the new mission ? Thank you for your help. SCORE.miz
-
Hi all, Is it possible to get paratroops in DCS without external mods ? Thanks.
-
Hi all, I would like to if it's possible to change the color of one particular smoke effect with a script from black to white ? Thanks for your help.