Jump to content

tensa_yun

Members
  • Posts

    13
  • Joined

  • Last visited

Everything posted by tensa_yun

  1. FYI - The latest DCS update breaks the Brunner plugin and potentially some other plugins installed depending on load order (for me it broke SRS). LoGetAngularVelocity returns nil sometimes, so just check for that and give it { 'x' = 0, 'y' = 0, 'z' = 0 } instead. PM me if you need the lua file.
  2. I found the fix for the the DCS connection issue with CLS2SIM. Make sure you rerun this program: C:\Program Files (x86)\Brunner Elektronik AG\CLS2Sim\Simulator plugin installers\DCS World plugin installer.exe It will by default install in the plugin in: C:\Users\<user>\Saved Games\DCS\Scripts If you're using the OpenBeta, you'll have to copy the files yourself to the OpenBeta folder. Also, don't let it overwrite your Export.lua before you make a backup. Once this is done, open DCS and and fly. The connection seems to be active only during flight.
  3. When did you buy yours? It would void your warranty I guess, that's the only consideration. I sent them mine which cost $80ish from US. They applied the fix and sent it back at their cost. EDIT: If you have access to a business shipping account with FedEX or similar, would probably be a lot cheaper.
  4. Did anyone manage to get software trim working? I can't get cls2sim to connect to DCS. Getting this error "A blocking operation was interrupted by a call to WSACancelBlockingCall".
  5. Hi all, I'm selling off some gear I've accumulated over time, which I no longer have any use for. Price listed excludes shipping costs. Misc. Realteus ForceFeel - Haptic gaming pad - $170 This is the Standard Edition of the Realteus ForceFeel gaming pad. VR: Pimax 5K Plus + Deluxe Audio Strap + 3D Printed DAS Adapter - $650 Self explanatory. This includes the DAS + 3D printed adapter, all put together. Samsung HMD Odyssey Plus - $190 Includes controllers, everything that's included in the retail package. Joysticks: Gunfighter Mk.II MCG ‘Modern Combat Edition’ PRO - $500 Includes Gunfighter Mk.II, MCG Pro (with large desktop plate), joystick extension. I only used this one a handful of times before I had to take apart my rig and move. I can include the Monstertech mounting plate for an extra 25. Thrustmaster Warthog Joystick - $200 Includes the joystick only. T.Flight Rudder Pedals - $60 MS FFB2 (1st Edition) - $65 This is the the first edition that was produced, includes all cables. See guide for differences between versions. MS FFB2 (2nd Edition) - $65 This is the the second edition that was produced, pretty much the same as the first edition but with red buttons. See this guide for details. Does not include power cable, it's a standard, cheap power cord. PM me if interested in any of the above. Thanks.
  6. Selling my Thrustmaster Warthog Joystick (not the throttle). It is used, I've had it for a 1.5 years. Selling for $250. PM if interested, can ship from California.
  7. Hi all, I'm selling my MCG PRO, which is brand new and never used. Been waiting for Monstertech to release the new sim-rig line, now I'm intending to invest in CLS-E joystick instead as part of setting up my 8020 rig. Included: - Gunfighter Mk.II MCG PRO, which includes the stick extension - Monstertech mounting plate Selling for $570. PM me if interested, can ship from California.
  8. I don't think P3D has a force feedback delay. I think what you're referring to, and what seems like a delay is the "Sensitivity" setting. I just tune that to make all my axis very sensitive, that gets rid of that issue for me.
  9. Thanks. DCS is currently unusable for me because of this. Oh. well, I guess I'm playing other games until they fix it.
  10. Does anyone have VIACOM PRO working with the latest release of DCS? v2.5.1? I'm having issues. I even cleared the LUA code to try to reset, but not helping. I'm using the A-10C with easy comms set to OFF.
  11. +1 for official support. I hacked up my solution for the time being, using the A-10C. I have the attached customization in my CTS lib (C:\Users\<user>\Documents\TARGET Profiles\DCS\Modules\DCS_A10C.tmc. I commented out complex comms, and forced simple comms. Then, in Voice Attack, you can configure the mic switch buttons to use the right mic switch buttons. I'm using Mic Sw Up for Intercom.
  12. I looked into the issue a bit. There seem to be two issues: - The RAT _OnEngineShutdown handler despawns planes even when they get shutdown in the air, which it shouldn't. - The RAT _OnDead or _OnCrash events don't get called, the respawning should happen there. I made some fixes: - Check that the unit is not airborne before despawning in _OnEngineShutdown - Merged _OnDead and _OnCrash handlers into a shared _OnDeadOrCrash handler as is done in the base SPAWN object. - Respawned dead or crashed objects in the new _OnDeadOrCrash handler. - Added a RAT:SetRespawnDelay to set respawn_delay, to allow customizing time before re-spawning dead/crashed units. Attached my customized Moose.lua based on funkyfranky's version linked in #121. Hope this helps, would love to see these changes integrated in the "official" version. Moose_crashed_unit_fixes.zip
×
×
  • Create New...