diff --git a/ASET_PRC.version b/ASET_PRC.version index 8d178f1..30edffa 100644 --- a/ASET_PRC.version +++ b/ASET_PRC.version @@ -1,25 +1,27 @@ { - "NAME":"ASET_PRC", + "NAME": "ASET_PRC", "URL": "http://ksp.spacetux.net/avc/ASET_PRC", - "DOWNLOAD":"https://github.com/linuxgurugamer/ASET_PRC_Rover/releases/latest", - "GITHUB": - { - "USERNAME":"linuxgurugamer", - "REPOSITORY":"ASET_PRC_Rover", - "ALLOW_PRE_RELEASE":false + "DOWNLOAD": "https://github.com/linuxgurugamer/ASET_PRC_Rover/releases/latest", + "GITHUB": { + "USERNAME": "linuxgurugamer", + "REPOSITORY": "ASET_PRC_Rover", + "ALLOW_PRE_RELEASE": false }, - "VERSION": - { - "MAJOR":0, - "MINOR":0, - "PATCH":1, - "BUILD":0 + "VERSION": { + "MAJOR": 0, + "MINOR": 1, + "PATCH": 0, + "BUILD": 1 }, - "KSP_VERSION_MIN": - { - "MAJOR":1, - "MINOR":7, - "PATCH":1 + "KSP_VERSION_MIN": { + "MAJOR": 1, + "MINOR": 10, + "PATCH": 0 + }, + "INSTALL_LOC_1": { + "NAME": "ASET_PRC", + "PATH": "ASET", + "DIRECTORY": "PRC", + "FILE": "ASET_PRC.version" } } - diff --git a/ChangeLog.txt b/ChangeLog.txt index 921cc66..dd16560 100644 --- a/ChangeLog.txt +++ b/ChangeLog.txt @@ -1,5 +1,12 @@ +Changelog +0.1.0.1 + Added drag cube to the ASET_PRC_Bumper becuase KSP is crashing on the + procedural drag cube which is auto-generated. For 1.10 and older only + 0.0.1 Adoption by Linuxgurugamer Thanks to @Shadowmage for rewriting the wheel code Updated config to allow either stock wheels or KSPWheel +0.1.0 + Updated version file for KSP 1.8 diff --git a/GameData/ASET/PRC/KRoverBumper.cfg b/GameData/ASET/PRC/KRoverBumper.cfg index d6039b9..e6db2d2 100644 --- a/GameData/ASET/PRC/KRoverBumper.cfg +++ b/GameData/ASET/PRC/KRoverBumper.cfg @@ -91,4 +91,12 @@ PART maxAmount = 100 } + +// This is the drag cube from the cubic strut. The drag cube for this part is +// "procedural", and is causing KSP to crash during startup + + DRAG_CUBE + { + cube = Default, 0.03014,0.8114,0.4201, 0.03011,0.8138,0.4184, 0.0484,0.9807,0.2364, 0.0484,0.9997,0.2273, 0.03665,0.7858,0.3311, 0.03665,0.8312,0.3426, -2.98E-08,0.0001615,3.725E-09, 0.2201,0.2637,0.2201 + } }