1. Do not share user accounts! Any account that is shared by another person will be blocked and closed. This means: we will close not only the account that is shared, but also the main account of the user who uses another person's account. We have the ability to detect account sharing, so please do not try to cheat the system. This action will take place on 04/18/2023. Read all forum rules.
    Dismiss Notice
  2. For downloading SimTools plugins you need a Download Package. Get it with virtual coins that you receive for forum activity or Buy Download Package - We have a zero Spam tolerance so read our forum rules first.

    Buy Now a Download Plan!
  3. Do not try to cheat our system and do not post an unnecessary amount of useless posts only to earn credits here. We have a zero spam tolerance policy and this will cause a ban of your user account. Otherwise we wish you a pleasant stay here! Read the forum rules
  4. We have a few rules which you need to read and accept before posting anything here! Following these rules will keep the forum clean and your stay pleasant. Do not follow these rules can lead to permanent exclusion from this website: Read the forum rules.
    Are you a company? Read our company rules

Computer - Windows

SimHub port forwarding

Usually UDP data can be received by only one application, so to get around this limitation and take profit of any other app you may want, SimHub offers you to "forward" the udp data to another port and/or computer, as explained on the SimHub GitHub page: https://github.com/SHWotever/SimHub/wiki/Sharing-UDP-data-with-other-applications

Here is @Petemnz's F1 2021 example: https://www.xsimulator.net/community/threads/f1-2021.16527/page-2#post-223054

[​IMG] [​IMG]
UDP On
UDP Broadcast mode On
UDP IP address 127.0.0.1
UDP port 20778
UDP Send Rate 60Hz
UDP Format 2021
Your Telemetry Public

[​IMG]
Used 127.0.0.1 for same pc

Ignore title it is for F1 2021

Codemaster Proxy server - Manage SimTools & Game ports

Servicing a graphics card

Free multi source video recording

At some stage or the other it is likely a community member will ask that you post a video of your DIY motion simulator showing both its movement and game screen at the same time.

Open Broadcaster Software is free and open source software for video recording and can capture from multiple sources at the same time, including a full screen, game widow, VR and webcams: https://obsproject.com/

Games bundles, Special offers, Steam sales, etc..

How to set up a dual PC installation of SimTools

Rather than running the game on one PC and SimTools on the other,
we have split SimTools into GameManager on the GamePC and GameEngine on the other PC controlling the actuators.
Read more here:
http://www.xsimulator.net/community/threads/how-to-set-up-a-dual-pc-installation-of-simtools.4974/

Nota: you have to install plugins on both computers! ;)

Here a single computer setup:
simtools-part1.PNG

Here a dual computer setup:
simtools-part2.PNG

ONLY a cross-over cable

cross-over cable .jpeg

And remember the tcp/ip configuration, for best performance (and in old computer for best startup) to config 2 pc's in static IP non in DHCP!
Example:
PC - 1
  • Go to My Computer > Properties > Computer Name.
  • Change the computer name to "A" and workgroup name to "Simulator", and click OK to save changes.
  • Go to Control Panel > Network Connections.
  • Right click on your LAN connection and select Properties.
  • Select Internet Protocol (TCP/IP) > Properties.
  • Enter these values:
    • IP Address - 192.168.0.1
    • Subnet Mask - 255.255.255.0
  • Leave the other fields blank and click OK to save changes.

PC - 2
  • Go to My Computer > Properties > Computer Name.
  • Change the computer name to "B" and workgroup name to "Simulator", and click OK to save changes.
  • Go to Control Panel > Network Connections.
  • Right click on your LAN connection and select Properties.
    • Select Internet Protocol (TCP/IP) > Properties.
    • Enter these values:

IP Address - 192.168.0.2
Subnet Mask - 255.255.255.0
  • Leave the other fields blank and click OK to save changes.
#22

UDP games produce wrong output data

Please check the local settings for example they need to be like this:
Locale.png

Here is an alternate method that can use the original settings on your control panel for those who uses unicode languages to avoid language compatibility issues with other applications here.

The SimTools developer @yobuddy has advised that the output bug has been found and will be fixed in the next release of SimTools: http://www.xsimulator.net/community/threads/game-data-input-0.4909/page-2#post-50117

Thanks @jamesdio for the solution.
#21

How to change the COM port

How to change the COM port of my Arduino or JRK?

Start by going to the Device Manager. Once there do the following:
Expand the Ports ‘(COM& LPT)’
win7-05.png

You should be looking at something like this:
win7-06.png

As you can see Windows has set the port to COM10. However many legacy applications expect the port to be between 1-4. Let’s change that:
Right click on the device and click on ‘Properties’.
win7-07.png

Click on ‘Port Settings’. Then click on ‘Advanced…’.
win7-08.png

Once you’re in ‘Advanced Settings for COM10’ on the bottom you can see the ‘COM Port Number: COM10’. Click on that to change it to the lowest possible number (between 1-4).
win7-09.png

Then click ‘OK’ on all open Property Windows.
Now the device should look like this:
win7-10.png


from http://plugable.com/2011/07/04/how-to-change-the-com-port-for-a-usb-serial-adapter-on-windows-7
#36