Jump to content

dowmeister

Community Contributor
 TruckersMP Profile
  • Posts

    152
  • Joined

  • Last visited

Posts posted by dowmeister

  1. 1 hour ago, El1teZombiezHD said:

    Very nice @dowmeister I have seen this before however my suggestion is to have this feature already fully functional in the games code instead of an third-party external application 

     

    Thanks :)

     

    What about "ets2mp://" it's still valid? How it works? Would be nice to add to our Rich Presence

  2. Hi,

     

    A group of Discord users already developed it, it's just out of beta stage and a lot of features will come soon.

     

    We are really open to receive suggestions.

     

    Take a look here: https://github.com/VirtualTruckerRPC/Virtual-Trucker-Rich-Presence

     

    We created a pretty straightforward installer to easily install it without particular dev knowledge.

     

    disclaimer: i'm a dev in this project

     

    (It's the same @Nathan linked but repo URL has changed)

    • Like 1
  3. On 4/5/2018 at 10:19 PM, MikeOG said:

    You could do something that was done with one the discord bots that I assisted with, used to show player count on the server, players that are currently streaming on Twitch as well as status data. There is also a neat little function that you can do with reddit and twitch clips so it auto posts to reddit.

     

    @MikeOG there is already a bot that do this: it's TruckyBot :)https://truckyapp.com/discordbot/

  4. On 3/2/2018 at 10:53 AM, Rootyyy said:

    I run a VTC, what would be useful is a function that allows you to set the next convoys, and when !convoy is put into chat, it will tell you when the next convoy is. However, once this has passed, if the bot deletes that and then finds the next soonest, that would be useful, as we got Dyno doing that however it doesn't clear once that convoy is over. Another useful feature could be a convoy countdown?

     

    Come in Trucky Discord server and we'll talk about that, it sounds good. Btw, Trucky has already the .events command that returns next 5 upcoming events

     

  5. On 14/1/2018 at 6:19 PM, alekexe said:

    Hello, I plan on making VTC panel website and application for Android devices, would you like to cooperate with me?

    Contact me on [email protected]

     

    I am Aleksej(Alek), web developer by the way and having discord bot would be great.

     

    @alekexe Sorry for late response, i Just read your post (didnt have notification on here)

     

    Can you send me a pm with some details?

  6. Hi,

     

    don't know if you are already aware of, but forum pagination is broken, almost on Chrome 60.

     

    How to reproduce: go in a forum thread with multiple pages, like https://forum.truckersmp.com/index.php?/topic/46876-truckersmp-traffic-traffickrashnzcom/ , if you click on page 2 link, it will show a blank page. Pagination build a broken link, like https://forum.truckersmp.com/index.php?/topic/46876-truckersmp-traffic-traffickrashnzcom/&page=2 instead of https://forum.truckersmp.com/index.php?/topic/46876-truckersmp-traffic-traffickrashnzcom/?page=2

     

    Thank you

     

    Regards

  7. It seems to be related to steamID64 dimension ( https://developer.mozilla.org/en/docs/Web/JavaScript/Reference/Global_Objects/Number/MAX_SAFE_INTEGER )

     

    from Chrome (parsed with JSON extension)

    {

    error: false,

    response: {

    id: 1168240,

    name: "hristospasoff",

    avatar: "https://static.truckersmp.com/avatars/1168240.1493059488.jpg",

    joinDate: "2016-11-26 18:37:04",

    steamID64: 76561198347861090,

    groupName: "Player",

    groupID: 1,

    permissions: {

    isGameAdmin: false,

    showDetailedOnWebMaps: false

    }}

    }

     

    The same from react-native, when parsing with JSON.parse 76561198347861093 becomes 76561198347861090 . It's funny :)

     

    from Chrome (real response)

     

    {"error":false,"response":{"id":1168240,"name":"hristospasoff","avatar":"https:\/\/static.truckersmp.com\/avatars\/1168240.1493059488.jpg","joinDate":"2016-11-26 18:37:04","steamID64":76561198347861093,"groupName":"Player","groupID":1,"permissions":{"isGameAdmin":false,"showDetailedOnWebMaps":false}}}

     

    from Chrome - Incognito mode

     

    {"error":false,"response":{"id":1168240,"name":"hristospasoff","avatar":"https:\/\/static.truckersmp.com\/avatars\/1168240.1493059488.jpg","joinDate":"2016-11-26 18:37:04","steamID64":76561198347861093,"groupName":"Player","groupID":1,"permissions":{"isGameAdmin":false,"showDetailedOnWebMaps":false}}}

     

    from Firefox

     

    {"error":false,"response":{"id":1168240,"name":"hristospasoff","avatar":"https:\/\/static.truckersmp.com\/avatars\/1168240.1493059488.jpg","joinDate":"2016-11-26 18:37:04","steamID64":76561198347861093,"groupName":"Player","groupID":1,"permissions":{"isGameAdmin":false,"showDetailedOnWebMaps":false}}}

     

    From ARC (Chrome extension to execute web request)

     

    api_arc.JPG.5807fcc662ece86cf5194d7a230b9155.JPG

     

    I think the fix is to return steamID64 as string and not as integer or add a property as string with same value.

     

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.