Compare commits

..

No commits in common. "master" and "0.0.1" have entirely different histories.

4 changed files with 4 additions and 24 deletions

View File

@ -13,9 +13,8 @@ MonoBehaviour:
m_Name: MapInfo
m_EditorClassIdentifier:
name: San Andreas
version: 0.0.2
version: 0.1.0
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,6 +12,7 @@ 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).
@ -21,7 +22,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 newest [Mapify unofficial preview](https://github.com/t0stiman/dv-mapify/releases).
2. Then install the Mapify zip from the latest [release](https://git.tostiman.com/tostiman/dv_san_andreas/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
@ -32,5 +33,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](https://github.com/t0stiman/dv-mapify/releases/latest).
2. Import the mapify unity package.
3. Export the map.

View File

@ -1,11 +0,0 @@
{
"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"
}

View File

@ -1,9 +0,0 @@
{
"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"
}
]
}