Compare commits

..

3 Commits

Author SHA1 Message Date
t0stiman a26b004435 update readme 2024-02-25 21:01:40 +01:00
t0stiman 7485fa0db9 update readme 2024-02-25 20:58:17 +01:00
t0stiman e79ea0d367 update for newer DV 2024-02-25 20:49:27 +01:00
4 changed files with 24 additions and 4 deletions

View File

@ -13,8 +13,9 @@ MonoBehaviour:
m_Name: MapInfo
m_EditorClassIdentifier:
name: San Andreas
version: 0.1.0
version: 0.0.2
homePage: https://git.tostiman.com/tostiman/dv_san_andreas
repository: https://git.tostiman.com/tostiman/dv_san_andreas
loadingGaugeHeight: 5
loadingGaugeWidth: 4
waterLevel: 76

View File

@ -12,7 +12,6 @@ Things you should know about this map:
- You can only walk on the tracks and the vanilla game objects like station offices
- Some tracks are incredibly steep and some bends very sharp! You could say this map is the Dark Souls of train simulators. It *is* possible to drive a full lap though (clockwise)!
- You can't take jobs. Some freight jobs are generated but [the booklets dont spawn correctly](https://github.com/Insprill/dv-mapify/issues/28).
- Performance is bad
For more issues check the [issues tab](https://git.tostiman.com/tostiman/dv_san_andreas/issues).
@ -22,7 +21,7 @@ For more issues check the [issues tab](https://git.tostiman.com/tostiman/dv_san_
This map requires a special version of Mapify.
1. If you already have Mapify installed, delete it first.
2. Then install the Mapify zip from the latest [release](https://git.tostiman.com/tostiman/dv_san_andreas/releases).
2. Then install the newest [Mapify unofficial preview](https://github.com/t0stiman/dv-mapify/releases).
3. Download the San Andreas zip from the latest [release](https://git.tostiman.com/tostiman/dv_san_andreas/releases) and throw it in Unity Mod Manager.
### How to launch the map
@ -33,5 +32,5 @@ This map requires a special version of Mapify.
## Build from source
1. Download this repository and open it in Unity.
2. Import the mapify unity package.
2. Import the [mapify unity package](https://github.com/t0stiman/dv-mapify/releases/latest).
3. Export the map.

11
info.json Normal file
View File

@ -0,0 +1,11 @@
{
"Id": "San Andreas",
"Version": "0.0.2",
"DisplayName": "San Andreas",
"ManagerVersion": "0.27.3",
"Requirements": [
"Mapify"
],
"HomePage": "https://git.tostiman.com/tostiman/dv_san_andreas",
"Repository": "https://git.tostiman.com/tostiman/dv_san_andreas/raw/branch/master/repository.json"
}

9
repository.json Normal file
View File

@ -0,0 +1,9 @@
{
"Releases": [
{
"Id": "dv_san_andreas",
"Version": "0.0.2",
"DownloadUrl": "https://git.tostiman.com/tostiman/dv_san_andreas/releases/download/0.0.2/San Andreas.zip"
}
]
}