XminionsniperX Posted June 25, 2017 Share Posted June 25, 2017 Hello could someone help me make an job logger application for mt VTC thanks Link to comment Share on other sites More sharing options...
BOSSENTERPRiSES Posted June 25, 2017 Share Posted June 25, 2017 @brandonlea, I wish you a good night. There is a program called "Virtual Speditor" which gives you the opportunity of creating your own custom jobs. You and your friends can use this program to haul same cargos to the same destinations if this is what you ask for. You can find the "Virtual Speditor" in the topic below. All credits go to "Xyzan" from SCS Software Forum and @Mirrland for sharing the program with us. Link to comment Share on other sites More sharing options...
Orang-e Posted June 25, 2017 Share Posted June 25, 2017 Making a job logger consists of two things: 1. PC application 2. Some sort of server side applicationDetails: 1 . PC APPLICATION: You need to build some sort of PC application that should collect data from game and send it as POST/GET to a webpage. More details in the post below 2 . Online Application: This is where the magic happens. You will need to setup a database. Make sure you make logins for your VTC members. Since you will need some sort of identification to distinguish between jobs that are submitted to you via the POST/GET method. You will need to build your own web application to present the data in a presentable form.Alternatives: 1. Virtual Trucking Manager This is a pre-built application for job logging. 2. Jammerxd Refer to this if u want to make your own Web Application. It already has a PC application. It can also be used to track people LIVE. Resources:https://github.com/Funbit/ets2-telemetry-server I hope this helps! 1 Link to comment Share on other sites More sharing options...
XminionsniperX Posted June 25, 2017 Author Share Posted June 25, 2017 Thanks but theres no tutorials on how to make plugins Link to comment Share on other sites More sharing options...
Orang-e Posted June 25, 2017 Share Posted June 25, 2017 If you don't want to build PC Application.... there is another alternative.Requires only Online Application: You will need to create an HTML form where your VTC members can submit the information manually. I have seen some VTC use this instead of a PC application. No matter what.. you will be needing an Online platform though. Link to comment Share on other sites More sharing options...
XminionsniperX Posted June 25, 2017 Author Share Posted June 25, 2017 I would love to build an application for pc's so it makes everything alot easier and i do know html Link to comment Share on other sites More sharing options...
TheUnknownNO Posted June 25, 2017 Share Posted June 25, 2017 @brandonlea To start off with, you need to have decent knowledge of C++ and know how to make plugins for ETS2/ATS. There are no specific guides out there on how to do this. You also need to understand how the SCS SDK works, and how to integrate it into your application. This is obviously if you want to make everything from scratch, there is a pre-made telemetry plugin which allows you to just make an external program that accesses the telemetry data via memory. You need to make all the logic that decides when a job is done, started, etc. You will also need a server side application to receive data from the logger. HTML isnt going to get you that far here other than displaying information. You will need to know a language like PHP, NodeJS, etc. 1 Link to comment Share on other sites More sharing options...
[Biu] - Luo Shen Posted June 26, 2017 Share Posted June 26, 2017 It's a lot of trouble for me! Link to comment Share on other sites More sharing options...
jammerxd Posted July 1, 2017 Share Posted July 1, 2017 If you want to see what it takes to make a plugin, checkout my youtube channel. I do a lot of development and gaming stuff. Currently working on new platform for job logging that will hopefully simplify everything for everyone's platforms. 2 Link to comment Share on other sites More sharing options...
Domcek_CZ Posted July 17, 2017 Share Posted July 17, 2017 I'm one of the developers of TrucksBook, which is complete application for VTC. Trust me, it took several years to get it into this state and create completely automatic job logger. It's not impossible, but it's long way. But if you want to do it, just do it! It's a great way to learn a lot of things . If you don't know any programming language (HTML is not programming language), you should start learning it first. I suggest C# for basics, it's possible to use it for job logger. Then you will need PHP or another server language. Or you can try TrucksBook and use it for your virtual company if you want http://trucksbook.eu/ 1 Link to comment Share on other sites More sharing options...
User_9806 Posted January 7, 2018 Share Posted January 7, 2018 On 17.07.2017 at 3:04 PM, Domcek_CZ said: I'm one of the developers of TrucksBook, which is complete application for VTC. Trust me, it took several years to get it into this state and create completely automatic job logger. It's not impossible, but it's long way. But if you want to do it, just do it! It's a great way to learn a lot of things . If you don't know any programming language (HTML is not programming language), you should start learning it first. I suggest C# for basics, it's possible to use it for job logger. Then you will need PHP or another server language. Or you can try TrucksBook and use it for your virtual company if you want http://trucksbook.eu/ Your TrucksBook, so nice!! I'm using your TrucksBook http://trucksbook.eu/profile/25230 1 Link to comment Share on other sites More sharing options...
Guest Posted January 10, 2018 Share Posted January 10, 2018 You can also use https://vtlog.net They got an great logger and good support on discord. Install the plugin and you dont need to watch again to log your jobs on the site. Link to comment Share on other sites More sharing options...
Guest Posted May 1, 2019 Share Posted May 1, 2019 Perhaps you could use the scripts and application on this site https://jammerxd.com/ You will need a hosted website with a VTC Manager script. I am not sure there is any support for installations etc. But you can download scripts for App, SDK, and the Client logger. Good luck with your project Link to comment Share on other sites More sharing options...
Treval [BoB] Posted May 1, 2019 Share Posted May 1, 2019 I don't think it's gonna be easy. it would be better to get help from someone who does this job. Link to comment Share on other sites More sharing options...
The Fabby Posted May 6, 2019 Share Posted May 6, 2019 You can build with basic knowledge a logger. But you will depend on external client. ETCARS next update (Might not be next) provides you with job pushing. So you only need to receive the data and process it. VTLOG has an extensive api in beta that allows you to pull nearly all data from them. ETS2 Telemetry (funbit) can get you started onto looking into a client code. https://etcars.menzelstudios.com https://vtlog.net (Check discord and get api role to see api-v2 channel) https://github.com/Funbit/ets2-telemetry-server Feel free to contact me on vtlog discord if you have questions regarding our project. "We're on the world to help each other. Atleast that is what I believe." - The Fabby https://vtlog.net - Independed logger by truckers like yourself. Link to comment Share on other sites More sharing options...
CrazyBlaznJR420 Posted June 2, 2019 Share Posted June 2, 2019 hello all I am a front end web developer / gamer how's it going? Link to comment Share on other sites More sharing options...
.Rhys. Posted June 4, 2019 Share Posted June 4, 2019 Hello, Well, to do this you maybe want to use C# with some type of PHP login verification. However, C# doesn't give many UI looks, unless your gonna spend £400+ on bunifu framework. Then once you have the login done, you want it to show the dashboard form, with all the fancy buttons and maybe the FunBit Telemetry server details, with possibly discord rich presence (just because). However, if your wanting to go more extreme, then use ETCars, ETCars doesn't need a external server unlike FunBit Telemetry, however you can find a way to implement the server into the tracker it self (Which I have not been successful in yet). I've made a fully functional tracker, logger, live map and discord rich presence for ICE Logistics all in C#, PHP, HTML and Javascript. Took a while but it got there in the end. Hope it goes well, best of luck Many Thanks - Rhys Link to comment Share on other sites More sharing options...
Aleksa_Djordjic Posted June 7, 2019 Share Posted June 7, 2019 On 6/4/2019 at 8:46 PM, .Rhys. said: Hello, Well, to do this you maybe want to use C# with some type of PHP login verification. However, C# doesn't give many UI looks, unless your gonna spend £400+ on bunifu framework. Then once you have the login done, you want it to show the dashboard form, with all the fancy buttons and maybe the FunBit Telemetry server details, with possibly discord rich presence (just because). However, if your wanting to go more extreme, then use ETCars, ETCars doesn't need a external server unlike FunBit Telemetry, however you can find a way to implement the server into the tracker it self (Which I have not been successful in yet). I've made a fully functional tracker, logger, live map and discord rich presence for ICE Logistics all in C#, PHP, HTML and Javascript. Took a while but it got there in the end. Hope it goes well, best of luck Many Thanks - Rhys Not true about C# and the UI, C# with WPF or UWP can get you some nice looks, there are a bunch of UI Templates/Addons/Themes or whatever you want to call them, and all of them are free .... my personal favorite is MaterialDesignInXAML Just wanted to point that out ¯\_(ツ)_/¯ Link to comment Share on other sites More sharing options...
.Rhys. Posted June 8, 2019 Share Posted June 8, 2019 @Aleksa_Djordjic I knew that but they all look quite bad compared to the paid ones. With the one you said, imma try it out. No harm in trying. And I said "doesn't give many UI looks", I never said that you cant get UI looks 1 Link to comment Share on other sites More sharing options...
Recommended Posts