Unicor-p / ts-map

ATS/ETS2 map renderer and cities / poi extractor
https://unicor-p.github.io/ts-map/
MIT License
21 stars 2 forks source link

How to export Custom Map #17

Closed jpoblocki77 closed 2 years ago

jpoblocki77 commented 2 years ago

I use Coast to Coast and a few other maps that are custom. Do I export it the same way and just setup a web server on my spare pc to serve the map files or does it have to be github and if so how???

JAGFx commented 2 years ago

Hi and thanks for your interest on this project.

You can export the tiles with this project. But your mod may cause some crash or mistake on the generated tiles. This mod does not have been tested yet with this project.

Note, the map tiles generated are made to work with the JAGFx/ets2-dashboard-skin project. Read the related map section if you're interested.

If you want to get the tiles and serve them, yes, you can. Read the How to section for more information.

jpoblocki77 commented 2 years ago

BUt how do I export them as its not a dlc its a scs file that has to be downloaded. DO I need to do anything speical or just start the game load the maps and then exit and export?

JAGFx commented 2 years ago

Hi, @jpoblocki77

This project allow you to export only your owned DLC. Also, you don't need to run the game to export the map tiles collection. Just follow the How to use section ;)