-
Notifications
You must be signed in to change notification settings - Fork 99
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #90 from DMagic1/dev
V9 rc2
- Loading branch information
Showing
100 changed files
with
11,596 additions
and
7,259 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
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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 |
---|---|---|
@@ -0,0 +1,79 @@ | ||
//Config nodes for SCANsat resource scanners | ||
|
||
//The name fields must match the resource name exactly | ||
|
||
//Do Not overwrite or use identical SCANtype values | ||
|
||
//SCANtype values below 64 are reserved for SCANsat | ||
//sensors and can't be assigned | ||
SCANSAT_SENSOR | ||
{ | ||
name = Kethane | ||
SCANtype = 64 //2^6 | ||
ColorEmpty = 0.1858824, 0.3105883, 0.1929412 | ||
ColorFull = 0.08235294, 0.6901961, 0.1019608 | ||
} | ||
SCANSAT_SENSOR | ||
{ | ||
name = Ore | ||
SCANtype = 128 //2^7 | ||
ColorEmpty = 0.729411765, 0.592156863, 0.498039216 | ||
ColorFull = 1.0, 0.415686275, 0.0 | ||
} | ||
SCANSAT_SENSOR | ||
{ | ||
name = Uranium | ||
SCANtype = 1024 //2^10 | ||
ColorEmpty = 0.9372549, 0.827451, 0.9058823 | ||
ColorFull = 0.6117647, 0.1098039, 0.4196078 | ||
} | ||
SCANSAT_SENSOR | ||
{ | ||
name = Thorium | ||
SCANtype = 2048 //2^11 | ||
ColorEmpty = 0.9372549, 0.827451, 0.9058823 | ||
ColorFull = 0.6117647, 0.1098039, 0.4196078 | ||
} | ||
SCANSAT_SENSOR | ||
{ | ||
name = Alumina | ||
SCANtype = 4096 //2^12 | ||
ColorEmpty = 0.9372549, 0.827451, 0.9058823 | ||
ColorFull = 0.6117647, 0.1098039, 0.4196078 | ||
} | ||
SCANSAT_SENSOR | ||
{ | ||
name = Water | ||
SCANtype = 8192 //2^13 | ||
ColorEmpty = 0.9372549, 0.827451, 0.9058823 | ||
ColorFull = 0.6117647, 0.1098039, 0.4196078 | ||
} | ||
SCANSAT_SENSOR | ||
{ | ||
name = Aquifer | ||
SCANtype = 16384 //2^14 | ||
ColorEmpty = 0.9372549, 0.827451, 0.9058823 | ||
ColorFull = 0.6117647, 0.1098039, 0.4196078 | ||
} | ||
SCANSAT_SENSOR | ||
{ | ||
name = Minerals | ||
SCANtype = 32768 //2^15 | ||
ColorEmpty = 0.9372549, 0.827451, 0.9058823 | ||
ColorFull = 0.6117647, 0.1098039, 0.4196078 | ||
} | ||
SCANSAT_SENSOR | ||
{ | ||
name = Substrate | ||
SCANtype = 65536 //2^16 | ||
ColorEmpty = 0.9372549, 0.827451, 0.9058823 | ||
ColorFull = 0.6117647, 0.1098039, 0.4196078 | ||
} | ||
SCANSAT_SENSOR | ||
{ | ||
name = Karbonite | ||
SCANtype = 262144 //2^18 | ||
ColorEmpty = 1.0, 0.8, 0.2 | ||
ColorFull = 0.8117647, 0.3254902, 0.0 | ||
} |
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 |
---|---|---|
|
@@ -11,7 +11,7 @@ | |
"MAJOR":1, | ||
"MINOR":0, | ||
"PATCH":9, | ||
"BUILD":1 | ||
"BUILD":2 | ||
}, | ||
"KSP_VERSION":{ | ||
"MAJOR":0, | ||
|
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
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
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.