

skypickle
Members-
Posts
1080 -
Joined
-
Last visited
Content Type
Profiles
Forums
Events
Everything posted by skypickle
-
STREAM DECK PROFILES LIBRARY
skypickle replied to ZQuickSilverZ's topic in PC Hardware and Related Software
@scoobie @bones1014 do either of you have a suggestion as to how to get a readout of MODE (NAV,ANF,etc)? Peering around the throttle is an issue for me. -
It must be a mod that is interfering because it runs fine on a 'pure' DCS. Attached is the mission. Interestingly, I cannot evewn edit the mission in a 'pure' DCS instance because it says the VSN F4 is needed. Universal_Training_Mission_(with_hot-start)_V1.05.miz
-
I thought maybe I touched a button so I repeated the flight and TOUCHED NOTHING. The EP13 just goes dark and nothing I do can bring it back. rb75-2.trk
-
I get one RB75 off and then the EP13 is dark. see attached track. rb75.trk
-
7800X3D, 7900X3D, 7950X3D..
skypickle replied to EightyDuce's topic in PC Hardware and Related Software
Paul's hardware also shows an advantage in MSFS at 4k for the 7950x3d but again only dx11. -
7800X3D, 7900X3D, 7950X3D..
skypickle replied to EightyDuce's topic in PC Hardware and Related Software
@blkspadeat 4k even the min fps diffs are not so much -but they didn't test dcs -
Could you elaborate on where the listen command would be placed? Somewhere in the default.lua of an aircraft input joystick file?
-
7800X3D, 7900X3D, 7950X3D..
skypickle replied to EightyDuce's topic in PC Hardware and Related Software
I looked at benches on tech powerup. At 4k the 7950 is only a hair better than the 13900k and less than 10% better than the 5800x3d. Who plays dcs at 1080p? -
This github is JavaScript that allows voice communication with chatGPT https://github.com/C-Nedelcu/talk-to-chatgpt i would like to turn it into a lua file that i can activate with a button on my throttle
-
binding 'right wing down' to a button and using it in sim gives right wing up. likewise left aileron trim is backwards as well. In the attached track, watch the trim hat on the stick and observe the aircraft's roll. In this case, I have bound the 'Right wing down' to a left motion of the hat. In the cockpit, the hat moves left but the aircraft rolls right. f53trim.trk
-
7800X3D, 7900X3D, 7950X3D..
skypickle replied to EightyDuce's topic in PC Hardware and Related Software
Benchmarks looking at the 5800x3d showed massive gains in msfs and dcs over non x3d parts and were on par with a 13900k. Too bad very few reviewers look at flight sims -
[Official] SimShaker for Aviators
skypickle replied to f4l0's topic in PC Hardware and Related Software
what size amps are people using? -
7800X3D, 7900X3D, 7950X3D..
skypickle replied to EightyDuce's topic in PC Hardware and Related Software
i assume this is total L2 so the per core L2 is the same across all chips? -
What would you expect a North Korean infiltrator to say? AI should be viewed with the same suspicion we apply to our worst enemies. Trust but verify.
-
which doc? the manual??
-
The F5E has a special options menu that allows different joystick behaviors. I have been using the Displaced Neutral (FFB) as it puts the neutral pointof the stick about 3/4 forward (meaning for for neutral flight and zero trim, the stick is forward). I would like to move this neutral point back towards center. I found lua file that uses this: C:\Eagle Dynamics\DCS World OpenBeta\Mods\aircraft\F-5E\Options\optionsDb.lua local DbOption = require('Options.DbOption') local i18n = require('i18n') local oms = require('optionsModsScripts') local _ = i18n.ptranslate return { aiHelper = DbOption.new():setValue(false):checkbox(), SightCamera = DbOption.new():setValue(0):combo({DbOption.Item(_('OFF')):Value(0), DbOption.Item(_('ONLY FOR TRACKS')):Value(1), DbOption.Item(_('ON')):Value(2),}), JoystickMode = DbOption.new():setValue(0):combo({DbOption.Item(_('LINEAR')):Value(0), DbOption.Item(_('NONLINEAR')):Value(1), DbOption.Item(_('DISPLACED NEUTRAL (FFB)')):Value(2),}), CPLocalList = oms.getCPLocalList("Cockpit_F-5E"), } How can I modify this position? Displaced Neutral (FFB) seems to get assigned 'value(2)' but nowhere in the lua files for the F5E can I find where value(2) is assigned. Does anyone have any insight in how to change the neutral point of the joystick for the F5E?
-
What everyone doesnt understand is that Ed and razbam are intentionally taunting us. We should recognize this and start revealing how much money we spend on planes from IL2. before long ed will come up with the idea of micro transactions (put your name on the plane for extra money?)and limited editions. (Only 1000 copies of an F35 will b sold) They will then spawn a secondary market where people can buy and sell their own planes (with ed taking a healthy commission from each transaction) finally they will offer support groups in their forum to address addiction.
-
For example, the Su17 https://www.digitalcombatsimulator.com/en/files/3316288/ is a flyable mod based on the SU25T. Although the controls have keybinds for the kneeboard, it never appears. Is there a lua file that needs tweaking?
-
correcting the registry entry to point to the DCS install on the C drive does not prevent KB from reassigning the install on the D drive as the DCS folder. weird.
-
DIY Mechanical Cyclic Trimmer
skypickle replied to edmuss's topic in PC Hardware and Related Software
I thought you said you used a magura lever. Isnt that hydraulic? -
DIY Mechanical Cyclic Trimmer
skypickle replied to edmuss's topic in PC Hardware and Related Software
clever design. It seems that damping requires the lever to be held? If it's a hydraulic system, how could you get lever compression to RELEASE the damping mech? -
Yes there is! And it says version 2.5. ?!
-
I realize this is not really an SU25 issue but this mod is based on the SU25 (downloaded it from User Files). It really is just a model that uses the SU25 avionics. But I dont understand why no kneeboard appears when commanded.