Compare commits

...

3 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
t0stiman 4ce53bfccb fixed a whoopsie 2023-10-26 18:04:14 +02:00
5 changed files with 15 additions and 14 deletions

View File

@ -15,7 +15,7 @@ MonoBehaviour:
KindSelection: 0 KindSelection: 0
id: caravan id: caravan
carIdPrefix: C- carIdPrefix: C-
version: 1.0.0 version: 1.0.1
author: Tostiman author: Tostiman
localizationKey: ccl/car/caravan localizationKey: ccl/car/caravan
NameTranslationJson: '[{"Language":"English","Value":"Caravan"},{"Language":"Dutch","Value":"Caravan"}]' NameTranslationJson: '[{"Language":"English","Value":"Caravan"},{"Language":"Dutch","Value":"Caravan"}]'
@ -34,18 +34,14 @@ MonoBehaviour:
wheelslipFrictionMultiplier: 1 wheelslipFrictionMultiplier: 1
wheelRadius: 0.3263 wheelRadius: 0.3263
useDefaultWheelRotation: 0 useDefaultWheelRotation: 0
CargoTypeJson: '[{"AmountPerCar":1,"CargoType":"Passengers","ModelPaths":[]}]' CargoTypeJson: '[]'
CargoTypes: CargoTypes:
Entries: Entries: []
- AmountPerCar: 1
CargoType: 1000
ModelVariants: []
ModelPaths: []
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

@ -1,12 +1,12 @@
{ {
"Id":"caravan", "Id":"caravan",
"DisplayName":"Caravan", "DisplayName":"Caravan",
"Version":"1.0.0", "Version":"1.0.1",
"Author":"Tostiman", "Author":"Tostiman",
"ManagerVersion":"0.27.3", "ManagerVersion":"0.27.3",
"Requirements":[ "Requirements":[
"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

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