-
Posts
424 -
Joined
-
Last visited
-
Days Won
1
Content Type
Profiles
Forums
Events
Everything posted by audax
-
Question for the game Devs: AMD FSR support
audax replied to AngleOff66's topic in PC Hardware and Related Software
This could be a game changer technology for VR in DCS because super sampling on headsets like the Reverb G2 and Vive Pro 2 is very important but currently almost impossible because it tanks the performance. This should work great with upscaling because the increased image resolution is used the correct barrel distortion and smooth edges, not to add extra texture detail. -
Nevermind, I think it was just an installer/uninstaller glitch. I replaced the scripts in the DCS directory directly with those from the current SimShaker Beta and now it works just fine! Thx for the quick update! --------------------------- I think something maybe went wrong when you packaged the beta. The SimShaker.lua entry for the Mi-24P is empty for me and when I start into the Hind I get this error: dataTable.additionalData = additionalData elseif obj.Name == "Mi-24P" then elseif obj.Name == "A-4E-C" then --- FC3 Airplanes elseif obj.Name == "MiG-29A" or obj.Name == "MiG-29G" or obj.Name == "MiG-29S" or obj.Name == "Su-25" or obj.Name == "Su-25T" or obj.Name == "Su-27" or obj.Name == "Su-33" or obj.Name == "F-15C" or obj.Name == "A-10A" or obj.Name == "J-11A" then
-
For those who are well versed in these things: I have patched my local version of the SimShaker.lua to use the Mi-8MT model for the Mi-24P. I only had to change the IAS-parameter und remove the PanelShake. The SimShaker.lua is in "SimShaker/Data" and in the "Scripts" subfolederof your DCS saved-games folder. This is the patch for making these changes: 33c33,37 < dataTable.name = obj.Name --- > local name = obj.Name > if name == "Mi-24P" then > name = "Mi-8MT" > end > dataTable.name = name 143a148,160 > elseif obj.Name == "Mi-24P" then > ------------------------------------------------------------------------------------------------------------------------------------------------------- > local mainRotorRPM = MainPanel:get_argument_value(42) * 100 > local IAS_L = MainPanel:get_argument_value(790) > > local PanelShake = > string.format( > "%.2f~%.2f~%.2f", > 0, 0, 0 > ) > > dataTable.rpm = string.format("%.2f", mainRotorRPM) > dataTable.panelShake = PanelShake Rockets and rotor work, the gun does not.
-
Oilfield does not work in the stable or open beta version. You have to revert to a much older patch level because sling loading with the Mi-8 has been broken for quite a while. It is a great non-combat campaign though.
-
VRK - a virtual reality enabled kneeboard with touch and ink support
audax replied to AMVI_Rider's topic in DCS Modding
I use VRK with an Oculus Quest and Link. It's… finicky and I am too looking forward to the G2. The application however is a total game changer for me. Thanks Rider! For learning aircraft I would like to import the manuals or even Chucks guides into VRK. The manual actually work because the aspect ratio is compatible. Could you add an option to jump to a specific page? Importing the table of contents of a pdf is probably a bit more work, but that would solve the problem, too. -
Very nice! An additional nice-to-have feature would be to be able to have a delay for TacView that is directly connected to the DCS World server, maybe on a different port with a different password or just without a password. This would allow users who watch a livestream (on Twitch for example) to see the full TacView, but with the same delay as the Twitch stream. This would be super nice for live streamed events. So I've got 2 use cases: Real-time TacView with no delay, directly connected to the server with a password TacView with a delay, directly connected to the server (without a password or with a different password/port)
-
I really like the cutscenes though. Maybe, as a workaround, include the cutscenes at the beginning as an extra mission. Thankfully I still knew how to operate the ABRIS blindly :D
-
Nice, I'll replay the mission then! I really didn't want to dissappoint my wingman ;)
-
In Mission 16 the cockpit and ABRIS is in russian, which is not what I selected in the DCS settings.
-
"Rainbow" asks me to destroy the jammers, but when I decide to accept the task in the F10 comms menu with F2, the pilot acutally rejects the tasks and my wingman is very disappointed in me. I returned to Skala and just before landing, the FARP turned off all lights, which made the landing a bit harder than it should me.
-
Help in mission 15 (Squadron)
audax replied to splash's topic in Mi-8MTV2 and Ka-50 Memory of a Hero Campaign
There are too many targets in this mission. My wingman tried to attack but he was shot down on his first run. I killed the AAA first and 2 tanks that remained after the missile strike. This meant, that I did not have enough Vikhrs for the tank platoon and I had to abort the mission after I tried to kill them with the gun. For the next try I probably have to ignore the air defenses and focus only on the platoon of tanks on the street, killing one tank with each missile. This is not fun or "challenging", this is absurd. -
The Mi-24 got stuck in the mountains and crashed long before I arrived at the landing zone. Also, I still got only 4 rocket pods and my gunner is drunk. On my next try I got shot down by 2 stingers, right after dropping of the troops, hovering over the landing zone. I think those stingers were meant for the Hind, which already crashed in the mountains.
-
I want to set a password for real time telemetry. This is my config from the options.lua: ["plugins"] = { ["Tacview"] = { ["tacviewBookmarkShortcut"] = 0, ["tacviewClientTelemetryPassword"] = "password", ["tacviewCompressionLevel"] = 0, ["tacviewDataRecordingEnabled"] = true, ["tacviewDebugModeEnabled"] = false, ["tacviewHostTelemetryPassword"] = "password", ["tacviewPlaybackDelay"] = 0, ["tacviewProfilingPeriod"] = 600, ["tacviewRealTimeTelemetryPort"] = "12345", ["tacviewRecordClientsSessionsEnabled"] = false, ["tacviewRemoteControlPassword"] = "password", ["tacviewRemoteControlPort"] = "12346", ["tacviewTerrainExport"] = 0, }, }, This is the relevant part of the dcs.log: 2020-10-28 12:06:31.791 INFO TACVIEW.DLL: Config={bookmarkShortcut=0, compressionLevel=0, dataRecordingEnabled=1, debugModeEnabled=0, hostTelemetryPassword="********", playbackDelay=0, profilingPeriod=600, realTimeTelemetryPort=12345, recordClientsSessionsEnabled=0, remoteControlPassword="********", remoteControlPort=12346} 2020-10-28 12:06:31.808 INFO EDCORE: (dDispatcher)enterToState_:3 I should have to set the password to "password" when connecting to the server for real-time telemetry, but I don't have to. The password box is empty and I still can connect. Any idea what I am doing wrong or is this not yet implemented? Edit: I have also tested this with the a PlaybackDelay of 60 and 60000 with the same results. 2020-10-28 18:15:39.166 INFO TACVIEW.DLL: Config={bookmarkShortcut=0, compressionLevel=0, dataRecordingEnabled=1, debugModeEnabled=0, hostTelemetryPassword="********", playbackDelay=60000, profilingPeriod=600, realTimeTelemetryPort=12345, recordClientsSessionsEnabled=0, remoteControlPassword="********", remoteControlPort=12346}
-
A-10C II won't work with my Bodnar BUO836X button and switch box--HELP!
audax replied to TonyZ's topic in Home Cockpits
Thank you for this, you just solved my problem! I had te NS 430 bound to my MFD 1 and had priority over per-aircraft bindings. -
I don't think this is the right time to buy a 1080 Ti if you can wait a few weeks for an RTX 3070 or an RTX 3080. Your motherboard does matter for Intel CPUs, it should support XMP Profiles for memory "overclocking", so you don't just run your memory at 2133Mhz, but at it's actual speed of maybe 3200Mhz or more. That does make a difference for DCS.
-
Der 4.10. klingt super! :o
-
Ein schwieriger Monat.
-
Ich fahre ungefähr die Strecke jeden Wochentag 2 Mal, das packst du schon! ;)
-
Der Laden klingt gut, ich schließe mich dem an :)
-
Ja, das klingt vernünftig.
-
Zur Location: Am liebsten ein Laden in vernünftiger Fahrraddistanz zur Haltestelle Karl-Wiechert-Allee ;) Zum Tag: Gerne ein Tag ohne Regen. :D Die Schnupfensaison ist endlich vorbei, vielleicht schaffen wir mal wieder ein volles Haus!
-
Aber ich hab euch nicht angesteckt! :o
-
Esst ne Pommes für mich mit, hab mir ne Erkältung eingefangen.