Web app - Euro Truck Simulator 2 dashboards

Forum rules
SCS as a company do not wish to have paid mods on this forum. While we understand that not all paid mods use the Intellectual Property of other companies/people, it is very hard to moderate what is and isn't acceptable when money is involved. There are also concerns that it could look unfavorable to potential work partners going forward if SCS allow mods that may potentially use unlicensed branding.
Posting in the Mods forum (ATS and ETS2) is restricted to sharing free-to-the-public mods and providing support for mods. For more details, please check the Forum Rules.
User avatar
Graf_Boinenn
Posts: 770
Joined: 10 Feb 2014 06:19
Location: Argentina
Contact:

Re: Web app - Euro Truck Simulator 2 dashboards

#141 Post by Graf_Boinenn » 07 Jun 2021 12:49

With SIMDashboard you only get access to community designs by paying. Also, it only works on Android devices.

This one is free and runs smooth on Android and iOS.
jagfx
Posts: 134
Joined: 25 Apr 2020 07:43
Location: France
Contact:

Re: Web app - Euro Truck Simulator 2 dashboards

#142 Post by jagfx » 08 Jun 2021 16:35

Hi all !

This project have his 1st year ! (Happy Birthday !!). And for it, I'm sharing to you the global roadmap for the future.

It's in two part:
- The next major version
- Nexts minors versions

The next major version
This project need to be fully reworked to be easly for the development and the collaboration.
I've been starting this project development to learn a new technologie. (I'm a web developpeur ;) )
Now, I think this project aren't more the best in file organisation and code structure.

To be more efficiency on development (from me or collaborators), it's necessary to re-develop this project with a better structure.
I think start the huge development after releasing all cool features . I don't have any idea of the start development date and less the release date.

Nexts minors versions
But but but, before this major version some cool features will be released. Like:
- Map integration on JAGFx skin (and other maybe)
- Translation in some lang (Fr, En and more)
- Map overlays
- Play with friend

More information about de "Map overlays"
This feature need more processor and / or ram ressource. I've already been noticed that some users had a latency issue. But introducing all map overlays (City name, Company log, and others) may increase this latency.
For it, the best way is to use the "SSR" feature: Use the computer to render the view instead of the mobile phone.
But, it's worst to add this feature inside this current version of project. It's a good plan to schedule this on the next major release.
I'll try to add an overlay and see how it work. After, i'll decide what's are the plan about it ;)

More information about de "Play with friend"
I had an ILLUMINATION for this feature. The goal is: Have, on the map, your friend position.
It's will be release from the simpler integration to an integration that I've expected.
No more information, just keep you up to date !


Big program, and cool program !
Enjoy ;)
User avatar
TwinShadow
Posts: 892
Joined: 18 Jun 2014 22:28

Re: Web app - Euro Truck Simulator 2 dashboards

#143 Post by TwinShadow » 15 Jun 2021 06:55

Just throwing this out there, since I haven't looked at this in some time. Some real neat updates and it's pretty cool to see a map now in this app.

Do you need the map tiles generated for ATS? I have all the map DLC's and I typically buy them day one, so if you need that, I can help you out with that and get it uploaded somewhere for you to grab. Wouldn't take me long since gigabit upload helps a lot. lol

[edit] I was poking with that map program for tile generation, but I can't seem to get it to work. Not sure what I'm doing wrong though.. I point it to the main game folder and it just crashes once I hit "Continue".
[edit2] Figured it out, it's crashing with ATS, and ATS only. So I can't help to generate the map tiles for that game currently.
jagfx
Posts: 134
Joined: 25 Apr 2020 07:43
Location: France
Contact:

Re: Web app - Euro Truck Simulator 2 dashboards

#144 Post by jagfx » 15 Jun 2021 11:40

TwinShadow wrote: 15 Jun 2021 06:55 Just throwing this out there, since I haven't looked at this in some time. Some real neat updates and it's pretty cool to see a map now in this app.

Do you need the map tiles generated for ATS? I have all the map DLC's and I typically buy them day one, so if you need that, I can help you out with that and get it uploaded somewhere for you to grab. Wouldn't take me long since gigabit upload helps a lot. lol

[edit] I was poking with that map program for tile generation, but I can't seem to get it to work. Not sure what I'm doing wrong though.. I point it to the main game folder and it just crashes once I hit "Continue".
[edit2] Figured it out, it's crashing with ATS, and ATS only. So I can't help to generate the map tiles for that game currently.
Hi,

Many thanks for your lines.

It's will be a great if you can export tiles for ATS.
Il wrote you few lines with my side project to export tiles.
I'll test with ATS before to correct a potential bugs.
User avatar
TwinShadow
Posts: 892
Joined: 18 Jun 2014 22:28

Re: Web app - Euro Truck Simulator 2 dashboards

#145 Post by TwinShadow » 15 Jun 2021 13:28

Oh, I was thinking of joining in the Discord server, but link is invalid on the Github page. lol

But, if it helps any, this is what I'm getting for the error when I try to open the map generator for ATS:

Code: Select all

See the end of this message for details on invoking 
just-in-time (JIT) debugging instead of this dialog box.

************** Exception Text **************
System.NullReferenceException: Object reference not set to an instance of an object.
   at TsMap.TsDlc..ctor(TsMapper mapper, String path)
   at TsMap.TsMapper.ParseDlcFiles()
   at TsMap.TsMapper.Parse()
   at TsMap.Canvas.TsMapCanvas..ctor(SetupForm f)
   at TsMap.Canvas.SetupForm.NextBtn_Click(Object sender, EventArgs e)
   at System.Windows.Forms.Control.OnClick(EventArgs e)
   at System.Windows.Forms.Button.OnClick(EventArgs e)
   at System.Windows.Forms.Button.OnMouseUp(MouseEventArgs mevent)
   at System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks)
   at System.Windows.Forms.Control.WndProc(Message& m)
   at System.Windows.Forms.ButtonBase.WndProc(Message& m)
   at System.Windows.Forms.Button.WndProc(Message& m)
   at System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
   at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
   at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)


************** Loaded Assemblies **************
mscorlib
    Assembly Version: 4.0.0.0
    Win32 Version: 4.8.4360.0 built by: NET48REL1LAST_C
    CodeBase: file:///C:/Windows/Microsoft.NET/Framework/v4.0.30319/mscorlib.dll
----------------------------------------
TsMap.Canvas
    Assembly Version: 0.10.7788.37766
    Win32 Version: 0.10.*
    CodeBase: file:///T:/SCS/jagfx-ts-map/TsMap.Canvas.exe
----------------------------------------
System.Windows.Forms
    Assembly Version: 4.0.0.0
    Win32 Version: 4.8.4341.0 built by: NET48REL1LAST_C
    CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Windows.Forms/v4.0_4.0.0.0__b77a5c561934e089/System.Windows.Forms.dll
----------------------------------------
System
    Assembly Version: 4.0.0.0
    Win32 Version: 4.8.4360.0 built by: NET48REL1LAST_C
    CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System/v4.0_4.0.0.0__b77a5c561934e089/System.dll
----------------------------------------
System.Drawing
    Assembly Version: 4.0.0.0
    Win32 Version: 4.8.4084.0 built by: NET48REL1
    CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Drawing/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll
----------------------------------------
TsMap
    Assembly Version: 1.0.0.0
    Win32 Version: 1.0.0.0
    CodeBase: file:///T:/SCS/jagfx-ts-map/TsMap.DLL
----------------------------------------
System.Configuration
    Assembly Version: 4.0.0.0
    Win32 Version: 4.8.4190.0 built by: NET48REL1LAST_B
    CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Configuration/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.Configuration.dll
----------------------------------------
System.Core
    Assembly Version: 4.0.0.0
    Win32 Version: 4.8.4360.0 built by: NET48REL1LAST_C
    CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Core/v4.0_4.0.0.0__b77a5c561934e089/System.Core.dll
----------------------------------------
System.Xml
    Assembly Version: 4.0.0.0
    Win32 Version: 4.8.4084.0 built by: NET48REL1
    CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Xml/v4.0_4.0.0.0__b77a5c561934e089/System.Xml.dll
----------------------------------------
Newtonsoft.Json
    Assembly Version: 12.0.0.0
    Win32 Version: 12.0.2.23222
    CodeBase: file:///T:/SCS/jagfx-ts-map/Newtonsoft.Json.DLL
----------------------------------------
System.Numerics
    Assembly Version: 4.0.0.0
    Win32 Version: 4.8.4084.0 built by: NET48REL1
    CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Numerics/v4.0_4.0.0.0__b77a5c561934e089/System.Numerics.dll
----------------------------------------
System.Runtime.Serialization
    Assembly Version: 4.0.0.0
    Win32 Version: 4.8.4250.0 built by: NET48REL1LAST_C
    CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Runtime.Serialization/v4.0_4.0.0.0__b77a5c561934e089/System.Runtime.Serialization.dll
----------------------------------------
System.Data
    Assembly Version: 4.0.0.0
    Win32 Version: 4.8.4270.0 built by: NET48REL1LAST_C
    CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_32/System.Data/v4.0_4.0.0.0__b77a5c561934e089/System.Data.dll
----------------------------------------
DotNetZip
    Assembly Version: 1.13.3.0
    Win32 Version: 1.13.3
    CodeBase: file:///T:/SCS/jagfx-ts-map/DotNetZip.DLL
----------------------------------------

************** JIT Debugging **************
To enable just-in-time (JIT) debugging, the .config file for this
application or computer (machine.config) must have the
jitDebugging value set in the system.windows.forms section.
The application must also be compiled with debugging
enabled.

For example:

<configuration>
    <system.windows.forms jitDebugging="true" />
</configuration>

When JIT debugging is enabled, any unhandled exception
will be sent to the JIT debugger registered on the computer
rather than be handled by this dialog box.
I am using the public 1.41 beta, but the same thing happened with the stable 1.40. However, ETS2 1.41 worked fine. If you'd like, I could open an issue with this on the relevant repo.
jagfx
Posts: 134
Joined: 25 Apr 2020 07:43
Location: France
Contact:

Re: Web app - Euro Truck Simulator 2 dashboards

#146 Post by jagfx » 15 Jun 2021 17:14

TwinShadow wrote: 15 Jun 2021 13:28 Oh, I was thinking of joining in the Discord server, but link is invalid on the Github page. lol

But, if it helps any, this is what I'm getting for the error when I try to open the map generator for ATS:

Code: Select all

See the end of this message for details on invoking 
just-in-time (JIT) debugging instead of this dialog box.

************** Exception Text **************
System.NullReferenceException: Object reference not set to an instance of an object.
   at TsMap.TsDlc..ctor(TsMapper mapper, String path)
   at TsMap.TsMapper.ParseDlcFiles()
   at TsMap.TsMapper.Parse()
   at TsMap.Canvas.TsMapCanvas..ctor(SetupForm f)
   at TsMap.Canvas.SetupForm.NextBtn_Click(Object sender, EventArgs e)
   at System.Windows.Forms.Control.OnClick(EventArgs e)
   at System.Windows.Forms.Button.OnClick(EventArgs e)
   at System.Windows.Forms.Button.OnMouseUp(MouseEventArgs mevent)
   at System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks)
   at System.Windows.Forms.Control.WndProc(Message& m)
   at System.Windows.Forms.ButtonBase.WndProc(Message& m)
   at System.Windows.Forms.Button.WndProc(Message& m)
   at System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
   at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
   at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)


************** Loaded Assemblies **************
mscorlib
    Assembly Version: 4.0.0.0
    Win32 Version: 4.8.4360.0 built by: NET48REL1LAST_C
    CodeBase: file:///C:/Windows/Microsoft.NET/Framework/v4.0.30319/mscorlib.dll
----------------------------------------
TsMap.Canvas
    Assembly Version: 0.10.7788.37766
    Win32 Version: 0.10.*
    CodeBase: file:///T:/SCS/jagfx-ts-map/TsMap.Canvas.exe
----------------------------------------
System.Windows.Forms
    Assembly Version: 4.0.0.0
    Win32 Version: 4.8.4341.0 built by: NET48REL1LAST_C
    CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Windows.Forms/v4.0_4.0.0.0__b77a5c561934e089/System.Windows.Forms.dll
----------------------------------------
System
    Assembly Version: 4.0.0.0
    Win32 Version: 4.8.4360.0 built by: NET48REL1LAST_C
    CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System/v4.0_4.0.0.0__b77a5c561934e089/System.dll
----------------------------------------
System.Drawing
    Assembly Version: 4.0.0.0
    Win32 Version: 4.8.4084.0 built by: NET48REL1
    CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Drawing/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll
----------------------------------------
TsMap
    Assembly Version: 1.0.0.0
    Win32 Version: 1.0.0.0
    CodeBase: file:///T:/SCS/jagfx-ts-map/TsMap.DLL
----------------------------------------
System.Configuration
    Assembly Version: 4.0.0.0
    Win32 Version: 4.8.4190.0 built by: NET48REL1LAST_B
    CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Configuration/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.Configuration.dll
----------------------------------------
System.Core
    Assembly Version: 4.0.0.0
    Win32 Version: 4.8.4360.0 built by: NET48REL1LAST_C
    CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Core/v4.0_4.0.0.0__b77a5c561934e089/System.Core.dll
----------------------------------------
System.Xml
    Assembly Version: 4.0.0.0
    Win32 Version: 4.8.4084.0 built by: NET48REL1
    CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Xml/v4.0_4.0.0.0__b77a5c561934e089/System.Xml.dll
----------------------------------------
Newtonsoft.Json
    Assembly Version: 12.0.0.0
    Win32 Version: 12.0.2.23222
    CodeBase: file:///T:/SCS/jagfx-ts-map/Newtonsoft.Json.DLL
----------------------------------------
System.Numerics
    Assembly Version: 4.0.0.0
    Win32 Version: 4.8.4084.0 built by: NET48REL1
    CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Numerics/v4.0_4.0.0.0__b77a5c561934e089/System.Numerics.dll
----------------------------------------
System.Runtime.Serialization
    Assembly Version: 4.0.0.0
    Win32 Version: 4.8.4250.0 built by: NET48REL1LAST_C
    CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Runtime.Serialization/v4.0_4.0.0.0__b77a5c561934e089/System.Runtime.Serialization.dll
----------------------------------------
System.Data
    Assembly Version: 4.0.0.0
    Win32 Version: 4.8.4270.0 built by: NET48REL1LAST_C
    CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_32/System.Data/v4.0_4.0.0.0__b77a5c561934e089/System.Data.dll
----------------------------------------
DotNetZip
    Assembly Version: 1.13.3.0
    Win32 Version: 1.13.3
    CodeBase: file:///T:/SCS/jagfx-ts-map/DotNetZip.DLL
----------------------------------------

************** JIT Debugging **************
To enable just-in-time (JIT) debugging, the .config file for this
application or computer (machine.config) must have the
jitDebugging value set in the system.windows.forms section.
The application must also be compiled with debugging
enabled.

For example:

<configuration>
    <system.windows.forms jitDebugging="true" />
</configuration>

When JIT debugging is enabled, any unhandled exception
will be sent to the JIT debugger registered on the computer
rather than be handled by this dialog box.
I am using the public 1.41 beta, but the same thing happened with the stable 1.40. However, ETS2 1.41 worked fine. If you'd like, I could open an issue with this on the relevant repo.
Oh shit xD. It's work now for discord.
I'll check the tiles generation this WE if I can ;)
User avatar
gonz_a320
Posts: 14
Joined: 03 Mar 2020 01:49

Re: Web app - Euro Truck Simulator 2 dashboards

#147 Post by gonz_a320 » 17 Jun 2021 20:37

Hello all!

Any clue why the app doesn't show me the ETA?
Attachments
Screenshot_20210610_034141_com.huawei.browser.jpg
jagfx
Posts: 134
Joined: 25 Apr 2020 07:43
Location: France
Contact:

Re: Web app - Euro Truck Simulator 2 dashboards

#148 Post by jagfx » 18 Jun 2021 11:28

gonz_a320 wrote: 17 Jun 2021 20:37 Hello all!

Any clue why the app doesn't show me the ETA?
Are you on a WOT job ?
User avatar
gonz_a320
Posts: 14
Joined: 03 Mar 2020 01:49

Re: Web app - Euro Truck Simulator 2 dashboards

#149 Post by gonz_a320 » 19 Jun 2021 03:38

jagfx wrote: 18 Jun 2021 11:28
gonz_a320 wrote: 17 Jun 2021 20:37 Hello all!

Any clue why the app doesn't show me the ETA?
Are you on a WOT job ?
Yes. I can't get the ETA in Fright Market as well as in WOT jobs :roll:
jagfx
Posts: 134
Joined: 25 Apr 2020 07:43
Location: France
Contact:

Re: Web app - Euro Truck Simulator 2 dashboards

#150 Post by jagfx » 20 Jun 2021 19:42

gonz_a320 wrote: 19 Jun 2021 03:38
jagfx wrote: 18 Jun 2021 11:28

Are you on a WOT job ?
Yes. I can't get the ETA in Fright Market as well as in WOT jobs :roll:
As I can see, the Telemetry provider no longer expose this information for WOT job.
I'm going to contact him.
Post Reply

Return to “Others”

Who is online

Users browsing this forum: boarfrom and 11 guests