-
Notifications
You must be signed in to change notification settings - Fork 0
Custom cities.json
The way of determining the closest city relative to your position depends solely on the database of cities coordinates dbs/cities
. While my software provide all the base game as well as all map expansions cities, if you wish to have accurate closest city determination while using map mods you have will have to provide your own cities database.
For this step you should refer to the ETS2 Log to Coordinates repository where you can find already generated json files for popular mods like Promods or TSM map, as well as a guide on how to generate one.
After you have your map_mod.json
generated, place said file into following directory dbs/cities/usr_ets2
or dbs/cities/usr_ats
. Files in these directories are automatically loaded on the every SCS_RPC.exe run.