-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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
- Loading branch information
1 parent
27063ca
commit 525785a
Showing
3 changed files
with
36 additions
and
19 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | ||
} | ||
} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters