Jump to content

Chump

Members
  • Posts

    531
  • Joined

  • Last visited

Everything posted by Chump

  1. I know I need to punch out sooner than later, but let me quickly see if I'm at bingo fuel yet. *click* Nope. Eject, eject, eject!
  2. CBU_97 missing from Splash Damage script AGR_20A missing from Splash Damage script AGR_20_M282 missing from Splash Damage script AGM_65D missing from Splash Damage script GBU_54_V_1B missing from Splash Damage script
  3. I see that you have a tad bit of right rudder yaw, but he normally _tries_ to follow the heading that I set in FLT/HVR. Do you have a track?
  4. You could put this in a ONCE trigger, or an external LUA file. You could use timer.scheduleFunction() if written in LUA, or just set a condition in the mission editor trigger. Let me know if you need syntax help.
  5. local unit = Unit.getByName("unitNameThatYouWant") if unit then local controller = unit:getController() if controller then local SetImmortal = { id = 'SetImmortal', params = { value = false } } controller:setCommand(SetImmortal) end end
  6. There seems to be an extra END statement in your LUA since you took out an IF. Just an FYI in case your script is acting funny on you.
  7. local unit = <some unit> if unit:getLife() < 1 then unit:destroy() end This will destroy any unit that is destroyed (a bit redundant). If you could be more concise, the answer would probably be more like what you are asking for.
  8. I like to see if I can get crazy enough to re-center it with maneuvering rather than resetting it! Kind of like using your ABRIS as an etch-a-sketch!
  9. See here: https://forums.eagle.ru/topic/275839-mi-24p-cockpits-optimized/?do=findComment&comment=4780389
  10. Always trim your strings, my friend! Glad you got it working.
  11. +1 Something like a slider (eg. birds, smoke density, road traffic)?
  12. That's a bit harsh on ED, trying to make the most realistic simulator ever made for the public... Cut them some slack for trying to figure out the balance between realism and fun-ism.
  13. Set up a continuous trigger type where the condition is "time since flag"=5. In the action, change the flag value and pop smoke. This will keep the smoke going forever.
  14. Master Arm getting turned off?
  15. @Squattingdog I just upgraded from TIR4 to TIR5 without issue. You might try to delete the <DCS version under Saved Games>\Config\Input\A-10CII\trackir directory and have the game recreate the default configs for you.
  16. @Vibora, fantastic update!
  17. It seemed to wipe out the "metashaders2" directory, but not the "fxo" directory for me.
  18. I still see the dofile() for it in wInfo.lua, but the files no longer seem to exist, leading me to believe that they are packed up somewhere and that ED doesn't want us changing any longer.
  19. Welcome! We need RL pilots that provide feedback. More questions than answers right now!
  20. T/O trim on ground, trim in air, reset trim (DCS style) once RTB to have neutral controls on the ground. I know that the reset functionality isn't realistic, but I don't want to try to get the level equal using the GUI window. All I would need to do is hit T/O trim again to get airborne.
  21. Open up your logbook file (\Saved Games\DCS.openbeta\MissionEditor\logbook.lua) in your favorite text editor and search for aaKills. There are multiple instances, each belonging to the respective airframe. There is also an overall kills number, which sits outside of the plane nodes. Hopefully, this will make it a bit clearer:
  22. @Shrike88 Apologies if it was not clear. Here is the topic (towards the end is the fix from Rudel): https://forums.eagle.ru/topic/211575-vpc-airfield-equipment-094-beta/
  23. @Lemur_Olo Check this out and see if we can improve on the concept even more! https://github.com/chump29/DCS_Mod/tree/master/CDU Wind
  24. https://forums.eagle.ru/topic/211575-vpc-airfield-equipment-094-beta/?do=findComment&comment=4632379 Rudel_chw modified fixed the lights (as best as they could be fixed).
  25. "Fire Gun or Rockets" is on the Pilot Stick "Missile Launch Button" is on the WSO Left Stick Instead of entering a word and searching, you might try the drop-down set to each stick and look for the command. Sorry, I have no clue what these translate to in French, or if you will see the English words.
×
×
  • Create New...