Jump to content

galevsky06

Members
  • Posts

    371
  • Joined

  • Last visited

  • Days Won

    1

Everything posted by galevsky06

  1. Don't wait for 3rd-parties projects..... DCS Su-27, DCS F-15C, and DCS F/A-18 are officially on the go...
  2. Owned :doh: How did you know ?!?? :megalol:
  3. Answer here: http://forums.eagle.ru/showpost.php?p=1791839&postcount=26
  4. Are you sure ? Because I wonder how they will manage AFM and no-AFM aircrafts.... will IA planes use AFM ? Will FC3 airplanes be different to standalone modules XXXX: DCS Flaming Cliffs ? I am not sure about the gap between modules... in FC3, do we already have 1. 2. and 4. ? I mean, exactly the same with no change ?
  5. Don't worry: with Su-27-DCS soon, you won't have to land anymore :prop:
  6. +1. :thumbup: My question is.... what about Mig-29x and Su-33 ?!?? Will we loose them forever ? :(
  7. DCS Tanks would be useless as CA is today in the current world : IA find you even if you are hidden in a forest.... We played tonigh JTAC mission as invincible and invisible unit, because we cannot mark something before being engaged by ennemies troops. :mad:
  8. Don't know if ED could go this way someday, or perhaps some 3rd party ? Guys are mostly interested in, so please, get on ! :pilotfly:
  9. Everybody agrees with you.... any aircraft as a DCS module would be wonderful. But.... do you know something called Air to Air ? Well, do you think that one of DCS Ka-50, DCSA-10 or DCS-Huey could help ? No ? That is the reason why FC3 is a must. Waiting for both DCS F15 and DCS Su-27 for sure.....
  10. :thumbup: :pilotfly::joystick::pilotfly:
  11. Change the time of the very first waypoint ... please read the manual into /doc folder for any question related to the mission editor GUI.
  12. Same here !!! First try in 1.2.4, infinite shooting happened randomly for T-72, humvee, Vulcan, and Lav. CA has become almost useless for shooting since I had to disconnect very often... I will try JTAC soon.
  13. Oh no. Let us the ability to generate powerful stuff with a few command lines into a text file. If you want GUI, ME is quite good.... but I want to avoid spending time into the GUI, so I am writing functions instead, to write once and reuse forever. E.g.: I love to add AWACS with escort..... I write a function that will add automatically some AWACS + escort from the closest Airbase when the mission contains a trigger zone called "AWACS" (this zone will be the orbit circle). I will pass the airplane type and the orbit altitude as parameters. Among others.
  14. You don't need Mist (coalition.addGroup is part of ED Scripting Engine) Put this code into any empty file, and call it with Do Script File.
  15. Looks great, I am gonna test it soon. :thumbup:
  16. Okay, and table.getn() is calling # operator ? EDIT: yes it is Thks :thumbup:
  17. Yes I know, but what I tell you is that I might face a bug in my mission: mist.DBs.zonesByNum <= contains my 3 zones mist.DBs.zonesByName <= is empty Looks weird, isn't it ?
  18. Is there any issue with mist.DBs.zonesByName ? I am sure that there are several trigger zones into my mission, I can get them thanks to trigger.misc.getZone('RescueZone')but env.info("Zones nb: "..table.getn(mist.DBs.zonesByName))provides 0 zone !?!! Am I doing something wrong ? I tried both v1.1 and v2.0, same result.... EDIT: If I try with env.info("Zones nb: "..table.getn(mist.DBs.zonesByNum))I get the right number.... ;)
  19. Yes, I got it ! On server side: In file C:\Users\galevsky\Saved Games\DCS\Config\network.cfg, set : disable_events = true,This will prevent clients from viewing events messages In file C:\Program Files\Eagle Dynamics\DCS World\Scripts\net\events.lua, comment out the content of variable report: local report = function(msg, ...) [b]--[/b]net.recv_chat(string.format(msg, ...)) endThis will prevent the hoster (if any) from viewing events messages YES !!!
  20. No issue for size.... :happy: This is how FSX -let's say a nearly outdated sim- looks: No matter the size with boxing. Landscape is so much better in FSX that French guys started to implement combat environment into FSX: Check http://www.fsxwar.net/index.php?lang=en
  21. Sure, it is essential into software called simulator. Everything is significant to bring immersion feelings to simmers. We still could fly a set of pixels firing smaller ones to another :joystick:, but it becomes very hard these days to stay backward sim standards. :cry:
×
×
  • Create New...