Jump to content

whisky.actual

Members
  • Posts

    204
  • Joined

  • Last visited

Everything posted by whisky.actual

  1. v1.1.0 - March 2024 Release This release brings fixes and quality-of-life additions. Since 2.9 many weapons were causing issues with DCS World and other mods. This included assets that would not spawn or broken guidance systems on some of my weapons. These bugs are currently fixed and hopefully, ED will not break something with the next patch . I've refactored most of the weapons to use ED's default code, so I am confident that we will be ok. The exterior model was also adjusted to fit with the default JF-17 animations thanks to the help of Currenthill. He also helped me to add dynamic boards. The rest of the changes can be seen below. To install delete your old version and you can follow this video: Link Regards, Whisky Developer Whisky Actual Liveries 313_Paegas, 59th_Jack, Isak Khysing, Megalax, Whisky Actual Special Thanks Breadmaker91, Currenthill, FatSpacePanda, FrM|Shaft, Gripen Viking, Roughmaster, Ulvar40, VSN Team (Cdpkobra and Razor+) Added [Cockpit] Mapped missing JF-17 functions to the JAS-39 Cockpit. [Weapons] Option to select different types of weapons in the entry.lua (AI folder). [External] Dynamic boards to the "Base Paint" default livery. (Big thank you to Currenthill). [Exterior] New animations for TEF (flaps), airbrakes, canards elevons and slats. (Big thank you to Currenthill). Changed [Cockpit] Missing texture on the Eject Safety Pin. [Cockpit] Adjust cockpit animations for the new exterior model. [Exterior] Remove JF-17 liveries from drop-down. [Weapons] Many generic weapons (JSOWs, Mavericks, GBUs) directly reads ED's or Deka's code to avoid issues. [Configuration] File structure and dependencies reviewed and optimized. [Configuration] New icon for Drop tank 1700 litres + Internal. Fixed [Weapons] The 2x AIM-120s option is listed as LD-10s in the SMS page. [Weapons] Station 6 is able to load 2x AIM-120s, while station 2 is only to load 1x AAM #2. [Weapons] OB 2.9 breaks several weapons... fixed most of them, the rest will be pending ED's fixes for the next patch. [Weapons] Adjust the gun position on the new model. [Cockpit] The IND LT will not dim; currently, they only turn off. [Cockpit] The Navigation light switch & Light switch are coded in the wrong order. Removed [Weapons] Spear anti-radiation missiles always miss the target, will add back once ED fixes the code. [Weapons] Fixed the MAR-1 Pylon locations, but I removed MAR-1 until ED fixes anti-radiation missiles. [Configuration] Removed all unnecessary files.
  2. Without a log it's impossible to help, ED is also making some major changes to the weapon systems that is creating several conflicts with mods, thus we are waiting for the next patch before implementing a fix
  3. No, since the lights are part of the cockpit model and they can only be changed by Deka.
  4. Hi all, we are currently looking into fixing some of the issues of the mod @currenthill already provided a patch for the weapons. As you may know, 2.9 had several impacts on mods and we are still figuring out ways to fix them. Thank you all for your patience, on a brighter note, our new 3D exterior model is done and we are currently working on the textures.
  5. Should not, but anything can happen, what are you experiencing and when you remove the community mod does it fix it?
  6. Thank you for the clarifications, I guess Deka can pass along the bugs that we post here then.
  7. In my opinion, ED should take responsibility for the maintenance of all modules after they are released. The 3rd party developers are forever responsible for fixing things when ED updates their core program. Each update brings their load of bugs and keeping on top of this is quite difficult since 3rd party devs don't own the whole code base. This constant pressure to make the two pieces work and not being able to develop new products is just not sustainable. This is the exact reason why I don't wish to be a 3rd party dev after making mods for this game for the past three years. The transfer of maintenance to ED would definitely help 3rd party developers to focus their efforts on new products and alleviate some of these issues since ED would need to test all the products, not only the one with their name on it. I can understand why Deka gave that answer, but without raising this to the proper people this kind of issue will always happen. @BIGNEWY / @NineLine what do you guys think we can do to help out Deka?
  8. @uboats so why did you have it in 2.8? https://youtu.be/NQFlihUZCNg?si=QYrpHPlCvOBQ3t_c
  9. Will be very hard to say without a crash log, my bet is an issue with the custom weapons, the 2.9 update broke them
  10. Great work mate, if you need a hand on the code side, hit me up!
  11. ED changed the JSOW schema, anything that referred to the scheme = "AGM-154AB", scheme = "AGM-154C", Will not work anymore. These values need to be changed to "JSOW_AB" or "JSOW_C"
  12. Actually, the weapon scheme called AGM-154AB and AGM-154C was replaced by JSOW_AB and JSOW_C... I guess Deka called them a "fix" since ED broke their weapons (and mine) with 2.9, but I was not aware of it until user reports and testing on my side.
  13. They are there already but since there is only one clsid for the fox2 we can only have one at the time, I was going to make some code to have a configuration file, but the new OB broke some of the AG weapons so that's my top priority for now
  14. That's not the issue, the CLSID was removed from the DLL code, and now PL-12s are UNK and can't be fired
  15. Sorry for the ping @uboats, but did you guys remove the PL-12 (DIS_PL-12) CLSID in 2.9? Could you please add it back in the next OB? Much appreciated!
  16. Check the new video posted in the first post 1) Check above 2) You can edit the JF-39.lua to add them, but since these stations can't have those weapons in real life I will not add them to the mod No, it does not Yes, noted, for any bugs please open a ticket to the GitHub: https://github.com/whisky-actual/JAS-39-C-by-Whisky-Acutal/issues
  17. Can't do that since Deka locked the DLL only to work with the JF-17 plane name in the config To hide the body just bind a key to the existing hide stick command, that will do it
  18. The MFDs of the Gripen and the Jeff are different, you will need to press the text on the screen, for the drone I have no plans to work on that since the focus is the flyable JAS-39
  19. JAS-39C by Whisky Actual using JF-17 avionics v.1.1.0 Download: https://github.com/whisky-actual/JAS-39-C-by-Whisky-Acutal/releases YouTube Channel This is the initial release of the JAS-39-C Mod using the JF-17 avionics. This is a personal project of mine based on the amazing work of the Community mod. Until we are able to achieve the standalone, this mod will satisfy all your 4th Gen fighter needs, with an advanced radar, TGP, EWS suit, and one of the best SA pages in the game. I've re-mapped our cockpit to match the JF-17's avionics. Fun fact, about 95% of the functions of the Jeff maps directly to the Gripen functions. Thus, if you already know one of these airframes you will feel at home. I will be making some videos to learn this "new" plane, so stay tuned! Developer Whisky.Actual Liveries 313_Paegas, 59th_Jack, Isak Khysing, Megalax, Whisky.Actual Special Thanks Breadmaker91, Currenthill, FatSpacePanda, FrM|Shaft, Gripen Viking, Roughmaster, Ulvar40, VSN Team (Cdpkobra and Razor+) Features Custom clickable cockpit Liveries Exterior model Tweaked avionics Tweaked flight model Custom cockpit sounds Custom Weapons Air-to-Air WVR IRIS-T Air-to-Air BVR AIM-120C-7 Meteor Air-to-Ground guided AGM-65H AGM-65K Brimstone GBU-12 GBU-16 GBU-10 GBU-31 BLU-109 GBU-39 SDB DWS39 RBS-15 Gungnir SPEAR-EW AGM-154A (CBU) AGM-154B (Anti-Armour) AGM-154C (Unitary BROACH) KEPD 350 Air-to-Ground unguided M70B AP M71 Mk82 Mk83 Mk84 Other LDP Litening III Drop tank 1100 liters Drop tank 1700 litres Internal tank Internal tank + 1700 litres Known Bugs Find the full list of bugs and enhancements at https://github.com/whisky-actual/JAS-39-C-by-Whisky-Acutal/issues Installation Download the latest release at https://github.com/whisky-actual/JAS-39-C-by-Whisky-Acutal/releases select assets The JF-39_AI.zip contains the plane and weapons, if you don't own the JF-17 you can still use this as an AI replacement for the JF-17 The JF-39_Liveries.zip contains extra liveries (this file is not mandatory) JF-39_Player.zip contains the cockpit, systems, and files needed to fly the JAS-39-C. This will replace the JF-17 cockpit. Frequently Asked Questions Q: Do you need JF-17 to use the module? Yes. Q: Do we plan to make it a standalone? No. Q: Will the JAS-39C mod pass IC? No.
  20. Without the SDK, this is very hard, but it's on our roadmap
  21. Looks like the last OB update broke several of the weapons in the mod, we are currently working on a standalone version that will hopefully circumvent these issues in the future
  22. Not sure if anyone else had this issue, but I am trying to make Reshade work with my normal DCS bin. It shows up correctly in the VR display on my screen, but when I look into the VR headset I don't see any of the modifications (works in 2d not 3d). Any potential conflicts you guys have seen in the past? Thx!
  23. I was under the impression that the original Orion only had 1 set of cams and springs.
×
×
  • Create New...