Jump to content

TraxusIV

Members
  • Posts

    112
  • Joined

  • Last visited

  • Days Won

    1

Everything posted by TraxusIV

  1. could be a conventional detonation involving nuclear weapons. Nuclear detonation requires very specific conditions, so you can have the conventional explosives inside a nuclear weapon explode without an actual nuclear blast. Such an explosion would be effectively be a dirty bomb, spreading enriched nuclear material through the area and atmosphere. However, based on the videos, a legit nuclear blast isn't COMPLETELY out of the question. Small tactical nukes exist, such as the US's W54 warhead, which has a yield of 10 tons to 1,000 tons. Compare that to Fat Man, dropped on Nagasaki in WWII, which had a yield of 21,000 tons. So a very small nuclear detonation might look similar to what we see in the videos.... maybe. But my money would be on just conventional detonation at a site which stored nukes as well, resulting in the supposed cloud. Important to note that in the MSNBC bit, I don't think they actually said that radiation had been detected, just that monitoring stations had gone dark, and that they were predicting the path of a possible cloud based on 'sensors' at other stations, which could simply have been weather sensors telling wind direction. Not sure if any radiation has actually been detected or not.
  2. I didn't get that from the post, but I hope it's the case. I think the only chance this has for being available on MP servers is if it's full fidelity. The "6DOF Cockpit" language has been used in the past to indicate lofi modules, a la su-25t etc., so my heart is crying at the probably missed opportunity.
  3. sooooo.... is this just another low fidelity mod, or is it full fidelity clicky? Cause we don't need any more junk grade red aircraft, we need full bore clicky red aircraft.
  4. A full tutorial is now up on Hoggit. It's working for me. Looks like the DCSFlightPanels fork of DCS-BIOS (https://github.com/DCSFlightpanels/dcs-bios) has the NS430 integrated based on the above work. https://www.reddit.com/r/hoggit/comments/bod57j/dummys_guide_to_the_realsimgear_gns530_and/ T
  5. Very valid point. We all draw the line on realism somewhere. Better to err on the side of letting the player or mission maker decide where that line should be.
  6. That’s a solid approach, especially since you can make your own custom presets in the mission editor if you so choose.
  7. Point for consideration for all those who prefer only operationally valid loadouts: the US has never been the only operator of the F-16. The variant were getting will serve in multiplayer and single player missions as a stand-in for any particular variant for the sake of story. Any loadout that is physically possible will add flexibility to mission creators if they are included. Let’s not get stuck on US doctrine at the expense of the player’s experience.
  8. Maybe it’s just semantics, but I think this is worth pointing out: Neither community is a bunch of whiners and complainers. It’s simply the case that the tiny minority of users in these communities who ARE angry and feel the need to express their opinions roughly have a relatively free venue to do so, where the worst thing that can happen is that they lose access to post on that venue. Free speech is most well used by those who are upset by something. Again though, TINY minority. 20,000+ people on Hoggit, and fewer than 50 spewing angry hate. Do the math.
  9. Nineline, you are a piece of awesomeness with many admirable qualities. For every one of the vocal angry folks, I promise that there are 1000 normal people who love the product and appreciate your contributions and the roles you play. We just stay silent most of the time because crazy isn’t usually worth engaging. Please keep up the good work, even when certain decisions don’t go the way I’d prefer.
  10. Hurray!!!!!! I’m very excited about this! Any loadout that is physically possible I think usb useful to have available so that we can use it if we feel the situation warrants it. Just my opinion though. Thanks Matt!!
  11. So I'm working on trying to get the NS430 module to cooperate with my hardware buttons, and I've discovered that it appears that it requires separate clickable actions to be called when a button is pressed and when it is released. For example, for the COM button, we have NS430_COM_FLIP_FLOP and NS430_COM_FLIP_FLOP_STOP_ACTION. Using just the flip flop action seems to work ok for most of the buttons (as an ActionButton), but when used with the com button, it results in the frequency always being set to guard, which happens on the real device when you hold down the button. So can anyone provide an example of how to do the following On physical momentary button press send NS430_COM_FLIP_FLOP with value of 1 On physical momentary button release send NS430_COM_FLIP_FLOP with value of 0 AND NS430_COM_FLIP_FLOP_STOP_ACTION with value of 1, then again with value of 0. Are all these steps actually necessary? Am I overcomplicating this? Thanks, T
  12. How do you use the STOP_ACTION commands? I can use the ActionButton class to make the press work, but when I use it the in game button graphic changes to the pressed version, but never changes back to the unpressed version. I'm guessing that the unpressing of the graphical button is what is controlled by the STOP_ACTION commands? Is there a way to call those on button release? I'm using the RealSimGear hardware, for reference.
  13. Yes, totally doable, but you’re right in your assumption that you’d have to have the modules installed. Further, you can only be signed in on one account at a time for instances of the game which display graphics (dedicated server in norender mode doesn’t count), so you’d have to have a dedicated account and pay for the maps again at a minimum. The Huey you could get away from by modifying the mod to use the tf-51 or su-25t instead. I’ve actually toyed with the idea of setting up a 24/7 LSO twitch stream, but haven’t figured out yet how to deal with server restarts.
  14. Got it worked out. It ended up being that I had to set my total screen resolution in game to wide enough to fit the 530. T
  15. For the monitor version I think the arrow is meaningless. You ought to be able to change the magnification by tampering with the files.
  16. Hit num pad 5 to reset your view after you pause trackir. That should do it.
  17. For some reason this isn't working for me. I've selected it in the settings and rebooted, but I can't get the thing to show anywhere. I have two 1080p monitors side by side, with DCS on the right one, then I have the 530 set to be to the right of the DCS monitor, with the upper right corner of the DCS monitor next to the upper left corner of the 530. using the native resolution of the 530 which is 1280x720. Any advice? Thanks! T
  18. Would you be willing to share your arduino code? I haven't a clue how to set this up, and DCS-BIOS doesn't seem to have presets for the NS430.:helpsmilie::pilotfly::joystick:
  19. The zoom is quite high by default. Can you post a screenshot of what yours looks like with a hornet on approach? Say, set an ai coming in for a landing, pause, screen shot, then go to f10 view and measure the distance to the ship using the ruler? I can compare that to what it looks like on mine if you can get that. As for multiple angles... I took a peak at the code and I don’t think it’s easily doable, but I’d love it if it were. Maybe the 113 guys can answer that.
  20. I was having issue with this also. It depends on how you have OVGME set up. If you have the Configuration Root Folder set to, for example, "C:\Program Files\Eagle Dynamics\DCS World OpenBeta" then it will work, but if you have it set to "C:\Users\TraxusIV\Saved Games\DCS.openbeta" then it will not. It seems that the files that are needed for this to work are not loaded from the saved games directory, due to integrity check issues (I think?), so they have to be placed in the root install directory instead. Fortunately, OVGME allows for multiple setups. I have one for mods that can be installed into the saved games path, and a separate config for ones that need to be installed into the program files path, and they both pull from the same mods folder. Cheers! Trax
  21. I'm working on designing a full deflection force feedback joystick for use with DCS, and am trying to find details on control stick geometry. Does anyone know of a source for either 3D models that are dimensionally accurate, or of drawings that show the dimensions? I'd like to make two versions, one matching the Hawg, and one the Hornet, so any info or links you guys can throw my way would be awesome! Also, if anyone has 3D models of the grips themselves, they would be helpful (if not entirely necessary).
  22. I'm working on designs for a full deflection force feedback stick for use with DCS, but while I've mostly got a handle on the mechanical part, I honestly don't know where to start with the software side of things. Does anyone know what protocols or libraries DCS uses to send FFB signals to compatible sticks? Are any details published anywhere?
  23. TraxusIV

    AMCPD

    I'm also slightly colorblind. Not enough that I ever noticed it, but enough that I failed the colored dot test when I joined the Army. I'd love to have some options for setting the color in the special settings menu or something. For me, I think the most effective colors would be white text with a black outline around the characters, with the ability to tweak the thickness of the outline. I currently have to fly with the map off in order to be able to read the text. The map also doesn't convey a lot of info to me, as it seems to mush together with itself. Interestingly, I don't seem to have any issues with the TAD on the A-10.
×
×
  • Create New...