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
vthinsel

Project Cars UDP Plugin - PC Version 2.1

Project Cars UDP plugin - PC version

  1. vthinsel

    vthinsel Well-Known Member

    Joined:
    Feb 20, 2015
    Messages:
    437
    Location:
    FRANCE
    Balance:
    5,973Coins
    Ratings:
    +563 / 2 / -0
    My Motion Simulator:
    Arduino, 4DOF
    vthinsel submitted a new resource:

    Project Cars UDP Plugin - PC Version - Project Cars UDP plugin - PC version

    Read more about this resource...
    • Like Like x 2
  2. obobo

    obobo Active Member

    Joined:
    Nov 8, 2016
    Messages:
    248
    Location:
    France
    Balance:
    1,323Coins
    Ratings:
    +77 / 1 / -0
    My Motion Simulator:
    2DOF, DC motor, Arduino
  3. vthinsel

    vthinsel Well-Known Member

    Joined:
    Feb 20, 2015
    Messages:
    437
    Location:
    FRANCE
    Balance:
    5,973Coins
    Ratings:
    +563 / 2 / -0
    My Motion Simulator:
    Arduino, 4DOF
    This one uses UDP instead of shared memory. UDP is less likely to be broken after a game patch, among other advantages
    If you are happy with the one you have, stick to it. "If it works, dont break it" :)
    If you need GameDash values provided by mine, switch to mine :)
    • Like Like x 2
    • Informative Informative x 1
  4. obobo

    obobo Active Member

    Joined:
    Nov 8, 2016
    Messages:
    248
    Location:
    France
    Balance:
    1,323Coins
    Ratings:
    +77 / 1 / -0
    My Motion Simulator:
    2DOF, DC motor, Arduino
    no need actually of game dash ... i'll stay on my actual !! but take a look on this
  5. Juan Pinto

    Juan Pinto New Member

    Joined:
    Feb 21, 2017
    Messages:
    2
    Occupation:
    Homework
    Location:
    Spain
    Balance:
    172Coins
    Ratings:
    +2 / 0 / -0
    My Motion Simulator:
    Arduino
    Good work! I want to use it with Game Dash now!

    Thanks for your work
  6. SBDESIGN

    SBDESIGN some knowledge

    Joined:
    May 25, 2016
    Messages:
    56
    Occupation:
    director
    Location:
    UK
    Balance:
    125Coins
    Ratings:
    +7 / 0 / -0
    My Motion Simulator:
    2DOF, SCN5
    im using oculus home version, when i patch it, it doesn't ask where, then states patch successful.
    I boot (this OH version) from steam.
    any ideas?
    Do you still have to make a txt file?
    cheers
    Last edited: Feb 27, 2017
  7. vthinsel

    vthinsel Well-Known Member

    Joined:
    Feb 20, 2015
    Messages:
    437
    Location:
    FRANCE
    Balance:
    5,973Coins
    Ratings:
    +563 / 2 / -0
    My Motion Simulator:
    Arduino, 4DOF
    No. No more txt file needed. But you still need to activate UDP in the game settings and start the plugin
  8. SBDESIGN

    SBDESIGN some knowledge

    Joined:
    May 25, 2016
    Messages:
    56
    Occupation:
    director
    Location:
    UK
    Balance:
    125Coins
    Ratings:
    +7 / 0 / -0
    My Motion Simulator:
    2DOF, SCN5
    Done this but no joy.
    Anyone got this working with Oculus Home version of Pcars?

    I haven't tried booting from oculus direct yet. I think I'll give that a go.
  9. vthinsel

    vthinsel Well-Known Member

    Joined:
    Feb 20, 2015
    Messages:
    437
    Location:
    FRANCE
    Balance:
    5,973Coins
    Ratings:
    +563 / 2 / -0
    My Motion Simulator:
    Arduino, 4DOF
    You must make sure UDP data is sent to your PC once in race/pratcice. Several options to do that :
    - Use the VB_UDP_Receiver.exe file which is in the console version of the plugin (or attached to this post)
    - Use the python UDP receiver from here https://github.com/vthinsel/Python_UDP_Receiver
    - Use wireshark and check for data received on UDP port 5606

    If no traffic is received, check firewalls. In case several PCs are involved (project cars on a different PC than simtools), make sure they are on the same IP network, as project cars uses UDP broadcast which will not go through routing

    Attached Files:

    • Informative Informative x 1
  10. SBDESIGN

    SBDESIGN some knowledge

    Joined:
    May 25, 2016
    Messages:
    56
    Occupation:
    director
    Location:
    UK
    Balance:
    125Coins
    Ratings:
    +7 / 0 / -0
    My Motion Simulator:
    2DOF, SCN5
    Not been on for while...
    very much appreciated, sounds right, im confident that will be the missing link!
  11. Radioproffi

    Radioproffi Active Member Gold Contributor

    Joined:
    May 15, 2014
    Messages:
    115
    Location:
    Lviv
    Balance:
    1,563Coins
    Ratings:
    +80 / 1 / -0
    My Motion Simulator:
    2DOF, 3DOF, DC motor, Arduino, Motion platform, 4DOF, 6DOF
    We are running into an issue. when two PCs are in same subnet and use UDP PCARs plugin SimTools on Both PCs are driven from PCARs game on First PC. So SimTools on both PCs are getting telemetry over UDP from one game instead of each other only from local games corresponding. Looks like UDP propagate all over LAN instead of localhost only . It is a nature of UDP?
    Looks like it is impossible to change port in PCARs and in plugin DLL.
    Last edited: Mar 31, 2018
  12. vthinsel

    vthinsel Well-Known Member

    Joined:
    Feb 20, 2015
    Messages:
    437
    Location:
    FRANCE
    Balance:
    5,973Coins
    Ratings:
    +563 / 2 / -0
    My Motion Simulator:
    Arduino, 4DOF
    Hello,

    It is not due to UDP, but the way PCars sends data : it uses the broadcast destination IP so everyone gets the data.
    The solution is to filter based on source IP : on your PC you must block traffic from the unwanted instance of project cars. I guess windows firewall could do the job.
    • Informative Informative x 2