Jump to content

Flasher

Members
  • Posts

    55
  • Joined

  • Last visited

Everything posted by Flasher

  1. 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
  2. Is it possible to do something about the completely unrealistic landing bouncing tendency of this plane ?
  3. 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..
  4. 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
  5. Thank you very much for your help !
  6. 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
  7. OK this code works, thank you !! Is it possible to get a line same way but following the road shape ?
  8. -- 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 ...
  9. 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.
  10. OK I made it again,, hope you could open it, see where the problem is TEST DRAW.miz
  11. 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
  12. 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 ...
  13. Need help with mist.marker.remove ... This command does not work with drawn lines , only with polygons .. Any help please ?
  14. 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
  15. OK I have an otter question, how to change a shape color ? Mission1= mist.marker.drawShape('line') First to get my drawing setMarkupColor('Mission1' , {0, 1, 0, 1}) end This line return an error, I can"t find the error.... If someone can help, thanks in advance.
  16. 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
  17. New mission to come / Nouvelle mission a venir
  18. 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
  19. Hi all, Is it possible to get paratroops in DCS without external mods ? Thanks.
  20. 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.
×
×
  • Create New...