Page 3 of 59 FirstFirst 123451353 ... LastLast
Results 21 to 30 of 584

Thread: Dedicated Server API

  1. #21
    Kart Driver
    Join Date
    May 2015
    Posts
    23
    Platform
    PC
    Hi,

    after malzbierbude.de is now reporting the tracks and car-models used at our game servers I would like to implement pictures of the diferent liveries as well.

    I've found the mapping and tried to implement it for the first car (Formula_Rookie), but then I found something I can't understand:

    Code:
    		<NAME LIVERY="51" NAME="RST Motorsports #61" />
    		<NAME LIVERY="52" NAME="Borda Racing #17" />
    		<NAME LIVERY="53" NAME="Southern Cars #36" />
    		<NAME LIVERY="54" NAME="Drag and Drop #99" />
    		<NAME LIVERY="55" NAME="Flatout Alliance #74" />
    		<NAME LIVERY="56" NAME="Sheriftizer #35" />
    		<NAME LIVERY="57" NAME="Fnix Racing #3" />
    		<NAME LIVERY="58" NAME="Baysted Racing #9" />
    		<NAME LIVERY="59" NAME="Garton Racing #39" />
    		<NAME LIVERY="60" NAME="Bolton Touristic #60" />
    		<NAME LIVERY="61" NAME="Cassius Racing #1" />
    		<NAME LIVERY="62" NAME="Cassius Racing #2" />
    		<NAME LIVERY="63" NAME="Tiger Racing #4" />
    		<NAME LIVERY="64" NAME="Bolting Motorsports #8" />
    		<NAME LIVERY="71" NAME="Bolting Motorsports #9" />
    		<NAME LIVERY="65" NAME="Domutech #46" />
    		<NAME LIVERY="66" NAME="Jiffy Trans #5" />
    		<NAME LIVERY="67" NAME="Jiffy Trans #6" />
    		<NAME LIVERY="68" NAME="Kerozen Racing #10" />
    		<NAME LIVERY="69" NAME="Kerozen Racing #11" />
    		<NAME LIVERY="70" NAME="Amator team #101" />
    		<NAME LIVERY="71" NAME="Race Community Center #27" />
    		<NAME LIVERY="72" NAME="Race Community Center #28" />
    		<NAME LIVERY="99" NAME="Custom Livery" />
    How comes that liveryID 71 is assigend two times ?
    Can someone give me a helping hand in this issue ?

    cheers,
    Uwe

  2. #22
    WMD Member
    Join Date
    Apr 2012
    Location
    London
    Posts
    48
    Platform
    PC
    Quote Originally Posted by derDumeklemmer View Post
    Hi,

    after malzbierbude.de is now reporting the tracks and car-models used at our game servers I would like to implement pictures of the diferent liveries as well.

    cheers,
    Uwe
    Can we get that list here? Or link to it?
    i7-2600K (4.7GHz) | Asus P8P67 Pro | 16GB 1600MHz | EVGA GTX980ti SC + EVGA GTX670 4GB SC | 5760*1920 | Thrustmaster T300 GTE | Fanatec CSP v1
    VDash Android App | VDash community | VDash Latest Updates | VDash server building guide

  3. #23
    Kart Driver
    Join Date
    May 2015
    Posts
    23
    Platform
    PC
    Hi flynny75,
    Quote Originally Posted by flynny75 View Post
    Can we get that list here? Or link to it?
    this currently one vehicleID, as you know we have some more in pCARS, will take a while sort, I'm working on that.
    ...but this will take some time of course.

    After all data is completed no problem to forward the data to you.
    (Seems not to be a secret to me since the dedi will provide the data as well one day)

    cheers,
    Uwe

  4. #24
    WMD Member
    Join Date
    Oct 2011
    Posts
    69
    Quote Originally Posted by derDumeklemmer View Post
    Hi flynny75,


    this currently one vehicleID, as you know we have some more in pCARS, will take a while sort, I'm working on that.
    ...but this will take some time of course.

    After all data is completed no problem to forward the data to you.
    (Seems not to be a secret to me since the dedi will provide the data as well one day)

    cheers,
    Uwe
    They working on it "TODO: ..." maybe it will be changed

    Source : GET /api/list/attributes/session

    Code:
    {
        "name" : "TrackId",
        "type" : "int32",
        "description" : "Track id. TODO: link to track list"
    },
    {
        "name" : "VehicleGroupId",
        "type" : "int32",
        "description" : "Vehicle group id. TODO: used?"
    },
    {
        "name" : "VehicleModelId",
        "type" : "int32",
        "description" : "Vehicle model id. TODO: used?"
    },
    Anyone have an idea to solve this problem ? http://forum.projectcarsgame.com/sho...l=1#post934510

  5. #25
    Kart Driver
    Join Date
    May 2015
    Posts
    23
    Platform
    PC
    Hi,

    Quote Originally Posted by Ph0eNiX View Post
    They working on it "TODO: ..." maybe it will be changed
    sure! It's only a temporary solution for our websites until the dedi is reporting everything....

    This is what I've found so far:

    Code:
    vehicleid;liveryid;description
    1909945073;51;Formula A - Jancon Mobile #7
    1909945073;52;Formula A - Jancon Mobile #7
    1909945073;53;Formula A - Beezart Racing #3
    1909945073;54;Formula A - Beezart Racing #4
    1909945073;55;Formula A - Mixlub Racing #1
    1909945073;56;Formula A - Mixlub Racing #2
    1909945073;57;Formula A - Nextrako Racing #5
    1909945073;58;Formula A - Nextrako Racing #6
    1909945073;59;Formula A - SMS Racing #9
    1909945073;60;Formula A - SMS Racing #10
    1909945073;61;Formula A - Slightly Mad Studios #11
    1909945073;62;Formula A - Slightly Mad Studios #12
    1909945073;63;Formula A - KayOS #14
    1909945073;64;Formula A - KayOS #15
    1909945073;65;Formula A - Bolting #16
    1909945073;66;Formula A - Bolting #17
    1909945073;67;Formula A - Peoples Bank #18
    1909945073;68;Formula A - Peoples Bank #19
    1909945073;69;Formula A - Sheriftizer #20
    1909945073;70;Formula A - Sheriftizer #21
    1909945073;71;Formula A - Panasonic #24
    1909945073;72;Formula A - Panasonic #25
    1909945073;73;Formula A - FLANC #81
    1909945073;74;Formula A - FLANC #82
    1909945073;75;Formula A - enGUAGE #22
    1909945073;76;Formula A - enGUAGE #23
    1909945073;77;Formula A - Unistars #42
    1909945073;99;Formula A - Custom Livery
    2219682419;51;Formula Rookie - RST Motorsports #61
    2219682419;52;Formula Rookie - Borda Racing #17
    2219682419;53;Formula Rookie - Southern Cars #36
    2219682419;54;Formula Rookie - Drag and Drop #99
    2219682419;55;Formula Rookie - Flatout Alliance #74
    2219682419;56;Formula Rookie - Sheriftizer #35
    2219682419;57;Formula Rookie - Fnix Racing #3
    2219682419;58;Formula Rookie - Baysted Racing #9
    2219682419;59;Formula Rookie - Garton Racing #39
    2219682419;60;Formula Rookie - Bolton Touristic #60
    2219682419;61;Formula Rookie - Cassius Racing #1
    2219682419;62;Formula Rookie - Cassius Racing #2
    2219682419;63;Formula Rookie - Tiger Racing #4
    2219682419;64;Formula Rookie - Bolting Motorsports #8
    2219682419;65;Formula Rookie - Domutech #46
    2219682419;66;Formula Rookie - Jiffy Trans #5
    2219682419;67;Formula Rookie - Jiffy Trans #6
    2219682419;68;Formula Rookie - Kerozen Racing #10
    2219682419;69;Formula Rookie - Kerozen Racing #11
    2219682419;70;Formula Rookie - Amator team #101
    2219682419;71;Formula Rookie - Bolting Motorsports #9
    2219682419;99;Formula Rookie - Custom Livery
    2976119256;51;Formula B - SciFlex Group #11
    2976119256;52;Formula B - SciFlex Group #12
    2976119256;53;Formula B - Hauminator #19
    2976119256;54;Formula B - Hauminator #20
    2976119256;55;Formula B - Benefit Pro #1
    2976119256;56;Formula B - Benefit Pro #2
    2976119256;57;Formula B - Mixlub #9
    2976119256;58;Formula B - Mixlub #10
    2976119256;59;Formula B - Sheriftizer #15
    2976119256;60;Formula B - Sheriftizer #16
    2976119256;61;Formula B - Cobalt #5
    2976119256;62;Formula B - Cobalt #6
    2976119256;63;Formula B - Bastier #3
    2976119256;64;Formula B - Bastier #4
    2976119256;65;Formula B - Jancon Mobile #21
    2976119256;66;Formula B - Jancon Mobile #22
    2976119256;67;Formula B - Stichmuller #17
    2976119256;68;Formula B - Stichmuller #18
    2976119256;69;Formula B - Petrolos #23
    2976119256;70;Formula B - Petrolos #24
    2976119256;99;Formula B - Custom Livery
    3253292325;51;Formula C - RST #53
    3253292325;52;Formula C - RST #54
    3253292325;53;Formula C - Runforged #58
    3253292325;54;Formula C - Runforged #59
    3253292325;55;Formula C - Stargenley #3
    3253292325;56;Formula C - Stargenley #4
    3253292325;57;Formula C - Nextrako #38
    3253292325;58;Formula C - Maple Leaf #19
    3253292325;59;Formula C - JAE #1
    3253292325;60;Formula C - JAE #2
    3253292325;61;Formula C - Quasol #7
    3253292325;62;Formula C - Beezart #99
    3253292325;63;Formula C - Cassius Racing #14
    3253292325;64;Formula C - Celticom Network #5
    3253292325;65;Formula C - Celticom Network #6
    3253292325;66;Formula C - Volzen #22
    3253292325;67;Formula C - Petrolos #50
    3253292325;68;Formula C - Petrolos #51
    3253292325;69;Formula C - Roboil #44
    3253292325;70;Formula C - Roboil #45
    3253292325;71;Formula C - Race Community Center #27
    3253292325;72;Formula C - Race Community Center #28
    3253292325;99;Formula C - Custom Livery
    3357033447;51;250cc Superkart - Quasol #3
    3357033447;52;250cc Superkart - Bolting #17
    3357033447;53;250cc Superkart - Luquitas #26
    3357033447;54;250cc Superkart - SimmSon #5
    3357033447;55;250cc Superkart - Auryn #33
    3357033447;56;250cc Superkart - Hauminator #11
    3357033447;57;250cc Superkart - Demonio #21
    3357033447;58;250cc Superkart - CTD #36
    3357033447;59;250cc Superkart - Kolomiets #9
    3357033447;60;250cc Superkart - Lublix #18
    3357033447;61;250cc Superkart - FineKarts #29
    3357033447;62;250cc Superkart - Vittorio #7
    3357033447;63;250cc Superkart - Suei #4
    3357033447;64;250cc Superkart - sptcar #25
    3357033447;65;250cc Superkart - jeschke #2
    3357033447;66;250cc Superkart - Green Arrow #14
    3357033447;67;250cc Superkart - Tengco #43
    3357033447;68;250cc Superkart - Machuca #71
    3357033447;69;250cc Superkart - ToK #45
    3357033447;70;250cc Superkart - Mestron #31
    3357033447;99;250cc Superkart - Custom Livery
    cheers,
    Uwe

  6. #26
    Stepan Vondrak
    Guest
    Quote Originally Posted by Ph0eNiX View Post
    Ok I found something like little strange for me,

    When the race is finished, we go back to the lobby, but when we do an other session the server attribute an other participantID for all players, one for the older session, and one for new session, etc ...

    Why after back to the lobby for the next session it create an other particpant for the same player why it don't use the older for the next session? it will cause confusion to retrieve datas
    New participants with new ids - that's correct, it's a new car for the game when going back to the lobby and starting another race. You can match participants to players by the "RefId" value.

    What's incorrect is that the old participants are not removed from the list when you return back to the lobby. I'll have to fix that, but it might require a new game patch, not just DS change, so it could take a while.

  7. #27
    Stepan Vondrak
    Guest
    Quote Originally Posted by derDumeklemmer View Post
    I've found the mapping and tried to implement it for the first car (Formula_Rookie), but then I found something I can't understand:

    How comes that liveryID 71 is assigend two times ?
    Can someone give me a helping hand in this issue ?
    Thanks for noticing this. It might be a genuine bug in the data, I've reported it to the vehicle team.

  8. #28
    WMD Member
    Join Date
    Oct 2011
    Posts
    69
    If you will remove old participants when we go back to the lobby, it will be solved, that's only the problem on my request. Thx in advance ! Keep pushing, we support your good work.

  9. #29
    Stepan Vondrak
    Guest
    New DS version has been released. It fixes some Unicode-related issues and one crash, and adds /api/list/vehicles and /api/list/tracks. Liveries and other lists will be added later.
    The following 2 users likes this Post: Max Kelly, Ph0eNiX


  10. #30
    WMD Member
    Join Date
    Oct 2011
    Location
    Budapest, Hungary
    Posts
    3
    Platform
    PC
    THX!!!!!!!!!!!!!!!!!! Working!

    But server "name" not work (sometimes):/

    Code:
    {
      "result" : "ok",
      "response" : {
        "state" : "Idle",
        "name" : "",
        "lobbyid" : "0",
        "joinable" : false,
        "max_member_count" : 0,
        "now" : 1432572382,
        "attributes" : {
          "GridSize" : 0,
          "MaxPlayers" : 0,
          "Practice1Length" : 0,
          "Practice2Length" : 0,

Similar Threads

  1. Dedicated Server
    By OzDeaDMeaT in forum Multiplayer
    Replies: 9
    Last Post: 14-09-2015, 14:02
  2. Dedicated server browser is down
    By optimalspieler in forum PC - Technical Help & Support
    Replies: 4
    Last Post: 23-05-2015, 08:41
  3. Dedicated Server Browser Not Working
    By flyoffacliff in forum Multiplayer
    Replies: 0
    Last Post: 17-05-2015, 02:59
  4. Dedicated Server High Latency
    By Winpoks in forum Multiplayer
    Replies: 2
    Last Post: 09-05-2015, 06:24
  5. Dedicated Server - HTTP API Request
    By Ph0eNiX in forum PC - Technical Help & Support
    Replies: 3
    Last Post: 08-05-2015, 11:18

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •