Jump to content

Motion Simulator + Buttkicker conflict?


Recommended Posts

TCW_DirtyMike0330
Posted

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.

config.png

Posted (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 by ewen75
Added line
  • Like 1
TCW_DirtyMike0330
Posted
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]

  • Upvote 1
  • 9 months later...
Posted (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 by Montana_*VR*
  • 10 months later...
Posted
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!

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...