Install Steam
login
|
language
简体中文 (Simplified Chinese)
繁體中文 (Traditional Chinese)
日本語 (Japanese)
한국어 (Korean)
ไทย (Thai)
Български (Bulgarian)
Čeština (Czech)
Dansk (Danish)
Deutsch (German)
Español - España (Spanish - Spain)
Español - Latinoamérica (Spanish - Latin America)
Ελληνικά (Greek)
Français (French)
Italiano (Italian)
Bahasa Indonesia (Indonesian)
Magyar (Hungarian)
Nederlands (Dutch)
Norsk (Norwegian)
Polski (Polish)
Português (Portuguese - Portugal)
Português - Brasil (Portuguese - Brazil)
Română (Romanian)
Русский (Russian)
Suomi (Finnish)
Svenska (Swedish)
Türkçe (Turkish)
Tiếng Việt (Vietnamese)
Українська (Ukrainian)
Report a translation problem
Best guess: You're not on the DSX beta?
Are both controllers listed in DSX?
Is a static trigger profile applied to your controllers in DSX that could prevent the dynamic modification?
The contollers need to connected to DSX / SteamVR prior game start.
The Beta for Desert Warfare will be deleted as it was a sheer test. The regular version is what I just double checked.
Let me know if you figure it out, there aren't many users to ever even touch this, so the user feedback is limited and it might help others.
Yes, the controllers connected to DSX/SteamVR prior game start.
I've also tried:
- enable "Send Data to Device" in DSX
- uninstall/reinstall DSX v3.1
- revert to main build of Cactus Cowboy
- change controller bindings
- disable HidHide, add Cactus Cowboy to exceptions
The strange thing is that everything else works in DSX. I even tried the auto profile switcher to set HL Alyx to use right trigger in weapon mode and it's working automatically as I set. My DualSense controller also works with GTA V's adaptive trigger mod even wireless!
Your mod uses UDP too? Port number 6969 is good?
I noticed that there's no UDP data history in DSX after playing CC. But after playing GTA V there are a lot of UDP data!
Screenshots:
- after playing Cactus Cowboy:
https://i.imgur.com/g5hiT9x.jpeg
- after playing GTA V Adaptive Trigger mod:
https://i.imgur.com/TmNB00o.jpeg
Please check the Firewall settings!
Based on this the problem will be that Cactus Cowboy can't send the UDP data!
Adaptive Triggers supposed to work with EVERY weapon, true?
/rant
Yes it uses UDP to dynamically change it. Make sure the file C:\Temp\DualSenseX\DualSenseX_PortNumber.txt exist so the game will get the correct port. In addition to the Firewallport for DSX, make sure Cactus Cowboy isn't block by it. For a temporary test, you could disable your installed firewall/antivirus solution (not recommended, but to make sure it aint the cause of it). GTA V probably has exceptions there.
I even open sourced how this works: https://github.com/CactusVRStudios/UnityDSX_VR
So there is no secret behind it.
My best guess is, it has to do with your rig setup being different from standard somewhere but that's something for you to figure out. I even installed the entire thing on my spare pc to double check and it just worked right away. Yes, every gun including pistols has a different adaptive trigger setup for its interactions just like the PS5 version.
The solution was to create the file you mentioned containing DSX's UDP number:
C:\Temp\DualSenseX\DualSenseX_PortNumber.txt
6969 (- in my case - just the number nothing else!)
Problem was that DSX doesn't create this file for me even when reinstalling it...
Regarding GTA V the mod works this way:
- If the file above is not present, it guesses port as 6969. This is why it worked for me!
- But if the file is present, it uses that number! (Port in the file and in DSX has to match.)
I don't get why DSX doesn't make the file for me even when I run it as admin...
Just tried this simple batch file and it works even without admin rights!
md "C:\Temp\DualSenseX\"
(echo 6969) > "C:\Temp\DualSenseX\DualSenseX_PortNumber.txt"
So I assume it's a problem on DSX side.
Regarding your opinion on PC gaming, I can understand it completely! I develop some apps in Visual Studio and I can't afford a digital signature on the exe -s. Windows Security tends to remove it so I had to make a "Terms of Use" asking the user for a permission to automatically whitelist it's directory. Maybe there's a better solution I don't know but we all have to live with this "tinkering" to fine tune user experience. On the bright side we have a lot of freedom on PC that consoles don't have. For example now I can play Cactus Cowboy on extreme high resolutions, 120 Hz and with Adaptive Triggers! :)
BTW your game is AWESOME! One of the best and funniest VR experience! :D
There are two sides of the story, even if it were supported officially, game studios would need to write code for it / update their pc version too. Hardy anyone will do this, that's just the reality of things as there is no market for it that would justify the development time. I'm an enthusiast who loves tech which is the reason I investigated a solution ^^