Jump to content

Frostregen

Members
  • Posts

    19
  • Joined

  • Last visited

Everything posted by Frostregen

  1. Thanks for the tip^^ Might help the new owner Back then I did not want to dissolve the plastic even more, that's why I stayed away from alcohol / nitro solutions. I did use some sort of "Orange Oil" if I remember correctly, but it was a lot of manual work already to just get to the point that you can see in the pictures
  2. After being my main and trusty setup for many years, I moved on to some new setup. I still think it is a good system, giving the "dead-stick" capability using FFB. Great for helicopter flying. Some notes: G940 Pedals: Rewired to custom Leo Bodnar joystick board, and are connected by USB directly (fixes precision issues from original controller) G940 Stick: Due to its age, the plastic softeners dissolve. This gives a sticky feel to the grip. I removed most of it, so it is not sticky anymore, but it still does not look nice (see pictures). Some work might be necessary to remove all of that stuff. The system itself, the FFB, the LEDs, everything works fine It would be a shame to let it collect more dust in the shelf. If someone wants to continue using it, please let me know. I'm willing to sell it for very little money + shipping. Best, Frostregen PS: Located near Hamburg, Germany
  3. Hi jayzhawk, in October 2022 I decided to finally move away from Windows, and my new PC was set up using Linux. I'm still happy about that switch every single day Of course there are always some issues / changes involved: My G940 pedals (rewired to custom Leo Bodnar joystick board) were not recognised anymore - in DCS through Steam. I assume it is some false positive gyroscope exclusion (it hast just 2 axes - no buttons? Must be gyroscope...). Got MFG Crosswinds instead The FFB on the G940 was simply set to always center. Nothing else worked. I implemented the ability to set the FFB centering strength, as well as disabling it into the driver. This made it usable again, although no "dead stick" anymore I wanted to get a proper heli collective grip. Exchanged the G940 throttle with Virpil Rotor TCS Plus Base and SharKa-50 Grip Last thing was to get a proper "dead-stick" again Exchanged G940 Stick with Virpil CM3 Base, 200mm extension and new FLNKR grip Currently I am not using the G940 anymore. It has been a really nice setup for many years. So I like to sell it cheap in hope someone continues to enjoy it. If you like to be maintainer on my gitlab repo, just let me know. Best, Frostregen
  4. I set up a repository for this here: https://gitlab.com/frostregenprojects/dcs-g940-leds I started to add basic configurations from what I found in other forum threads. Hope this keeps it alive :-) Greetings, Frostregen
  5. I set up a repository for this here: https://gitlab.com/frostregenprojects/dcs-g940-leds I started to add basic configurations from what I found in other forum threads. Hope this keeps it alive :-) Greetings, Frostregen
  6. You could try to skip the first mission by editing the "logbook.lua", if this is an option for you? I assume the real fix will take a while. At least more than the few holiday days remaining. Greetings, Frostregen
  7. Same happens to me. Tried 2 times. Always during hovering while the cable/AQS-13 is deployed. Attached some logs aswell. Probably something dcs-world related, not campaign related: DCSWorld\bin\Flight.dll # C0000005 ACCESS_VIOLATION at 3D5AB1DC 00:00000000 dcs.log-20171223-233053.zip
  8. I think your problem is case sensitivity: local Mainpanel = GetDevice(0) should be local MainPanel = GetDevice(0) The rest looks fine though :) Greetings, Frostregen PS: I had the same issue with variables always seemingly beeing 1, or conditions always beeing true: I simply did not know, LUA does NOT support "function overloading". So I had 2 methods "SetLed(nr, state) and SetLed(nr, state, condition)", but LUA always called the first one... doh ;) This is why it is now called "SetLedC"... @Flagrun: I would try to stay with numerical values. Much easier to work with. Maybe show your code which did not work out? Else try to log out as much as you can to find the problem. (something like: G940Socket:send("hello=statuslight: "..variablename)
  9. Thanks for the information :)
  10. So how do you manage a heavy load take off then? Max out rotor rpm with 3-way-momentary switch? Or simply accellerate in GE until TL takes over? I "learned" this gov-emergency stuff from UN-Pilot campaign. (And even put this switch on my G940 setup.) Stupid mission ;) UPDATE: Sorry, did not read this: -6400rpm for cruise flight -6600rpm for heavy take off
  11. Thanks for the info! I had the idea to check if it is really a huey at one point, but forgot about it ;) I updated the script to check for the huey, and else do nothing. (Codebase is prepared to simply check and implement logic for other aircraft too) This should even support changing the aircraft ingame. Greetings, Frostregen HueyScript_G940Leds_v2.zip
  12. Hi again, I cleaned up the code a lot more. Now only one udp packet is sent per update. Also changed the colors slightly (Green and Amber for 7.62mm / Rockets, Amber for Emergency Governour). Master Caution now blinks ;) Attached a zipfile with updated script, and G940Leds.exe for convenience. Greetings, Frostregen PS: Video of system in action: HueyScript_G940Leds.zip
  13. Hi there, I modified (and cleaned up) the script to somewhat work with UH-1H Huey. Simply copy attached "Export.lua" into "Saved Games\DCS\Scripts" folder. (If "Scripts" directory does not exist, create it) You also need to run "G940leds.exe" which is linked in the first post (and some later). Features: -Leds will be switched off, after mission ends Button/LED mappings: P1/5: Armament Safe Switch (OFF / GREEN / RED) - (Off / Safe / Armed) P2/6: Weapon Selector: (AMBER / RED) - (7.62mm / Rockets) P3: Flare (OFF/ GREEN) (Off / Safe) P7: Fire Flare (OFF / Amber) - (Fire Flare) P4: Gov Emergency (OFF / RED) - (Toggle Governour Emergency On/Off) P8: Master Caution (OFF / RED) - (Reset Master Caution) Hope you have fun :) Greetings, Frostregen Export.lua
×
×
  • Create New...