7 Commits

Author SHA1 Message Date
5542435cf2 Ignore log files 2025-12-02 20:06:54 -06:00
2af750f646 Update to MapEnhancer 1.5.4.2 2025-12-02 20:06:45 -06:00
8041039244 Add Some Kind of Madness 2025-12-02 19:58:07 -06:00
58b0228838 Remove the old RRCrossing mod 2025-12-02 19:57:38 -06:00
9fa64b95da Add TimeSync mod 2025-12-01 19:28:03 -06:00
c9132f472e Ignore downloaded map tiles from Alina's Map mod 2025-12-01 19:27:51 -06:00
b474a10da1 Remove Car Spawner 2025-12-01 19:27:28 -06:00
24 changed files with 2609 additions and 200 deletions

3
.gitignore vendored
View File

@@ -5,6 +5,9 @@
# Ignore dll cache files
*.cache
*.log
Settings.xml
Railloader/ModSettings/*
AlinasMapMod/Maps/*

View File

@@ -1,22 +0,0 @@
{
"manifestVersion": 5,
"id": "CUtil.RRCrossing",
"name": "RRCrossing",
"version": "1.2.0",
"requires": [
{
"id": "railroader",
"notBefore": "2024.6.8"
},
{
"id": "Zamu.StrangeCustoms",
"notBefore": "1.9"
}
],
"mixintos": {
"game-graph": [
"file(game-graph.json)"
]
},
"assemblies": [ "RRCrossing" ]
}

Binary file not shown.

Binary file not shown.

View File

@@ -1 +0,0 @@
{"identifier":"Rex_Crossing_Gates","name":"Rex_Crossing_Gates","shared":false,"assets":{"RRCrossingRexRust2":{"name":"RRCrossingRexRust2","type":"prefab","filename":"RRCrossingRexRust2.prefab"},"RRCrossingRexRust1":{"name":"RRCrossingRexRust1","type":"prefab","filename":"RRCrossingRexRust1.prefab"},"RRCrossingRexClean":{"name":"RRCrossingRexClean","type":"prefab","filename":"RRCrossingRexClean.prefab"}}}

View File

@@ -1,46 +0,0 @@
{
"objects": [
{
"identifier": "RRCrossingRexRust2",
"metadata": {
"name": "RRCrossingRexRust2",
"description": "A new item",
"tags": [],
"credits": ""
},
"definition": {
"kind": "Scenery",
"modelIdentifier": "RRCrossingRexRust2",
"components": []
}
},
{
"identifier": "RRCrossingRexRust1",
"metadata": {
"name": "RRCrossingRexRust1",
"description": "A new item",
"tags": [],
"credits": ""
},
"definition": {
"kind": "Scenery",
"modelIdentifier": "RRCrossingRexRust1",
"components": []
}
},
{
"identifier": "RRCrossingRexClean",
"metadata": {
"name": "RRCrossingRexClean",
"description": "A new item",
"tags": [],
"credits": ""
},
"definition": {
"kind": "Scenery",
"modelIdentifier": "RRCrossingRexClean",
"components": []
}
}
]
}

View File

@@ -1,90 +0,0 @@
{
"tracks": {
"spans": {
"DC1": {
"upper": {
"segmentId": "Sd9r",
"distance": 0,
"end": "End"
},
"lower": {
"segmentId": "Sd9r",
"distance": 115,
"end": "Start"
}
},
"DC2": {
"upper": {
"segmentId": "S6tu",
"distance": 0,
"end": "End"
},
"lower": {
"segmentId": "Ss0r",
"distance": 175,
"end": "Start"
}
}
}
},
"splineys": {
"DillsboroCrossing": {
"handler": "CUtil.RRCrossing",
"identifier":"RRCrossingRexRust1",
"instances": [
{
"position": {
"x": 22326,
"y": 603.0,
"z": -1432
},
"rotation": {
"x": 0.0,
"y": 160.0,
"z": 0.0
}
},
{
"position": {
"x": 22333,
"y": 603.0,
"z": -1428
},
"rotation": {
"x": 0.0,
"y": 340.0,
"z": 0.0
}
},
{
"position": {
"x": 22330,
"y": 603.0,
"z": -1442
},
"rotation": {
"x": 0.0,
"y": 160.0,
"z": 0.0
}
},
{
"position": {
"x": 22338,
"y": 603.0,
"z": -1439
},
"rotation": {
"x": 0.0,
"y": 340.0,
"z": 0.0
}
}
],
"spanIds": [
"DC2","DC1"
]
}
}
}

Binary file not shown.

Binary file not shown.

View File

@@ -1,22 +0,0 @@
{
"manifestVersion": 5,
"id": "C_L_B.CarSpawner",
"name": "CarSpawner",
"version": "1.0.2",
"requires": [
{
"id": "railroader",
"notBefore": "2024.6.8"
},
{
"id": "Zamu.StrangeCustoms",
"notBefore": "1.9"
}
],
"mixintos": {
"game-graph": [
"file(game-graph.json)"
]
},
"assemblies": [ "CarSpawner" ]
}

View File

@@ -1,13 +0,0 @@
{
"loads":{
"clb-carSpawner-internal": {
"description": "internalCarSpawner",
"units": "Pounds",
"density": 1,
"unitWeightInPounds": 0.0,
"importable": false,
"payPerQuantity": 0.0,
"costPerUnit": 0.0
}
}
}

Binary file not shown.

View File

@@ -2,10 +2,10 @@
"Id": "MapEnhancer",
"DisplayName": "Map Enhancer",
"Author": "Vanguard",
"Version": "1.5.2",
"Version": "1.5.4.2",
"AssemblyName": "MapEnhancer.dll",
"EntryMethod": "MapEnhancer.UMM.Loader.Load",
"ManagerVersion": "0.27.12",
"ManagerVersion": "0.32.4",
"HomePage": "https://www.nexusmods.com/railroader/mods/18/",
"Repository": "https://raw.githubusercontent.com/mricher-git/rr-mapenhancer-mod/master/repository.json"
"Repository": "https://raw.githubusercontent.com/Refizar08/rr-mapenhancer-fix/master/repository.json"
}

Binary file not shown.

View File

@@ -0,0 +1,4 @@
{
"assemblies": [ "SomeKindOfMadness" ],
"updateUrl": "https://railroader.stelltis.ch/updates.json"
}

View File

@@ -0,0 +1,27 @@
{
"manifestVersion": 5,
"id": "Zamu.SomeKindOfMadness",
"name": "Some Kind of Madness",
"version": "1.4.24366.2150",
"requires": [
{
"id": "railloader",
"notBefore": "1.9.6.8"
}
],
"redirects": [
{
"definition": "Definition.Stable.json",
"requires": [
{
"id": "railroader",
"notAfter": "2024.5.9999"
}
]
},
{
"definition": "Experimental/Definition.Experimental.json"
}
],
"updateUrl": "https://railroader.stelltis.ch/updates.json"
}

View File

@@ -0,0 +1,4 @@
{
"assemblies": [ "SomeKindOfMadness" ],
"updateUrl": "https://railroader.stelltis.ch/updates.json"
}

Binary file not shown.

Binary file not shown.

BIN
TimeSync/TimeSync.dll Normal file

Binary file not shown.

12
TimeSync/info.json Normal file
View File

@@ -0,0 +1,12 @@
{
"Id": "TimeSync",
"DisplayName": "Time Sync",
"Author": "Gamea",
"Version": "1.0.0",
"ManagerVersion": "0.27.3",
"Requirements": [],
"AssemblyName": "TimeSync.dll",
"EntryMethod": "TimeSync.Main.Load",
"HomePage": "",
"Repository": ""
}

File diff suppressed because it is too large Load Diff

View File

@@ -0,0 +1,8 @@
{
"hours": 9,
"minutes": 24,
"seconds": 57,
"totalSeconds": 120297,
"timestamp": "2025-12-01T19:27:54",
"isPaused": false
}