Compare commits

...

2 Commits

Author SHA1 Message Date
t0stiman 257c3bf21e no cap 2024-01-27 13:24:53 +01:00
t0stiman 3c6ce16a00 repo.json newest version at top 2024-01-27 13:23:26 +01:00
5 changed files with 10 additions and 10 deletions

View File

@ -38,10 +38,10 @@ MonoBehaviour:
CargoTypes: CargoTypes:
Entries: [] Entries: []
brakes: brakes:
hasCompressor: 0 hasCompressor: 1
brakeValveType: 0 brakeValveType: 0
hasIndependentBrake: 0 hasIndependentBrake: 0
hasHandbrake: 0 hasHandbrake: 1
ignoreOverheating: 1 ignoreOverheating: 1
brakingForcePerBogieMultiplier: 0 brakingForcePerBogieMultiplier: 0
damage: damage:

View File

@ -1997,7 +1997,7 @@ Transform:
m_PrefabAsset: {fileID: 0} m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 5496646117800224830} m_GameObject: {fileID: 5496646117800224830}
m_LocalRotation: {x: 0, y: -0, z: -0, w: 1} m_LocalRotation: {x: 0, y: -0, z: -0, w: 1}
m_LocalPosition: {x: -0.383, y: -0.08700001, z: -0.173} m_LocalPosition: {x: -0.383, y: 0.499, z: -2.728}
m_LocalScale: {x: 1, y: 1, z: 1} m_LocalScale: {x: 1, y: 1, z: 1}
m_Children: m_Children:
- {fileID: 2348281878159220395} - {fileID: 2348281878159220395}
@ -3067,7 +3067,7 @@ Transform:
m_PrefabAsset: {fileID: 0} m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 9162766633389456596} m_GameObject: {fileID: 9162766633389456596}
m_LocalRotation: {x: 0, y: -0, z: -0, w: 1} m_LocalRotation: {x: 0, y: -0, z: -0, w: 1}
m_LocalPosition: {x: -0.525, y: -0.13, z: -0.173} m_LocalPosition: {x: -0.525, y: 0.522, z: -2.339}
m_LocalScale: {x: 1, y: 1, z: 1} m_LocalScale: {x: 1, y: 1, z: 1}
m_Children: m_Children:
- {fileID: 1333249152459371033} - {fileID: 1333249152459371033}

View File

@ -47,7 +47,7 @@ PlayerSettings:
defaultScreenWidthWeb: 960 defaultScreenWidthWeb: 960
defaultScreenHeightWeb: 600 defaultScreenHeightWeb: 600
m_StereoRenderingPath: 1 m_StereoRenderingPath: 1
m_ActiveColorSpace: 0 m_ActiveColorSpace: 1
m_MTRendering: 1 m_MTRendering: 1
m_StackTraceTypes: 010000000100000001000000010000000100000001000000 m_StackTraceTypes: 010000000100000001000000010000000100000001000000
iosShowActivityIndicatorOnLoading: -1 iosShowActivityIndicatorOnLoading: -1

View File

@ -8,5 +8,5 @@
"DVCustomCarLoader" "DVCustomCarLoader"
], ],
"HomePage": "https://www.nexusmods.com/derailvalley/mods/839", "HomePage": "https://www.nexusmods.com/derailvalley/mods/839",
"Repository": "https://git.tostiman.com/tostiman/dv-ccl-caravan/raw/branch/master/Repository.json" "Repository": "https://git.tostiman.com/tostiman/dv-ccl-caravan/raw/branch/master/repository.json"
} }

View File

@ -2,13 +2,13 @@
"Releases": [ "Releases": [
{ {
"Id": "caravan", "Id": "caravan",
"Version": "1.0.0", "Version": "1.0.1",
"DownloadUrl": "https://git.tostiman.com/tostiman/dv-ccl-caravan/releases/download/1.0.0/Caravan.zip" "DownloadUrl": "https://git.tostiman.com/tostiman/dv-ccl-caravan/releases/download/1.0.1/Caravan.zip"
}, },
{ {
"Id": "caravan", "Id": "caravan",
"Version": "1.0.1", "Version": "1.0.0",
"DownloadUrl": "https://git.tostiman.com/tostiman/dv-ccl-caravan/releases/download/1.0.1/Caravan.zip" "DownloadUrl": "https://git.tostiman.com/tostiman/dv-ccl-caravan/releases/download/1.0.0/Caravan.zip"
} }
] ]
} }