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