denzelw 10 Posted February 13, 2015 would someone consider doing the skin for this lovely F16 of the turkish demo team :) http://bagimsizhavacilar.com/wp-content/uploads/2014/07/solo_TY.jpg http://f1r4t.com/wp-content/uploads/2013/05/966015_10200619430021801_79423904_o.jpg http://www.hvkk.tsk.tr/Resim/TR/Icerik/5685-B-2011041812115-11.jpg well at the moment this would also suffice :) http://www.badpolitics.ro/wp-content/uploads/2011/03/f-161.png Share this post Link to post Share on other sites
strannix 10 Posted February 13, 2015 Hi Im having problems linking the afterburner to my joystick. I assigned the mentioned key in the first post (User Action 3) but no avail. Have also tried seagull fast forward and the other known ones. If anyone knows because I am designing a mission and have chosen this mod to feature as the interception craft. Share this post Link to post Share on other sites
swat.tr 6 Posted February 15, 2015 (edited) Turkish Air Force ,152. akıncı squadron Skin https://farm8.staticflickr.com/7313/16513169596_321407d8fd_b.jpg (122 kB) https://farm8.staticflickr.com/7386/16353279127_93285632f9_b.jpg (119 kB) https://farm8.staticflickr.com/7311/16538076362_03cdc5ec3c_b.jpg (128 kB) http://www.mediafire.com/download/cws2sjim9dbygd1/TMT_air.rar Requirements F-16C Fighting Falcon Standalone http://www.armaholic.com/page.php?id=27766 Edited February 15, 2015 by SWAT.TR Share this post Link to post Share on other sites
Guest Posted February 15, 2015 Release frontpaged on the Armaholic homepage. Turkish Air Force 152. akıncı squadron Skin v1.0F-16C Fighting Falcon Standalone ================================================ We have also "connected" these pages to your account on Armaholic. This means soon you will be able to maintain these pages yourself if you wish to do so. Once this new feature is ready we will contact you about it and explain how things work and what options you have. When you have any questions already feel free to PM or email me! Share this post Link to post Share on other sites
kecharles28 197 Posted February 15, 2015 New mod v1.0 available at withSIX. Download now by clicking: @SWAT.TR; You are now able to manage your own promo pages of your content on our web platform and publish new content yourself. To do so, please hit 'this is me' button on the page while logged in and follow the quick and safe claim procedure to get connected to your work. For now you can send new content or releases our way by using any filesharing service and add your notification at getsatisfaction.withsix.com. Share this post Link to post Share on other sites
firewill 3880 Posted February 16, 2015 HiIm having problems linking the afterburner to my joystick. I assigned the mentioned key in the first post (User Action 3) but no avail. Have also tried seagull fast forward and the other known ones. If anyone knows because I am designing a mission and have chosen this mod to feature as the interception craft. I don't know sure working with joystick, but user aciton 3 is working fine for keyboard. ---------- Post added at 16:43 ---------- Previous post was at 16:35 ---------- Future Plan Well, few days ago i'm release the sneak peek photo, so maybe you are already knows about future working. Three New Falcon is will be updated for future. but sadly, is not Two Seater :-( however, don't disappointed! New Aircraft(is not F-16!) is Working on.. is Two Seater! more information is coming up of later. Share this post Link to post Share on other sites
Defunkt 431 Posted February 16, 2015 however, don't disappointed! New aircraft(is not f-16!) is working on.. Is two seater! f-15k! Share this post Link to post Share on other sites
jackgallows 12 Posted February 16, 2015 (edited) Pleasant surprise! http://forums.bistudio.com/showthread.php?188900-WIP-F-14D-Tomcat-Standalone Edited February 16, 2015 by JackGallows Share this post Link to post Share on other sites
chops 111 Posted February 22, 2015 Hello Firewill, thanks for this wonderful addon! I'm hoping you can help me. I've created a texture of my own and added the plane using the sample config you provided (thanks again!). The problem is I'm trying to use the init field of the eventhandler to add my own custom loadout using your FIR_Fnc_F16_SetLoadout function. Config #define TEast 0 #define TWest 1 #define TGuerrila 2 #define TCivilian 3 #define TSideUnknown 4 #define TEnemy 5 #define TFriendly 6 #define TLogic 7 #define true 1 #define false 0 #define private 0 #define protected 1 #define public 2 /* Config For Retexture Template */ class CfgPatches { class CPS_F16_AAF { units[] = {"CPS_F16C"}; weapons[] = {}; requiredVersion = 1.0; requiredAddons[] = {"FIR_AirWeaponSystem_US"}; }; }; class CfgVehicles { class FIR_F16C; class CPS_F16C : FIR_F16C { scope = 2; faction = "IND_F"; side = 2; author = "Firewill/Chops"; displayName = "F-16C CAP"; /*first is body texture, second is wing and last is insignia selection. insignia is just leave.*/ hiddenselectionstextures[] = {"CPS_F16C\body_co.paa","CPS_F16C\wing_co.paa",""}; weapons[] = {"FIR_M61A2","CMFlareLauncher","FIR_AIM9L","FIR_AIM120"}; magazines[] = {"FIR_M61A2_511rnd_M","240Rnd_CMFlare_Chaff_Magazine","FIR_empty_1rnd_M","FIR_empty_1rnd_M","FIR_AIM9L_1rnd_M","FIR_AIM9L_1rnd_M","FIR_AIM120_1rnd_M","FIR_AIM120_1rnd_M","FIR_AIM120_1rnd_M","FIR_empty_1rnd_M","FIR_empty_1rnd_M","FIR_empty_1rnd_M","FIR_AIM120_1rnd_M","FIR_empty_1rnd_M","FIR_empty_1rnd_M","FIR_empty_1rnd_M","FIR_empty_1rnd_M","FIR_empty_1rnd_M","FIR_empty_1rnd_M","FIR_empty_1rnd_M","FIR_empty_1rnd_M","FIR_empty_1rnd_M","FIR_f16C_Fueltank_1rnd_M","FIR_f16C_Fueltank_1rnd_M"}; }; class CPS_F16C_SEAD : CPS_F16C { displayName = "F-16C SEAD"; class eventhandlers { Init = "[_this select 0] execVM ""\FIR_F16\sqs\init\init.sqf"";[_this select 0] execVM ""\CPS_F16C\SEAD.sqf"";"; killed = "_this call BIS_Effects_EH_Killed;"; fired = "harmfire = [_this] execVM ""\FIR_F16\sqs\init\fire.sqf"""; }; }; }; And here is the SEAD.sqf script I'm trying to use. _plane = _this select 0; _plane globalchat "test"; [_plane,"aim9x","aim120","agm88","agm65dx1","ecmjammer","htspod","agm65dx1","agm88","aim120","aim9x"] call FIR_Fnc_F16_SetLoadout; Even the "test" globalchat isn't appearing. Any ideas? Also it seems the ecmjammer doesn't show up using the FIR_Fnc_F16_SetLoadout function, only via the arming dialog. Thanks again for your great work! Chops Share this post Link to post Share on other sites
firewill 3880 Posted February 22, 2015 try this in sead.sqf _plane = _this select 0;[_plane,"aim9x","aim120","agm88","agm65dx1","ecmpod","htspod","agm65dx1","agm88","aim120","aim9x"] call FIR_Fnc_F16_SetLoadout; i forgot of replace of syntax ecmjammer->ecmpod :-( Sorry for inconvenience Firewill Share this post Link to post Share on other sites
alphakilo 13 Posted February 22, 2015 Any plans to add a AGM-158 JASSM (Joint Air-to-Surface Standoff Missile) for the F-16? Also for the 2 seater F-16D is it on hold or just not happening? Share this post Link to post Share on other sites
firewill 3880 Posted February 23, 2015 Any plans to add a AGM-158 JASSM (Joint Air-to-Surface Standoff Missile) for the F-16? Also for the 2 seater F-16D is it on hold or just not happening? More Weapon is will be Coming up, so AGM-158 JASSM is add soon or later. and Two Seater is currently not consider of made. Share this post Link to post Share on other sites
alphakilo 13 Posted February 23, 2015 More Weapon is will be Coming up, so AGM-158 JASSM is add soon or later.and Two Seater is currently not consider of made. Can't wait for new weapons! Really sad though no two seater, I was hoping that we would be able to replace the F-18 mod. Alright then, I'll always have some hope! Either way great job, thanks a lot for your effort. Share this post Link to post Share on other sites
firewill 3880 Posted February 23, 2015 Can't wait for new weapons! Really sad though no two seater, I was hoping that we would be able to replace the F-18 mod. Alright then, I'll always have some hope! Either way great job, thanks a lot for your effort. even not to make for now, but always consider it for future :-) Share this post Link to post Share on other sites
firewill 3880 Posted March 3, 2015 Some people Asking about is Stopped the New Falcon, but i just say "No, is still making and just have long-term progress" anyway, i'm planning to make new three falcon. F-16C Block 52 Plus F-16E Block 60 F-2A Viper Zero(I know that is not F-16 Falcon, but based on F-16 Falcon and very similar body) Share this post Link to post Share on other sites
pinaz93 1020 Posted March 3, 2015 Some people Asking about is Stopped the New Falcon, but i just say "No, is still making and just have long-term progress"anyway, i'm planning to make new three falcon. https://c2.staticflickr.com/4/3604/5715806729_1f48fb03ba_b.jpg F-16C Block 52 Plus http://media.defenceindustrydaily.com/images/AIR_F-16E_UAE_Flying_Tucson_LMCO_lg.jpg F-16E Block 60 http://cdn-www.airliners.net/aviation-photos/photos/9/8/1/1683189.jpg F-2A Viper Zero(I know that is not F-16 Falcon, but based on F-16 Falcon and very similar body) That's great ;) I hope that you will do also a mod on F-15 in the future ;) Share this post Link to post Share on other sites
chops 111 Posted March 3, 2015 Thanks for your help with the loadout script Firewill. This is a great addon. For anyone interested, I've whipped up a desert AAF texture, inspired by mycatsaid's great retexture pack. Download here. Share this post Link to post Share on other sites
firewill 3880 Posted March 6, 2015 Next Update is will be in March 15 i'm really sorry for next update is not included of new weapon,system. because i'm busy for real life. Update list - Add the two new skin (Wolfpack/Kunsan AFB, Flying Fiends/Osan AFB) - Minor Change the Previous Aviano,ROKAF,Polish Skin - Optimized of SEAD Function - New loadout preset , Empty - all weapon/hardpoint is remove. - in loadout dialog, if you select the "Clear", hardpoint is will be removed.(hardpoint 1/5/5A/9 is not removed) - Loadout dialog is can select the user skin. but if want to use, user skin files is still need.(First update of user skin support is before march 06) Share this post Link to post Share on other sites
firewill 3880 Posted March 7, 2015 Delete the Hardpoint (Clean) select the "Empty" in Loadout Dialog select the "Clean" in Loadout Dialog Example Picture1 Example Picture2 Share this post Link to post Share on other sites
officeramr 269 Posted March 7, 2015 I love this mod, however would you consider adding hydra rocket pods to it? I believe it can IRL Share this post Link to post Share on other sites
firewill 3880 Posted March 7, 2015 I love this mod, however would you consider adding hydra rocket pods to it? I believe it can IRL hydra and zuni is already add in last update. Share this post Link to post Share on other sites
officeramr 269 Posted March 7, 2015 (edited) Thanks, didn't read the update...as usual Now my favorite BLUEFOR aircraft thanks for this amazing mod Edited March 7, 2015 by OfficerAMR Share this post Link to post Share on other sites
Sturmbringer 10 Posted March 9, 2015 Thanks Firewill, for this great Addon. I really love it! Best plane so far! 1) is there any chance to get rid of the white circles/crosses in the HUD? Think they are vanilla, but I'd like to turn them off if possible? 2) Any pilot out there, knowing how to use the Snake-Eyes correctly (effectively)? I can't fugure out how to use them 3) I'd like to lock on targets continuously, even when changing weapons - any chance to do so, or is it a vanilla thing? 4) I think it would be nice if one could switch on the MFD (targeting) always, like the miniGPSmap and it would be fantastic, if there would be some target-informations on it (unit, range, status etc.) and perhaps some sort of rocket-cam I am really a noob scripter and don't know if all this is really hard to script, so sorry for my suggestions, just dreaming ;)) Keep on with this mod, it's superb! Share this post Link to post Share on other sites
firewill 3880 Posted March 9, 2015 Thanks Firewill, for this great Addon. I really love it! Best plane so far!1) is there any chance to get rid of the white circles/crosses in the HUD? Think they are vanilla, but I'd like to turn them off if possible? 2) Any pilot out there, knowing how to use the Snake-Eyes correctly (effectively)? I can't fugure out how to use them 3) I'd like to lock on targets continuously, even when changing weapons - any chance to do so, or is it a vanilla thing? 4) I think it would be nice if one could switch on the MFD (targeting) always, like the miniGPSmap and it would be fantastic, if there would be some target-informations on it (unit, range, status etc.) and perhaps some sort of rocket-cam I am really a noob scripter and don't know if all this is really hard to script, so sorry for my suggestions, just dreaming ;)) Keep on with this mod, it's superb! 1) white circle/cross is under airweaponsystem config. that is maybe someone need it...include of me. :-) 2) snakeeye is for Low-Altitude Bombing, in drop, snake eye is open the wings and slow down. so its not directly hit as you want. just need some prediction, i suggest of not aim the target directly, just aim the 1~2m away of target... its need many practice. 3) some weapon is can lock on Air/Ground Target onlly. so sometime you lost the lock on because weapon is can't lock on of enemy type. 4) looks like difficult,currently. maybe need some research. Share this post Link to post Share on other sites