Jump to content

CougarFFW04

Members
  • Posts

    528
  • Joined

  • Last visited

Everything posted by CougarFFW04

  1. Oki, will try again
  2. It doesn't work either. They start engine and even don't take off staying on the ground engine runing
  3. Hi everyone, Just a simple test where KA50 must attack a bataillon. They start engine as expected but then they do not follow their FP and of course do not engage ground forces.. Mission attached (don't wory about mission title). What did I do wrong ? Thanks ScriptTest.miz
  4. Hi Grimes, What I said. They do NOT mention it is NOT applicable to human although It's clear that AI task are only applicable to AI. But it would be very usefull if that could be applicable to client as well. A simple exemple: when player reaches Wpt a message gives instructions (choosen at random) - "push to Wpt target at HHMM" - "RTB if engaged by ennemi fighters" or "engage any threat within x miles of wpt targets" Of course you can achieve this with a trigger zone but if you move the Wpt you must move the trigger zone as well. Don't know if it's a bug or not but it would be a good imprvement to the ME. Happy flying
  5. Hi Grimes, You are right about humain behavior vs wpt Nevertheless human are supposed to follow their flight plan. And i do not see in the manual that this should not apply to players. So the qyestion to ed ls : is that a bug....
  6. Hi, Everything is in the title... Very basic testing : F16 IA flight + F18 human flight Both flight plans have script activated @Wpt 1 displaying message "xxx passing Wpt1" - When the IA flight reaches his Wpt1 I DO see the message - When I reach Wpt1 NOTHING happens... Can someone test and confirm it's buggy (mission is attached). Thanks ScriptTestTaskAtWpt.miz
  7. Hi, Everything is in the title... Very basic testing : F16 IA flight + F18 human flight Both flight plans have have script activated @Wpt 1 just displaying a sort message "xxx passing Wpt1" - When the IA flight reach his Wpt1 I DO see the message - When I reach Wpt1 NOTHING happens... Can someone test and confirm it's buggy (mission is attached). Thanks ScriptTestTaskAtWpt.miz
  8. So in principle, F18 could share targets via LINK 16 DL/TXDSG to an F16 (with LINK 16). Right ?
  9. Hi everyone, I am wondering if in DCS the datalink works across different plane type (F18/F16) and different flights. To be more specific let's imagine that I am flying a 1 shipF18 flight and my friend is flying another F16 flight. Can we share targets between F18/F16 ? if no, will this be possible when the F16 will be more advanced ? Thanks
  10. Hi Pizzcato, I am already aware of this and always use the dofile things. Thanks anyway
  11. Hello, Just doing basic testing of scripting at a waypoint. Added a simple at waypoint : do script --> trigger.action.outText("SCRIPT : F16 passing Wpt1" , 10) and do script file --> testDoScript.lua (with just one line : trigger.action.outText("FILE : F16 passing Wpt1" , 10)) When runing the mission - "SCRIPT : F16 passing Wpt1" executes correctly - "FILE : F16 passing Wpt1" DOESN'T Confirmed by other. Thanks ScriptTest.miz
      • 2
      • Like
      • Thanks
  12. What a peine to have such simple things to work... Will report as a bug Thanks anyway
  13. That's a workaround BUT should'nt this work...
  14. Yes it's what I want to test : scripting things at waypoint via lua file
  15. Hi, Definitively doesn't work. Certainly something went wrong Didn't see anything in DCS log So here it is. Thanks ScriptTest.miz
  16. I will try but would be surprise that it could be the issue because the script is executed properly
  17. Pretty sure I tried this as well but didn't work. Will try again and report
  18. OK will upload this evening DO SCRIPT FILE => what I am speaking about
  19. Hi everyone, I am just doing basic testing of scripting at a waypoint. So at Wpt 1 I have added a simple : do script --> trigger.action.outText("SCRIPT : F16 passing Wpt1" , 10) and do script file --> testDoScript.lua (with just one line : trigger.action.outText("FILE : F16 passing Wpt1" , 10)) When I run the mission - I see the "SCRIPT : F16 passing Wpt1" message - but I do NOT see the "FILE : F16 passing Wpt1" message What am I doing wrong ? Must the lua instructions in the file enbeded in a lua function or whatever ? Thanks
  20. Hi Oceandar Right didn't pass the IC and got kicked. I will check if I find the workaround but If someone can poit it to me. Thanks
  21. Hi, Can t beleive that i am the only one (and i know i am not) Should i report this in the bug room ? Thanks
  22. Hi everyone, As I had no chance in another forum room and as I am flying the F18 I try here: I would like to change the on screen kneebord position. I did it sucessfully by editing this line in VieportHandling.lua -- ORIGINAL DCS dedicated_viewport = {default_x,default_y,default_width,default_height} dedicated_viewport = {679,330,552,750} It works as intended in solo mode but when flying online DCS complains (because of a mode) and disconnect me from the server. Any solution ? Thanks
  23. Thanks No1sonuk The monitor showing Helio+CaptZeen cockpit is my old 22" + IR touchsreen ontop The "HUD view" projection is 120 cm diagonal. Here it is
  24. Hi everyone, I would like to change the on screen kneebord position. I did it sucessfully by editing this line in VieportHandling.lua -- ORIGINAL DCS dedicated_viewport = {default_x,default_y,default_width,default_height} dedicated_viewport = {679,330,552,750} It works as intended in solo mode but when flying online DCS complains (because of a mode) and disconnect me from the server. Any solution ? Thanks
×
×
  • Create New...