voodoomom Posted August 20, 2021 Posted August 20, 2021 hey, i use simshaker with a buttkicker on udp 29373. Everthing works fine. i use simracingstudio with wind/faN on udp 4321 also on 29373. it works but i dont find an option to use both. I try to redirect from simshaker from 29373 to 4321 it dosent work. any idea? thx in advance.
vonrickenbecker Posted January 4, 2022 Posted January 4, 2022 On 8/20/2021 at 9:53 AM, voodoomom said: hey, i use simshaker with a buttkicker on udp 29373. Everthing works fine. i use simracingstudio with wind/faN on udp 4321 also on 29373. it works but i dont find an option to use both. I try to redirect from simshaker from 29373 to 4321 it dosent work. any idea? thx in advance. @voodoomom, great question, I'm looking into this myself as I plan to make a DIY wind fan setup in the near future that would need telemetry, but I also use Simshaker so I need UDP outputs to both. I've found some instructions that Jason included with the documentation for SRS Radio. SRS also uses UDP telemetry, so I think the process should be the same. Here are his instructions: Setup for Clients 1. Edit data/startup.cfg in the game directory - add the lines below at the bottom (without the game running): [KEY = telemetrydevice] addr = "127.0.0.1" decimation = 2 enable = true port = 4322 [END] If you use a Jet Seat / SimShaker and have an entry already as below: [KEY = telemetrydevice] addr = "127.0.0.1" decimation = 2 enable = true port = 29373 [END] Edit the entry to match below - adding the second addr1 = "127.0.0.1:4322" [KEY = telemetrydevice] addr = "127.0.0.1" addr1 = "127.0.0.1:4322" decimation = 2 enable = true port = 29373 [END] 1
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now