https://github.com/dariowouters/ts-map
ATS/ETS2 map renderer
https://github.com/dariowouters/ts-map
american-truck-simulator ats ets2 euro-truck-simulator-2
Last synced: 13 days ago
JSON representation
ATS/ETS2 map renderer
- Host: GitHub
- URL: https://github.com/dariowouters/ts-map
- Owner: dariowouters
- License: mit
- Created: 2017-12-08T10:27:15.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2024-09-17T10:09:26.000Z (8 months ago)
- Last Synced: 2024-09-17T22:43:07.676Z (8 months ago)
- Topics: american-truck-simulator, ats, ets2, euro-truck-simulator-2
- Language: C#
- Homepage:
- Size: 729 KB
- Stars: 83
- Watchers: 17
- Forks: 27
- Open Issues: 16
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-repositories - dariowouters/ts-map - ATS/ETS2 map renderer (C# #)
README
# Euro Truck Simulator 2 / American Truck Simulator Map Renderer
This Application reads ATS/ETS2 files to draw roads, prefabs, map overlays, ferry lines and city names.

### **Support for 1.54**
## Export Maps
Can now export maps as a tiled web map.[Example with a max zoom level of 4](https://dariowouters.github.io/ts-tile-map-example/)
##### [Source](https://github.com/dariowouters/ts-tile-map-example)
## Map mod support
It can now load map mods.Making all/specific map mods supported won't be a priority for me.
### Tested* map mods:
ETS2:
- TruckersMP map edits (cd_changes & hq_final)
- Promods Europe + Middle-East Add-On V2.60
- Rusmap V1.8.1
- The Great Steppe V1.2
- Paris Rebuild V2.3
- ScandinaviaMod V0.4
- Emden V1.02c (Doesn't show city name)
- Sardinia map V0.9 (Can't load some dds files)
- PJ Indo Map v2.5 (Can't load an overlay)ATS:
- ProMods Canada V1.2.2
- Coast to Coast V2.6 (Can't load some dds files)
- US Expansion V2.4 (C2C Compatible)
- CanaDream Open Beta (ATS 1.32)
- Tonopah REBUILT V1.0.2
- Mexico Extremo 2.0.5
- Viva Mexico v2.4.8\* The tested mods load and get drawn but I haven't looked at anything specific so it's always possible there will be some items missing or things will get drawn that shouldn't.
## Supported maps / DLC
- ATS
- All map DLCs up to and including Missouri.
- ETS2
- All map DLCs up to and including Greece.#### Dependencies
- [Newtonsoft.Json (NuGet)](https://www.nuget.org/packages/Newtonsoft.Json)
- [NVIDIA libdeflate](https://github.com/NVIDIA/libdeflate/tree/3bb5c6924b32a91e6e6a8f54ba00a21f037a8db5)#### Based on
[Original project](https://github.com/nlhans/ets2-map)