Jump to content

eatthis

Members
  • Posts

    1073
  • Joined

  • Last visited

Everything posted by eatthis

  1. damn i cant imagine trying to land it without needles or flight path marker
  2. thanks for that, il work off a rough value of 2k/min
  3. go into ui layer in controls, near the bottom you have 2 zooms. toggle vr zoom i medium, great for reading instruments) and toggle vr spyglasses is a high mag version. useless in the pit but good if just barely see a dot, personally i have thing that physically dont render in normal and then magically appear in zoom!
  4. i dread to think what your partner does if you eject! leafblower? baseball bat?
  5. i havnt tried it but i suspect itd ruin my muscle memory and id have to relearn it all over again, thanks for leaving it optional, i LOVE that feedback realism includes we simply cant get on pc, the original settings are there to help compensate and imo the did a great job of it!
  6. im impressed you can even look at the gauge!! i cant!! i can fuel np, rarely drop off the basket but im HYPER focused on that pod! if i look at the guage and take the time need to focus and read then im done
  7. nice 1, dont forget to save a copy somewhere else then copy it back in after updating
  8. iv got it sorted now, mod manage is good but very unintuitive
  9. nullhere in your root folder default lua but youl need to save a copy then put it back in after an update because itl clear it
  10. as above, is it possible to merge 1 lua with another and not just completely overwrite 1?
  11. i have an aim 152 mod for f14, i want to turn it on and off at will. iv got it in the library but it doesnt work in game, how do i get it to appear in the game? iv tried setting the channel as both root openbeta folder and saved games openbeta folders, no joy
  12. is the target path eagle dynamics/dcs openbeta?
  13. yes it works, thats what i have. i wasnt sure if i was allowed to post it or not. iv made some additions for controls too if anybody wants it
  14. i thought boards out was natops? interesting point about tanks and drag, i heard maintainence didnt like taking them off either because the plumbing could be iffy? i can only talk about dcs but compared to the f16 or f18 shes VERY floaty, those things are bricks at low speed but the cat just wants to fly
  15. iv put it in my lua, shall i post the line here?
  16. whats the transfer rate to the tomcat for the kc and the s3? what steps does jester make the fuel call out?
  17. ah click add and its in there, thanks
  18. how do you use it? i cant see any drop down menus in controls
  19. any idea how to do this for the t45? iv managed to get the control to appear ingame and bind it but it doesnt interact with the plane, the data layout is totally different for device id and commands etc
  20. i have 1 of each but might get more. does it just show the same name if you have more than 1?
  21. this is GOLD! there are issues with it though which im struggling to iron out. quite a few of the switches are on else off (eg the radios switch is am else fm, it doesnt toggle between the 2, same goes for the comm1 and 2 switch) also the brightness inc/dec buttons have no increments, theyre either full on or full off. is it poss to add these as axis too?
  22. same here, iv always noticed it and just thought it was how the gunsight was in the tomcat lol
  23. iv set some more controls up to around lights etc
  24. right got it sussed. iv added 3 commands on off on else off all tested all sync and work BACKUP YOUR DEFAULT JOYSTICK LUA 1ST! im new to this so dont 100% know i havnt fucked something up then add these lines under the landing light line {down = device_commands.Button_5, cockpit_device_id = devices.NAVLIGHT_SYSTEM, value_down = 1.0, name = _('Landing Light Switch ON ALT'), category = _('Ins Collective Stick')}, {down = device_commands.Button_5, cockpit_device_id = devices.NAVLIGHT_SYSTEM, value_down = 0.0, name = _('Landing Light Switch OFF ALT'), category = _('Ins Collective Stick')}, {down = device_commands.Button_5, up = device_commands.Button_5, cockpit_device_id = devices.NAVLIGHT_SYSTEM, value_down = 1.0, value_up = 0.0, name = _('Landing Light Switch ON else OFF ALT'), category = _('Ins Collective Stick')}, i tested them using momentary pushbuttons and toggle switches, if you just want 1 single way toggle switch then bind on else off if you want 2 single toggle switches or momemtary buttons then bind on then bind off (i named them alt just so i know which 1s ive added in) ps you cant bind keyboard buttons to that, let me know if you want that too and il add that if i can, i GUESS you just add those lines into the keyboard lua too but im not sure so i aint messing yet!
×
×
  • Create New...