Jump to content

Spyros

Members
  • Posts

    110
  • Joined

  • Last visited

Everything posted by Spyros

  1. The greek skins are now included in DCSW 1.5. This mod version is deprecated and not compatible with DCSW 1.5. Thanks to E.D. and all HAF Mod users. See you in the next mod version.
  2. We are considering it. We'll release a few greek unit models first though. P.S. Of course, considering something is a long way from completing something (taking real life obligations into account).
  3. That should be correct (I can't run 1.5 or 2.0 to test it). We contacted ED about this and they were kind enough to say they would add them to the game. So with the new game versions you won't need to download the mod anymore, but we will release a new mod version in the future which will focus on adding new air, ground and naval units (used by Greece) to the game.
  4. Here is a short WIP video of the Meko type 200 HN frigate by =GR=Astoxos, to be included in version 1.1 of the Hellenic Airforce Mod. Starting from v1.1, units used by the Greek Armed Forces but missing from DCS World, will be added to the game.
  5. The Hellenic Aiforce Mod Mod for DCS World v.1.0.6 is released. The updated download links can be found in the thread's first post. Version 1.0.6 (30/06/2015) Skin corrections Installation upgrade function enabled Minor mod corrections Added compatibility with the USN/USMC-Swiss AF Mod (included the Swiss flag so that it doesn't get replaced when running HAF Mod Repair)
  6. OK, thank you. Now the main question: Can I have my Sunday back? :cry: ... Ah never mind, I'll get over it!
  7. Just did another test. The problem (from the skin's lua point of view) seems to be caused by some missing lines in the game's AF Standard skin: {"su27_pylon",0,"su27_pylon",true}; {"pilot_SU_body", 0, "pilot_su",true}; So it looks like the skin maker can't do anything more about it.
  8. Yes the Su-27 was an example. The two planes used in the test were in a different Coalition. Red seems to have a priority. So, if you place the USN plane in red, it will display the American pilot. If you put it in blue, it will display the default Su-27 pilot. Is there a solution in the lua file, without mission planning workarounds?
  9. Just found out that if you omit some "default" values instead of setting them to true in a skin's lua file, there are artifacts on the skin if another plane of the same type (with a different skin) appears in the mission. Yay! :cheer3nc: How do you prevent this when you have a custom pilot? For example, if a Su-27 has a third party skin like the "USN VF-213 Blacklions AJ-212" from DCS User Files and another Su-27 having the game's "Airforce Standard" skin appears in the same mission, then the USN pilot is not as it was meant to be. Here is the lua code for the game's AF Standard: livery = { {"su27_tex01", 0 ,"Su27_tex01",true}; {"su27_tex01", 3 ,"empty.tga",true}; {"su27_tex01_BN31", 0 ,"Su27_tex01",true}; {"su27_tex01_BN31", 3 ,"Su-27_numbers_red",true}; {"su27_tex01_BN32", 0 ,"Su27_tex01",true}; {"su27_tex01_BN32", 3 ,"Su-27_numbers_red",true}; {"su27_tex02", 0 ,"Su27_tex02",true}; {"su27_tex02_compos", 0 ,"Su27_tex02",true}; {"su27_tex03", 0 ,"Su27_tex03",true}; {"su27_tex03_compos", 0 ,"Su27_tex03",true}; {"su27_tex03_compos", 3 ,"Su-27_decol",true}; {"su27_tex04", 0 ,"Su27_tex04",true}; {"su27_tex04", 3 ,"Su-27_decol",true}; {"su27_tex05", 0 ,"Su27_tex05",true}; {"su27_tex05", 3 ,"Su-27_decol",true}; {"su27_tex06", 0 ,"Su27_tex06",true}; {"su27_tex06", 3 ,"Su-27_decol",true}; {"su27_tex07", 0 ,"Su27_tex07",true}; {"su27_nose_numbers", 0 ,"Su-27_numbers_red",true}; {"su27_tail_numbers", 0 ,"Su-27_numbers_red",true}; {"su27_tail_numbers_top", 0 ,"empty.tga",true}; {"su27_tail_numbers_down", 0 ,"empty.tga",true}; {"su27_detail", 0 ,"Su-27_detail",true}; {"su27_detail_compos", 0 ,"Su-27_detail",true}; } countries = {"RUS"} and here is the lua code from the USN VF-213 which I downloaded from User Files. livery = { {"su27_tex01", 0 ,"Su27_tex01_USN_212",false}; {"su27_tex01", 2 ,"su27_tex01_spc",true}; {"su27_tex01", 3 ,"empty.tga",true}; {"su27_tex01_BN31", 0 ,"Su27_tex01_USN_212",false}; {"su27_tex01_BN31", 3 ,"empty.tga",true}; {"su27_tex01_BN32", 0 ,"Su27_tex01_USN_212",false}; {"su27_tex01_BN32", 3 ,"empty.tga",true}; {"su27_tex02", 0 ,"Su27_tex02_USN",false}; {"su27_tex02_compos", 2 ,"su27_tex02_spc",true}; {"su27_tex02_compos", 0 ,"Su27_tex02_USN",false}; {"su27_tex03", 0 ,"Su27_tex03_USN_212",false}; {"su27_tex03_compos", 2 ,"su27_tex03_spc",true}; {"su27_tex03_compos", 0 ,"Su27_tex03_USN_212",false}; {"su27_tex03_compos", 3 ,"empty.tga",true}; {"su27_tex04", 0 ,"Su27_tex04_USN_212",false}; {"su27_tex04", 2 ,"su27_tex04_spc",true}; {"su27_tex04", 3 ,"empty.tga",true}; {"su27_tex05", 0 ,"Su27_tex05_VF213",false}; {"su27_tex05", 2 ,"su27_tex05_spc",true}; {"su27_tex05", 3 ,"empty.tga",true}; {"su27_tex06", 0 ,"Su27_tex06_VF213",false}; {"su27_tex06", 2 ,"su27_tex06_spc",true}; {"su27_tex06", 3 ,"empty.tga",true}; {"su27_tex07", 0 ,"Su27_tex07_USN",false}; {"su27_nose_numbers", 0 ,"empty.tga",true}; {"su27_tail_numbers", 0 ,"empty.tga",true}; {"su27_tail_numbers_top", 0 ,"empty.tga",true}; {"su27_tail_numbers_down", 0 ,"empty.tga",true}; {"su27_detail", 0 ,"Su-27_detail",true}; {"su27_detail_compos", 0 ,"Su-27_detail",true}; {"su27_pylon",0,"su27_pylon",true}; [b] {"pilot_SU_body", 0, "pilot_su_VF213",false};[/b] } name = 'USN VF-213 Blacklions AJ-212' countries = {"RUS","UKR","USA"} What is missing from this one to be able to display its pilot correctly?
  10. The Hellenic Aiforce Mod Mod for DCS World v.1.0.5 is released. The updated download links can be found in the thread's first post. Version 1.0.5 (09/05/2015) Added fictional skins for new flyables: Mig-21, Mig-15, C-101, Hawk Minor mod corrections Version 1.0.4 (08/04/2015) An installation problem with Steam versions of DCSW is now fixed Minor mod corrections
  11. I don't know if ED has any plans of officially adding Greece to the coutries list, but if you want it a community mod exists. You can try out the Hellenic Airforce Mod here: http://forums.eagle.ru/showthread.php?t=125283
  12. trigger zone-1 static unit cargo load-1 (inside zone-1) trigger unit outside zone zone-1,load-1 -> message "ok" When the mission is running the message OK is displayed. ["trigrules"] = { [1] = { ["rules"] = { [1] = { ["unit"] = 1, ["coalitionlist"] = "red", ["predicate"] = "c_unit_out_zone", ["zone"] = 1, }, -- end of [1] [2] = { ["coalitionlist"] = "red", ["seconds"] = 5, ["predicate"] = "c_time_after", ["zone"] = 1, }, -- end of [2] }, -- end of ["rules"] ["eventlist"] = "", ["actions"] = { [1] = { ["seconds"] = 10, ["text"] = "ok", ["predicate"] = "a_out_text_delay", ["ai_task"] = { [1] = "", [2] = "", }, -- end of ["ai_task"] }, -- end of [1] }, -- end of ["actions"] ["predicate"] = "triggerOnce", ["comment"] = "Trigger 1418047735", }, -- end of [1] }, -- end of ["trigrules"]
  13. It was used in ancient Greece (some times also as part of meanders) and it was called the «Γαμμάδιον» (Gammadion)
  14. As far as I know there is the US Navy mod, the Swiss Airforce mod and the Hellenic Airforce Mod. You could download any of them to use as an example for making your own country mod. You don't need a program to do this for you, you can easily do it yourself. It's just some minor lua scripting and mainly artistic things like photoshop and 3ds max (if you want to add new models). Have you ever had such problems with the HAF Mod (if you've ever used it)? All the users are able to join servers and no one has reported a problem on this, but since I don't play DCS anymore I can't test it myself. If you have encountered such a problem, could you report it on the HAF Mod thread?
  15. Just came across this: http://www.flixhouse.com/movie/web-secrecy-black-widow-ii-declassified/ Looks like a good plane. Too bad it didn't enter production. http://yf23fighter.com/
  16. The Hellenic Aiforce Mod Mod for DCS World v.1.0.3 is released. The updated download links can be found in the thread's first post. HAF Mod v.1.0.3 Changes The greek F-86 liveries were modified to be compatible with DCSW 1.2.10 upd.1
  17. It is a mod for DCS World, therefore it is expected to be installed to the DCS folder and not somewhere else (eg. BMS folder, or Arma3 folder). A JGSME version may be considered, but don't expect it. People who have problems (and want help) with the mod should: Report the problem Follow my instructions to solve it Report back if the solution worked or not
  18. Hello Gerritboom, Is it the same problem as in your previous post, or a different problem? Did you type the command I told you on a command prompt? P.S. JGSME can cause problems, while the installer takes care of everything for you. I might consider it.
  19. The Hellenic Aiforce Mod Mod for DCS World v.1.0.2 is released. The updated download links can be found in the thread's first post. HAF Mod v.1.0.2 Changes Added Greek skins for the F-86 (341sqn, 342sqn & Hellenic Flame aerobatic group) The installer now supports the Saved Games folder being moved to a different location by the user on Windows Vista or newer. Updated the User Manual
  20. The interesting thing about the Greek theater, besides the beautiful terrain, is that you can simulate a Greece vs Turkey conflict, with western equipment on both sides making friend or foe identification more challenging. You can also have cold war scenarios with Greece against Warsaw Pact countries to its Northern border (Albania, Yugoslavia, Bulgaria etc), retaining the Western vs Eastern equipment option. Or if you want to make it more interesting and realistic, Greece vs Turkey vs Warsaw Pact and a Civil War, all at the same time. :D The Korean theater, although not as nice according to my taste, would be more appropriate for the F-86 and Mig-19 though.
  21. AH-64A at a recent airshow in Greece. Sound quality is bad, but it's got recordings from cameras placed on the helicopter.
  22. The Hellenic Aiforce Mod Mod for DCS World v.1.0.1 is released. The updated download links can be found in the thread's first post. There is no new content in this version, besides the new HAF Mod Theme music by =GR=Monty, which didn't make it in time for the initial release. New content additions are postponed for the next version. Users of v.1.0 should uninstall it and install the new version. HAF Mod v.1.0.1 Changes Fixed incompatibility with DCSW 1.2.9's new Core Modules folder location Added the “HAF Mod Theme” intro music by Theodoros Montesantos and Christos Giannoulis to the HAF Mod GUI Theme Fixed 1 installer bug Updated the User Manual Updated the License
  23. Hello Home Fries, Thanks for the quick report. The HAF Module is installed in CoreModules, which has moved to a different location in 1.2.9 I'll make the necessary changes to the installer and release an update. In the meantime, you can copy the HAF Mod folder from [DCSW]Scripts\Database\CoreModules to [DCSW]\CoreMods and the Hellenic Airforce Mod will work again. EDIT: The fix is ready, but we will delay the release in order to offer new content with the updated version.
  24. This cockpit is fantastic! Now you only need a DCS level A-10A to go with it.
×
×
  • Create New...