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
value1

Project CARS Plugin 2.0.3.3

SimTools game plugin for Project CARS

  1. vthinsel

    vthinsel Well-Known Member

    Joined:
    Feb 20, 2015
    Messages:
    436
    Location:
    FRANCE
    Balance:
    5,963Coins
    Ratings:
    +563 / 2 / -0
    My Motion Simulator:
    Arduino, 4DOF
    Hi !
    Thanks, but I got 6.2 finally so I was able to really start dev. I have a simple VB UDP receiver which works nicely. I need to integrate it in the XSim plugin architecture, but I'm not very succesfull for now.

    The UDP decoding goes well in the standalone version. I could feed easily a dash through serial with this code, without going through the XSim GameDash, but I'd like to go for the full picture directly. Ambitious, but otherwise I might stop in the middle.....

    Telemetry DATA received
    Game : 2 Session:1
    Pos : 2,559766 -29,60893 2,769726
    Accel: -1,000764 -0,03999925 -0,2557268
    Speed: 65,35105 RPM:8955 Max RPM:9100
    Gear: 4
    Telemetry DATA received
    Game : 2 Session:1
    Pos : 2,544504 -29,2556 2,695577
    Accel: -1,409137 0,06986172 0,2390975
    Speed: 65,38105 RPM:8890 Max RPM:9100
    Gear: 0
    Telemetry DATA received
    Game : 2 Session:1
    Pos : 2,544504 -29,2556 2,695577
    Accel: -1,409137 0,06986172 0,2390975
    Speed: 65,38105 RPM:8890 Max RPM:9100
    Gear: 0
    Telemetry DATA received
    Game : 2 Session:1
    Pos : 2,559241 -28,74861 2,550955
    Accel: -1,376623 0,1264467 0,3375969
    Speed: 65,27573 RPM:8593 Max RPM:9100
    Gear: 5


    This was during a gear shift. I was excited when I got this result. There are so many data to use !

    I'm a low-level dev (more ASM/shell than object programming) so it will take me some time to get used to VB code used in the plugin framework.
    • Like Like x 2
  2. vthinsel

    vthinsel Well-Known Member

    Joined:
    Feb 20, 2015
    Messages:
    436
    Location:
    FRANCE
    Balance:
    5,963Coins
    Ratings:
    +563 / 2 / -0
    My Motion Simulator:
    Arduino, 4DOF
  3. noorbeast

    noorbeast VR Tassie Devil Staff Member Moderator Race Director

    Joined:
    Jul 13, 2014
    Messages:
    20,463
    Occupation:
    Innovative tech specialist for NGOs
    Location:
    St Helens, Tasmania, Australia
    Balance:
    144,614Coins
    Ratings:
    +10,741 / 52 / -2
    My Motion Simulator:
    3DOF, DC motor, JRK
    For VR fans there is an interesting comment on the latest patch note thread which includes an update to the Oculus 0.8 SDK.

    A bit further down in the patch note thread is the interesting bit, where the Project Cars team are already prepping for the public release of the Oculus SDK1, which for consumers is due when CV1 ships, but key developers already have it: http://forum.projectcarsgame.com/sh...elease-Notes&p=1215049&viewfull=1#post1215049

    I do hope they fix the VR shadow issue by then and optimise for the higher fps of the CV1.
    • Like Like x 1
    Last edited: Jan 20, 2016
  4. vthinsel

    vthinsel Well-Known Member

    Joined:
    Feb 20, 2015
    Messages:
    436
    Location:
    FRANCE
    Balance:
    5,963Coins
    Ratings:
    +563 / 2 / -0
    My Motion Simulator:
    Arduino, 4DOF
    UDP telemetry has also some bugfixes :grin
    My UDP plugin, including gamedash is almost ready..... as the MaxRPM is available through telemetry, I have also added to CardashX the max RPM value to make it easier.
    upload_2016-1-20_14-50-49.png

    Still need to test more deeply on PS4 and adjust a couple of things with @value1 and @yobuddy
    I'm still having issues with fuel level among others.... but I'm progressing quickly now.
    • Informative Informative x 3
    • Like Like x 1
    • Winner Winner x 1
  5. prodigy

    prodigy Burning revs

    Joined:
    Oct 27, 2013
    Messages:
    459
    Location:
    Croatia
    Balance:
    6,698Coins
    Ratings:
    +399 / 4 / -0
    My Motion Simulator:
    2DOF, 3DOF, AC motor, SCN5, JRK
    What are the benefits of this UDP version for Dashboard?
  6. vthinsel

    vthinsel Well-Known Member

    Joined:
    Feb 20, 2015
    Messages:
    436
    Location:
    FRANCE
    Balance:
    5,963Coins
    Ratings:
    +563 / 2 / -0
    My Motion Simulator:
    Arduino, 4DOF
    UDP allows nice apps such as pCars Dash on android, vrHive on PC to work through network. No shared memory mess (I'm more a system/network engineer thn a high level developper) and ...... support on consoles such as PS4 and XBoxOne !!!! I work on a PC all day, so when I'm home I like to power-on my PS4 and simply play :p
    UDP is also something which looks to be more easy to implement for third-party apps, assuming the game developpers consider it.
    • Like Like x 1
  7. yobuddy

    yobuddy Well-Known Member Staff Member Moderator SimAxe Beta Tester SimTools Developer Gold Contributor

    Joined:
    Feb 9, 2007
    Messages:
    5,133
    Occupation:
    Computer Technician
    Location:
    Portland, Oregon - USA
    Balance:
    47,913Coins
    Ratings:
    +5,027 / 16 / -0
    @vthinsel, maybe consider calling this version of the plugin the "console" version or something similar.
    As the PC version also uses UDP I believe.
    Just so it's not confusing in the end.
    yobuddy
    • Like Like x 1
  8. vthinsel

    vthinsel Well-Known Member

    Joined:
    Feb 20, 2015
    Messages:
    436
    Location:
    FRANCE
    Balance:
    5,963Coins
    Ratings:
    +563 / 2 / -0
    My Motion Simulator:
    Arduino, 4DOF
    The current version uses shared memory, so this one is quite different. So calling it "Project Cars UDP" would make sense

    Cheers
  9. shannonb1

    shannonb1 Well-Known Member

    Joined:
    Mar 12, 2008
    Messages:
    1,107
    Occupation:
    Sales Intelligence
    Location:
    Virginia
    Balance:
    8,909Coins
    Ratings:
    +598 / 5 / -0
    My Motion Simulator:
    2DOF, AC motor, Arduino, JRK, 4DOF
    Why does it say download no available? im not getting motion with 8.0 I also cannot run the plugin installer in admin mode, I get the circle with a cross through it. I have UDP set to 1 in game but dont see that other mm something in the options.
  10. vthinsel

    vthinsel Well-Known Member

    Joined:
    Feb 20, 2015
    Messages:
    436
    Location:
    FRANCE
    Balance:
    5,963Coins
    Ratings:
    +563 / 2 / -0
    My Motion Simulator:
    Arduino, 4DOF
    I havent uploaded the UDP plugin yet. The current one uses shared memory.
  11. vthinsel

    vthinsel Well-Known Member

    Joined:
    Feb 20, 2015
    Messages:
    436
    Location:
    FRANCE
    Balance:
    5,963Coins
    Ratings:
    +563 / 2 / -0
    My Motion Simulator:
    Arduino, 4DOF
    Here is a video of the "in dev" plugin

    If you have any remarks/questions on the yaw/pitch/roll heave/sway/surge values I'm open ! especially I'm not sure I didn't invert pitch and roll. Could someone validate I'm not mistaken ?
    Check various moments of the video to get gamedash and tuning center in action
    Thanks for your feedbacks
  12. Nick Moxley

    Nick Moxley Well-Known Member

    Joined:
    Dec 13, 2013
    Messages:
    2,779
    Occupation:
    Owner/Operator- Moxleys Rantals
    Location:
    Winnipeg Manitoba Canada
    Balance:
    17,054Coins
    Ratings:
    +2,504 / 30 / -2
    My Motion Simulator:
    2DOF, 3DOF, DC motor, JRK
    Watching those Axis on the first part of the video, They dont look right at all. Surge for instance, Also pitch and heave....i dunno....just doesn't look right to me.
  13. vthinsel

    vthinsel Well-Known Member

    Joined:
    Feb 20, 2015
    Messages:
    436
    Location:
    FRANCE
    Balance:
    5,963Coins
    Ratings:
    +563 / 2 / -0
    My Motion Simulator:
    Arduino, 4DOF
    I have changed some axis presets for a more "classical" 2DOF. Roughly same behavior, including surge which is generally "high". I also noticed my max/min weren't good; too low in fact.
  14. shannonb1

    shannonb1 Well-Known Member

    Joined:
    Mar 12, 2008
    Messages:
    1,107
    Occupation:
    Sales Intelligence
    Location:
    Virginia
    Balance:
    8,909Coins
    Ratings:
    +598 / 5 / -0
    My Motion Simulator:
    2DOF, AC motor, Arduino, JRK, 4DOF
    @value1 is something wrong with the file? It says I cant download it. I have over 4k coins so its not that.
  15. Historiker

    Historiker Dramamine Adict Gold Contributor

    Joined:
    Dec 16, 2010
    Messages:
    2,158
    Occupation:
    Retired
    Location:
    Michigan USA
    Balance:
    9,176Coins
    Ratings:
    +2,156 / 19 / -1
    My Motion Simulator:
    3DOF, DC motor, Arduino, Motion platform, 6DOF
    Download worked for me, try a different browser or perhaps reboot your PC? If that doesnt work let me know and I can email it to you.
  16. shannonb1

    shannonb1 Well-Known Member

    Joined:
    Mar 12, 2008
    Messages:
    1,107
    Occupation:
    Sales Intelligence
    Location:
    Virginia
    Balance:
    8,909Coins
    Ratings:
    +598 / 5 / -0
    My Motion Simulator:
    2DOF, AC motor, Arduino, JRK, 4DOF
    Here is what its showing me upload_2016-1-26_10-13-25.png
  17. shannonb1

    shannonb1 Well-Known Member

    Joined:
    Mar 12, 2008
    Messages:
    1,107
    Occupation:
    Sales Intelligence
    Location:
    Virginia
    Balance:
    8,909Coins
    Ratings:
    +598 / 5 / -0
    My Motion Simulator:
    2DOF, AC motor, Arduino, JRK, 4DOF
    but I can go to other plugins and download is fine. I was in chrome and just tried it in firefox, same thing.
  18. vthinsel

    vthinsel Well-Known Member

    Joined:
    Feb 20, 2015
    Messages:
    436
    Location:
    FRANCE
    Balance:
    5,963Coins
    Ratings:
    +563 / 2 / -0
    My Motion Simulator:
    Arduino, 4DOF
    PCars offers 4 type of values which can be turned into forces. Here they are, in action:

    The values are in m/s (so divide by 9.6 to get G)
    Which would be good candidates for heave/sway/surge ?

    Thanks
  19. vthinsel

    vthinsel Well-Known Member

    Joined:
    Feb 20, 2015
    Messages:
    436
    Location:
    FRANCE
    Balance:
    5,963Coins
    Ratings:
    +563 / 2 / -0
    My Motion Simulator:
    Arduino, 4DOF
    I think I found the good values to use using data dumped to a CSV file on a straight line with some steering applied one left, once right
    upload_2016-1-28_13-38-3.png

    Plugin is nearly finished :)
    • Informative Informative x 1
  20. SilentChill

    SilentChill Problem Maker

    Joined:
    Jul 19, 2014
    Messages:
    2,619
    Occupation:
    Railway Maintenance
    Location:
    Morecambe, Lancashire, England
    Balance:
    20,396Coins
    Ratings:
    +3,480 / 34 / -0
    My Motion Simulator:
    DC motor, Arduino, Motion platform, 6DOF

    Can I ask why you are making a new plugin as the plugin we have works perfectly for me ????
    • Agree Agree x 2