Evelyn Sagatti Posted June 13, 2012 Posted June 13, 2012 How i can add Air-to-Ground Mode in F-15 Hud??? What files would I have to edit? Thanks..
Boberro Posted June 13, 2012 Posted June 13, 2012 It is hardcoded. Not accessible via files right now. Reminder: Fighter pilots make movies. Bomber pilots make... HISTORY! :D | Also to be remembered: FRENCH TANKS HAVE ONE GEAR FORWARD AND FIVE BACKWARD :D ಠ_ಠ ツ
Blaze Posted June 13, 2012 Posted June 13, 2012 You can get a basic A2G mode in the F-15 HUD that will allow you to use some of the weapons like dumb bombs and such, with the use of a very basic bomb fall line. Been using it in FC2 for a while now... In the "...f-15c\keyboard" folder for inputs open the "Keyboard.lua" and paste this in the bottom before the close of the reformers group, changing 261 to whatever the next number is after the last reformer in the group: [261] = { ["combos"] = { [1] = { ["key"] = "7", }, -- end of [1] }, -- end of ["combos"] ["name"] = "(7) Air-To-Ground Mode", ["category"] = "Modes", ["down"] = 111, }, -- end of [261] Then open "default.lua" and uncomment line 144: {combos = {{key = '7'}}, down = iCommandPlaneModeGround, name = '(7) Air-To-Ground Mode', category = 'Modes'}, i7 7700K | 32GB RAM | GTX 1080Ti | Rift CV1 | TM Warthog | Win 10 "There will always be people with a false sense of entitlement. You can want it, you can ask for it, but you don't automatically deserve it. "
Boberro Posted June 14, 2012 Posted June 14, 2012 Hmm but it is pre-configured HUD - you can't edit it as far I know :( Reminder: Fighter pilots make movies. Bomber pilots make... HISTORY! :D | Also to be remembered: FRENCH TANKS HAVE ONE GEAR FORWARD AND FIVE BACKWARD :D ಠ_ಠ ツ
Blaze Posted June 14, 2012 Posted June 14, 2012 But basic A2G with this code works!!! i7 7700K | 32GB RAM | GTX 1080Ti | Rift CV1 | TM Warthog | Win 10 "There will always be people with a false sense of entitlement. You can want it, you can ask for it, but you don't automatically deserve it. "
NRG-Vampire Posted June 14, 2012 Posted June 14, 2012 (edited) But basic A2G with this code works!!! yes coz EDe allowed/added A2G "feature" to F-15C in DLLs, (since LOMAC) but you cannot do same in DCSW, (at least not yet), nor with F-15E - basically. and without a piper - only with fall line - not as detailed as Su-27 A2G mode There are an "allowed/restricted" list for planes: thats why we cannot refuel ("unrefuelable by Human") by F-16, F-18, F-14 etc. and cannot open braking parachute by MiG-23/25/27/31 etc. (@ first sight) ;) Edited June 14, 2012 by NRG-Vampire
Recommended Posts