Jump to content

Chump

Members
  • Posts

    531
  • Joined

  • Last visited

Everything posted by Chump

  1. Here is what is suggested in the install documentation for X and Y Slew: I find that these settings are good for both long and short slewing.
  2. options.lua contains DCS global settings. The game might even recreate that section when you save settings next. The preferred method of uninstall (per the SRS documentation) is: Run the 'Installer.exe' and click the 'Remove DCS-SimpleRadio Standalone' button I can guess at how to manually uninstall (at your own risk): delete <Saved Games>/Mods/tech/DCS-SRS, <Saved Games>/Scripts/Hooks/DCS-SRS-hook.lua, and the entry in <Saved Games>/Scripts/Export.lua
  3. The fxo and metashaders2 folders under the Saved Games DCS directory are safe to delete. They are recreated at startup. The point of deleting them is if the game tries to use a compiled shader from an older game version, it might look wonky until recompiled (delete and restart game).
  4. #3563 arrived today (sat in US Customs for 45 days). 15 minutes to install and calibrate. Wow, what a difference it makes!
  5. Ask and you shall receive: https://github.com/rkusa/dcs-scratchpad
  6. Wait it out, hein22. She'll be worth it!
  7. Check out how to mod sounds now @ https://forums.eagle.ru/showthread.php?t=98014
  8. The script would be included in the mission file, along with the MiST script. It uses event handling to capture when a client has created/removed a mark point on the F10 map. There is nothing to install on the client. Please feel free to contact me if you would like more info (or put it here for all to see). https://github.com/chump29/DCS_Mod/blob/master/old/seaEagle.lua
  9. Chump

    Just, pitty!

    Look at all of that wasted space under the horizontal stabilizers! Just trim it out a bit.
  10. According to the manual (305-306):
  11. Mine (#3563) took two days to cross the ocean [fantastic]! It says it has been sitting in Chicago, IL (two states away) for the last nine days. Is there anything that I can do about this? Is it sitting in customs? Damn plague...
  12. Put this in your autoexec.cfg: no_device_hotplug = trueNOTE: you will lose hotplug functionality, but it should not disconnect the devices any longer.
  13. #3563 shipped today!
  14. The ILS is declared in both Caucasus and Nevada as BEACON_TYPE_ILS_GLIDESLOPE and BEACON_TYPE_ILS_LOCALIZER, so I'm not sure why they work differently. I do find it interesting that in the AN_ARN128_config.lua it says for the World Map IDs, "2 == Nevada (Not Applicable)", yet the AWLS channels are defined for the Nevada airbases.
  15. Either use windowed mode, or leave something else running the background that you can switch to.
  16. I used to switch to HTTP download, but now the "torrent" way seems a bit faster (still around 60kb/s). I don't have a great connection, but it should be a tad faster than that!
  17. I sometimes have to click into my other monitor after the sim starts to get it recognized. You will probably want to set up a custom monitor profile to get it how you want.
  18. HDMI to DisplayPort cable? It sounds like you are using DisplayPort to HDMI for your TVs.
  19. Did you mean to nest if categoria == 3 theninside if arma == 3 then? Instead of testing for an integer, you might think about testing against the enum value (ie. if categoria == Weapon.Category.BOMB then). Also recommend using elseif since only one condition can apply for a single event.
  20. I do not see anything wrong, assuming that event.weapon is not nil. One thing to note is the difference between the two: event.weapon:getDesc().category returns Weapon.Category enum event.weapon:getCategory() returns Object.Category enum
  21. You would replace the files in: <Saved Games> \ <DCS> \ Sounds \ Speech \ RUS \ Common \ AWACS \ There might also be a better way, editing the SDEF files.
  22. Check out page 6-67 about the PVTz-800. To pass targeting information, read page 6-46 for PRTz Data Link.
×
×
  • Create New...