TCW_DirtyMike0330 Posted April 16, 2022 Posted April 16, 2022 Greetings - is anyone using a platform along with simracingstudio + a buttkicker/simshaker software? I am having some issues getting them to play nice. I can get the buttkicker and motion moving without any issues in DCS, but in IL2 it seems to be one or the other. I have motion working, but for some reason the buttkicker isn't working. Could there be a conflict despite the ports being different (4321 for motion and 29373 for buttkicker) Config screenshot attached.
ewen75 Posted April 17, 2022 Posted April 17, 2022 (edited) I had similar issues, here's my key/value pairs for motion and telemetry (check decimation value)- [KEY = motiondevice] addr = "127.0.0.1" decimation = 1 enable = true port = 4321 [END] [KEY = telemetrydevice] addr = "127.0.0.1" decimation = 2 enable = true port = 29373 [END] I've only got 1 of each KEY block in my startup.cfg file too Edited April 17, 2022 by ewen75 Added line 1
TCW_DirtyMike0330 Posted April 17, 2022 Author Posted April 17, 2022 4 hours ago, ewen75 said: I had similar issues, here's my key/value pairs for motion and telemetry (check decimation value)- [KEY = motiondevice] addr = "127.0.0.1" decimation = 1 enable = true port = 4321 [END] [KEY = telemetrydevice] addr = "127.0.0.1" decimation = 2 enable = true port = 29373 [END] I've only got 1 of each KEY block in my startup.cfg file too Thanks, seems like there are a couple ways to fix it! I sorted it out with: [KEY = motiondevice] addr = "127.0.0.1" addr1 = "127.0.0.1:4321" decimation = 2 enable = true port = 29373 [END] [KEY = telemetrydevice] addr = "127.0.0.1" addr1 = "127.0.0.1:4321" decimation = 2 enable = true port = 29373 [END] 1
Montana_*VR* Posted February 13, 2023 Posted February 13, 2023 (edited) Someone managed to run a motion rig with sim racing studio, the Buttkicker G2 with SimShaker wings and SRS Radio at the same time with his startup.cfg? SimShaker Wings shows en error that to many mixer outputs are active with this config and I don't get any vibration: [KEY = motiondevice] addr = "127.0.0.1" decimation = 2 enable = true port = 4321 [END] [KEY = telemetrydevice] addr = "127.0.0.1" addr1 = "127.0.0.1:4322" decimation = 2 enable = true port = 29373 [END] Tested some changes with addr2, decimation1/2 and a second telemetry entry with "port = 4322" but it didn't work. Maybe @Andre has a solution? Edited February 13, 2023 by Montana_*VR*
Varibraun Posted December 30, 2023 Posted December 30, 2023 On 4/17/2022 at 12:32 PM, TCW_DirtyMike0330 said: Thanks, seems like there are a couple ways to fix it! I sorted it out with: [KEY = motiondevice] addr = "127.0.0.1" addr1 = "127.0.0.1:4321" decimation = 2 enable = true port = 29373 [END] [KEY = telemetrydevice] addr = "127.0.0.1" addr1 = "127.0.0.1:4321" decimation = 2 enable = true port = 29373 [END] This worked for me too - Thank you!
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