ts-map icon indicating copy to clipboard operation
ts-map copied to clipboard

where is the exe

Open jpoblocki77 opened this issue 2 years ago • 6 comments

I downloaded this and there seems to be no .exe file how do i run this???

jpoblocki77 avatar Mar 03 '22 00:03 jpoblocki77

This project does not include any executables, you have to compile the program yourself. Easiest way is by opening the TsMap.sln file with Visual Studio, and then building/running the TsMap.Canvas project.

dariowouters avatar Mar 05 '22 20:03 dariowouters

I have TsMap.Canvas opened on visual studio, sorry I'm not the most experienced person with this, how would I build/run it?

snjyr123 avatar Apr 24 '22 18:04 snjyr123

Never mind! I figured it out :D. Also, once I do download the tile map, what should I do?

snjyr123 avatar Apr 24 '22 19:04 snjyr123

once I do download the tile map, what should I do?

This program is just to load the map from the game files and being able to export a tile map from it. As a tile map it can then be more easily used in other applications/websites and without the need to have access to the game files.

So it depends on what you want to do with it and for you to create/develop.

dariowouters avatar Apr 25 '22 01:04 dariowouters

I'm trying to add it to a telemetry server skin, https://github.com/mike-koch/ets2-mobile-route-advisor.

snjyr123 avatar May 08 '22 05:05 snjyr123

@dariowouters I think you can at least add TsMapCanvas.exe so we can launch it without compiling... For example I use it just to load game map and see the roads from time to time.

Kycko avatar Jun 04 '22 20:06 Kycko