Skip to content
This repository has been archived by the owner on Nov 21, 2020. It is now read-only.

Custom cities.json

Tarasa24 edited this page Nov 30, 2019 · 1 revision

SCS Discord Rich Presence

Unofficial Open-source Discord Rich Presence for ETS2 and ATS

Table of contents

Introduction

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.

Getting the json

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.

Custom cities location

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.

Clone this wiki locally