Skip to content

Commit

Permalink
Added drag cube to the ASET_PRC_Bumper becuase KSP is crashing on the
Browse files Browse the repository at this point in the history
    procedural drag cube which is auto-generated.  For 1.10 and older only
  • Loading branch information
linuxgurugamer committed Jul 8, 2020
1 parent 27063ca commit 525785a
Show file tree
Hide file tree
Showing 3 changed files with 36 additions and 19 deletions.
40 changes: 21 additions & 19 deletions ASET_PRC.version
Original file line number Diff line number Diff line change
@@ -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"
}
}

7 changes: 7 additions & 0 deletions ChangeLog.txt
Original file line number Diff line number Diff line change
@@ -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
8 changes: 8 additions & 0 deletions GameData/ASET/PRC/KRoverBumper.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -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
}
}

0 comments on commit 525785a

Please sign in to comment.