Skip to content

Commit

Permalink
♻️ change tiles repository due to migration into Unicro'p
Browse files Browse the repository at this point in the history
  • Loading branch information
JAGFx committed Aug 26, 2022
1 parent f72db98 commit 3d2759e
Show file tree
Hide file tree
Showing 7 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ The host `ets2.jagfx.fr` was deprecated and will be removed in the future.
### Offline

See the [SCS_Map_Tiles](https://github.com/TwinDragon/SCS_Map_Tiles#supported-maps) repository for supported games,
See the [SCS_Map_Tiles](https://github.com/Unicor-p/SCS_Map_Tiles#supported-maps) repository for supported games,
versions available and download links

## Internationalization
Expand Down
2 changes: 1 addition & 1 deletion doc/BREAKING_CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ For more information, read the [CONFIG_SETTINGS.md](CONFIG_SETTINGS.md) file

The host hosted at `ets2.jagfx.fr` will not be updated anymore. In the next major release, it will be removed.

Use the `TwinDragon/SCS_Map_Tiles` instead.
Use the `Unicor-p/SCS_Map_Tiles` instead.

## v1.6.3+

Expand Down
2 changes: 1 addition & 1 deletion doc/CONFIG_SETTINGS.md
Original file line number Diff line number Diff line change
Expand Up @@ -857,7 +857,7 @@ But, all game configuration have same entries.
<td>
<ul>
<li>https://ets2.jagfx.fr</li>
<li>https://raw.githubusercontent.com/TwinDragon/SCS_Map_Tiles/master/</li>
<li>https://raw.githubusercontent.com/Unicor-p/SCS_Map_Tiles/master/</li>
</ul>
</td>
<td>https://ets2.jagfx.fr</td>
Expand Down
6 changes: 3 additions & 3 deletions doc/MAP.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ The map feature requires a collection of tiles. To do this, you need to generate

If you're interested, check the [`JAGFx/ts-map`](https://github.com/JAGFx/ts-map) project.

See the [SCS_Map_Tiles](https://github.com/TwinDragon/SCS_Map_Tiles#supported-maps) repository for supported games, available versions and download links.
See the [SCS_Map_Tiles](https://github.com/Unicor-p/SCS_Map_Tiles#supported-maps) repository for supported games, available versions and download links.

See the DLC compatibility on [this project](https://github.com/TwinDragon/SCS_Map_Tiles)
See the DLC compatibility on [this project](https://github.com/Unicor-p/SCS_Map_Tiles)

> Many thanks to [TwinDragon](https://github.com/TwinDragon) for keeping the map tiles collection up to date with each new version of the game.
Expand Down Expand Up @@ -55,7 +55,7 @@ If you wish, you can host your own collections of map tiles. See the previous se

### Step 1: Get tiles

This project works with tiles from the [JAGFx / ts-map](https://github.com/JAGFx/ts-map) project. To get them, you can generate them yourself with the previous project, or get them from the [SCS_Map_Tiles](https://github.com/TwinDragon/SCS_Map_Tiles#supported-maps) project.
This project works with tiles from the [JAGFx / ts-map](https://github.com/JAGFx/ts-map) project. To get them, you can generate them yourself with the previous project, or get them from the [SCS_Map_Tiles](https://github.com/Unicor-p/SCS_Map_Tiles#supported-maps) project.

Collecting other tiles from any other project will not be supported.

Expand Down
2 changes: 1 addition & 1 deletion lib/config/config.ats.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
"maps_elements_speedLimit" : true,
"maps_elements_rotateWithPlayer" : true,
"maps_map_type" : "vanilla",
"maps_map_tilesRemotePath" : "https://raw.githubusercontent.com/TwinDragon/SCS_Map_Tiles/master/",
"maps_map_tilesRemotePath" : "https://raw.githubusercontent.com/Unicor-p/SCS_Map_Tiles/master/",
"maps_map_activeMap" : null,
"maps_map_navigationRemaining" : "remaining_date",
"maps_map_tilesVersion" : "latest",
Expand Down
2 changes: 1 addition & 1 deletion lib/config/config.ets2.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
"maps_elements_speedLimit" : true,
"maps_elements_rotateWithPlayer" : true,
"maps_map_type" : "vanilla",
"maps_map_tilesRemotePath" : "https://raw.githubusercontent.com/TwinDragon/SCS_Map_Tiles/master/",
"maps_map_tilesRemotePath" : "https://raw.githubusercontent.com/Unicor-p/SCS_Map_Tiles/master/",
"maps_map_activeMap" : null,
"maps_map_navigationRemaining" : "remaining_date",
"maps_map_tilesVersion" : "latest",
Expand Down
4 changes: 2 additions & 2 deletions src/data/config-field-values.json
Original file line number Diff line number Diff line change
Expand Up @@ -227,8 +227,8 @@
],
"maps_map_tilesRemotePath" : [
{
"label" : "TwinDragon/SCS_Map_Tiles",
"value" : "https://raw.githubusercontent.com/TwinDragon/SCS_Map_Tiles/master/"
"label" : "Unicor-p/SCS_Map_Tiles",
"value" : "https://raw.githubusercontent.com/Unicor-p/SCS_Map_Tiles/master/"
},
{
"label" : "ets2.jagfx.fr (Deprecated)",
Expand Down

0 comments on commit 3d2759e

Please sign in to comment.