Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
dariowouters committed Apr 8, 2021
2 parents 7e60da9 + 2345d3c commit 1a77ad3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ This Application reads ATS/ETS2 files to draw roads, prefabs, map overlays, ferr

![Preview of the map](/docs/preview.jpg "Preview of the map")

### **Support for 1.39 and Colorado DLC**
### **Support for 1.40 and Iberia DLC**

## Export Maps
Can now export maps as a tiled web map.
Expand Down Expand Up @@ -58,6 +58,7 @@ ATS:
- Italia
- Beyond the Baltic Sea
- Road to the Black Sea
- Iberia

#### Dependencies (NuGet)
- [DotNetZip](https://www.nuget.org/packages/DotNetZip/)
Expand Down
2 changes: 1 addition & 1 deletion TsMap/TsTypes.cs
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ namespace TsMap

public static class Common
{
public const int Ets2DlcGuardCount = 10; // TODO: Figure out how to get these dynamically
public const int Ets2DlcGuardCount = 12; // TODO: Figure out how to get these dynamically
public const int AtsDlcGuardCount = 15;
public const float LaneWidth = 4.5f;
}
Expand Down

0 comments on commit 1a77ad3

Please sign in to comment.