From f5b5ba155392e4c7dc0ed21f5c062d815c2528c0 Mon Sep 17 00:00:00 2001 From: "linuxgurugamer@gmail.com" Date: Wed, 27 Nov 2024 13:42:52 -0500 Subject: [PATCH] Fixed path for the 3.75m servcie bay config to add the missing "Assets" Updated path for version file to pull from github.com --- ChangeLog.txt | 4 +++ .../Parts/ServiceBays/ServiceBay_375.cfg | 2 +- KerBalloons.version | 4 +-- KerBalloons.version.1-12-3 | 26 ------------------- 4 files changed, 7 insertions(+), 29 deletions(-) delete mode 100644 KerBalloons.version.1-12-3 diff --git a/ChangeLog.txt b/ChangeLog.txt index 118fc3d..febfdb8 100644 --- a/ChangeLog.txt +++ b/ChangeLog.txt @@ -1,5 +1,9 @@ ChangeLog +0.6.0.1 + Fixed path for the 3.75m servcie bay config to add the missing "Assets" + Updated path for version file to pull from github.com + 0.6.0 Replaced unnessicarily complex Abstract Class for initializing category with simpler code Made KBFilter non-destroyable diff --git a/GameData/KerBalloons/Parts/ServiceBays/ServiceBay_375.cfg b/GameData/KerBalloons/Parts/ServiceBays/ServiceBay_375.cfg index 3cfe04d..5a149a5 100644 --- a/GameData/KerBalloons/Parts/ServiceBays/ServiceBay_375.cfg +++ b/GameData/KerBalloons/Parts/ServiceBays/ServiceBay_375.cfg @@ -7,7 +7,7 @@ PART MODEL { //model = Squad/Parts/Utility/ServiceBay/ServiceBay_250 - model = Squad/Parts/Utility/ServiceBay_v2/ServiceBay_250_v2 + model = Squad/Parts/Utility/ServiceBay_v2/Assets/ServiceBay_250_v2 } rescaleFactor = 1.5 diff --git a/KerBalloons.version b/KerBalloons.version index 49466c7..753c878 100644 --- a/KerBalloons.version +++ b/KerBalloons.version @@ -1,6 +1,6 @@ { "NAME": "KerBalloons", - "URL": "http://ksp.spacetux.net/avc/KerBalloons", + "URL": "https://raw.githubusercontent.com/linuxgurugamer/KerballoonsReinflated/refs/heads/master/KerBalloons.version", "DOWNLOAD": "https://github.com/linuxgurugamer/KerBalloons/releases", "GITHUB": { "USERNAME": "linuxgurugamer", @@ -11,7 +11,7 @@ "MAJOR": 0, "MINOR": 6, "PATCH": 0, - "BUILD": 0 + "BUILD": 1 }, "KSP_VERSION": { "MAJOR": 1, diff --git a/KerBalloons.version.1-12-3 b/KerBalloons.version.1-12-3 deleted file mode 100644 index 761ad5d..0000000 --- a/KerBalloons.version.1-12-3 +++ /dev/null @@ -1,26 +0,0 @@ -{ - "NAME": "KerBalloons", - "URL": "http://ksp.spacetux.net/avc/KerBalloons", - "DOWNLOAD": "https://github.com/linuxgurugamer/KerBalloons/releases", - "GITHUB": { - "USERNAME": "linuxgurugamer", - "REPOSITORY": "KerBalloons", - "ALLOW_PRE_RELEASE": false - }, - "VERSION": { - "MAJOR": 0, - "MINOR": 5, - "PATCH": 0, - "BUILD": 12 - }, - "KSP_VERSION": { - "MAJOR": 1, - "MINOR": 12, - "PATCH": 3 - }, - "KSP_VERSION_MIN": { - "MAJOR": 1, - "MINOR": 12, - "PATCH": 0 - } -} \ No newline at end of file