From d31a7de6e758ec4768c82e143a686d592392d498 Mon Sep 17 00:00:00 2001 From: Hawke Date: Sun, 31 Aug 2025 22:16:57 -0500 Subject: [PATCH] =?UTF-8?q?Add=20Kater=E2=80=99s=20Sylva=20Interchange=20-?= =?UTF-8?q?=20Shunter=20shed?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit https://www.nexusmods.com/railroader/mods/122 --- .../Definition.json | 17 ++++ ...Katers Sylva Interchange Shunter Shed.json | 97 +++++++++++++++++++ 2 files changed, 114 insertions(+) create mode 100644 Katers Sylva Interchange Shunter Shed/Definition.json create mode 100644 Katers Sylva Interchange Shunter Shed/Katers Sylva Interchange Shunter Shed.json diff --git a/Katers Sylva Interchange Shunter Shed/Definition.json b/Katers Sylva Interchange Shunter Shed/Definition.json new file mode 100644 index 00000000..2f526ca2 --- /dev/null +++ b/Katers Sylva Interchange Shunter Shed/Definition.json @@ -0,0 +1,17 @@ +{ + "manifestVersion": 5, + "id": "Katers.SylvaInterchangeShunterShed", + "name": "Katers Sylva Interchange", + "version": "1.0", + "requires": [ + { + "id": "Katers.SylvaInterchange", + "notBefore": "3.1.0" + } + ], + "mixintos": { + "game-graph": [ + "file(Katers Sylva Interchange Shunter Shed.json)" + ] + } +} diff --git a/Katers Sylva Interchange Shunter Shed/Katers Sylva Interchange Shunter Shed.json b/Katers Sylva Interchange Shunter Shed/Katers Sylva Interchange Shunter Shed.json new file mode 100644 index 00000000..f0e35924 --- /dev/null +++ b/Katers Sylva Interchange Shunter Shed/Katers Sylva Interchange Shunter Shed.json @@ -0,0 +1,97 @@ +{ + "tracks": { + "segments": { + "SSyInt_zyce": { + "groupId": "" + }, + "SSyInt_cawa": { + "groupId": "" + }, + "SSyInt_m3e1": { + "groupId": "" + }, + "SSyInt_r13h": { + "groupId": "" + }, + "SSyInt_612e": { + "groupId": "" + } + }, + "spans": { + "SylvaInt_Repair_Track_2": { + "upper": { + "segmentId": "SSyInt_r13h", + "distance": 1.0, + "end": "Start" + }, + "lower": { + "segmentId": "SSyInt_r13h", + "distance": 1.0, + "end": "End" + } + }, + "SylvaInt_Repair_Track_3": { + "upper": { + "segmentId": "SSyInt_612e", + "distance": 1.0, + "end": "Start" + }, + "lower": { + "segmentId": "SSyInt_612e", + "distance": 1.0, + "end": "End" + } + } + } + }, + "areas": { + "sylva": { + "industries": { + "SylvaIntRepairService": { + "components": { + "repair": { + "trackSpans": [ { "$append": [ "SylvaInt_Repair_Track_2", "SylvaInt_Repair_Track_3" ] + } + ] + }, + "repair-parts": { + "trackSpans": [ { "$append": [ "SylvaInt_Repair_Track_2", "SylvaInt_Repair_Track_3" ] + } + ] + } + } + } + } + } + }, + "scenery": { + "Sylva_ShuntShed": { + "modelIdentifier": "allen-dual-shed", + "position": { + "x": 26208.791, + "y": 630.4, + "z": 807.052856 + }, + "rotation": { + "x": 1.00179141E-05, + "y": 236.3394737, + "z": 1.00066827E-05 + }, + "scale": { + "x": 1.0, + "y": 1.0, + "z": 1.0 + } + }, + "SylSS_House_Lamp": { + "modelIdentifier": "CLB_Lamp01", + "position": { "x": 26194.78, "y": 637.5, "z": 797.64 }, + "rotation": { "x": 0.0, "y": 149.74, "z": 0.0 }, + "scale": { + "x": 1.0, + "y": 1.0, + "z": 1.0 + } + }, + } +} \ No newline at end of file