Skip to content

Commit f49810e

Browse files
committed
Merge pull request #85 from DMagic1/release
Version 8
2 parents b2d8dc0 + 4922b30 commit f49810e

21 files changed

+677
-369
lines changed

README.md

Lines changed: 216 additions & 120 deletions
Large diffs are not rendered by default.

SCANassets/MM_Parts/EPL_Scanners.cfg

Lines changed: 0 additions & 14 deletions
This file was deleted.

SCANassets/MM_Parts/KSPI_Scanners.cfg

Lines changed: 0 additions & 16 deletions
This file was deleted.

SCANassets/MM_Parts/Kethane_Scanners.cfg

Lines changed: 0 additions & 30 deletions
This file was deleted.
Lines changed: 79 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,79 @@
1+
//Config nodes for SCANsat resource scanners
2+
3+
//The name fields must match the resource name exactly
4+
5+
//Do Not overwrite or use identical SCANtype values
6+
7+
//SCANtype values below 64 are reserved for SCANsat
8+
//sensors and can't be assigned
9+
10+
SCANSAT_SENSOR
11+
{
12+
name = Kethane
13+
SCANtype = 64 //2^6
14+
ColorEmpty = 0.1858824, 0.3105883, 0.1929412
15+
ColorFull = 0.08235294, 0.6901961, 0.1019608
16+
}
17+
SCANSAT_SENSOR
18+
{
19+
name = Ore
20+
SCANtype = 128 //2^7
21+
ColorEmpty = 0.729411765, 0.592156863, 0.498039216
22+
ColorFull = 1.0, 0.415686275, 0.0
23+
}
24+
SCANSAT_SENSOR
25+
{
26+
name = Uranium
27+
SCANtype = 1024 //2^10
28+
ColorEmpty = 0.9372549, 0.827451, 0.9058823
29+
ColorFull = 0.6117647, 0.1098039, 0.4196078
30+
}
31+
SCANSAT_SENSOR
32+
{
33+
name = Thorium
34+
SCANtype = 2048 //2^11
35+
ColorEmpty = 0.9372549, 0.827451, 0.9058823
36+
ColorFull = 0.6117647, 0.1098039, 0.4196078
37+
}
38+
SCANSAT_SENSOR
39+
{
40+
name = Alumina
41+
SCANtype = 4096 //2^12
42+
ColorEmpty = 0.9372549, 0.827451, 0.9058823
43+
ColorFull = 0.6117647, 0.1098039, 0.4196078
44+
}
45+
SCANSAT_SENSOR
46+
{
47+
name = Water
48+
SCANtype = 8192 //2^13
49+
ColorEmpty = 0.9372549, 0.827451, 0.9058823
50+
ColorFull = 0.6117647, 0.1098039, 0.4196078
51+
}
52+
SCANSAT_SENSOR
53+
{
54+
name = Aquifer
55+
SCANtype = 16384 //2^14
56+
ColorEmpty = 0.9372549, 0.827451, 0.9058823
57+
ColorFull = 0.6117647, 0.1098039, 0.4196078
58+
}
59+
SCANSAT_SENSOR
60+
{
61+
name = Minerals
62+
SCANtype = 32768 //2^15
63+
ColorEmpty = 0.9372549, 0.827451, 0.9058823
64+
ColorFull = 0.6117647, 0.1098039, 0.4196078
65+
}
66+
SCANSAT_SENSOR
67+
{
68+
name = Substrate
69+
SCANtype = 65536 //2^16
70+
ColorEmpty = 0.9372549, 0.827451, 0.9058823
71+
ColorFull = 0.6117647, 0.1098039, 0.4196078
72+
}
73+
SCANSAT_SENSOR
74+
{
75+
name = Karbonite
76+
SCANtype = 262144 //2^18
77+
ColorEmpty = 1.0, 0.8, 0.2
78+
ColorFull = 0.8117647, 0.3254902, 0.0
79+
}

SCANassets/SCANsat.version

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
{
2+
"NAME":"SCANsat",
3+
"URL":"https://github.com/S-C-A-N/SCANsat",
4+
"DOWNLOAD":"https://github.com/S-C-A-N/SCANsat/releases",
5+
"GITHUB":{
6+
"USERNAME":"S-C-A-N",
7+
"REPOSITORY":"SCANsat",
8+
"ALLOW_PRE_RELEASE":false,
9+
},
10+
"VERSION":{
11+
"MAJOR":1,
12+
"MINOR":0,
13+
"PATCH":8,
14+
"BUILD":0
15+
},
16+
"KSP_VERSION":{
17+
"MAJOR":0,
18+
"MINOR":25,
19+
"PATCH":0
20+
},
21+
"KSP_VERSION_MIN":{
22+
"MAJOR":0,
23+
"MINOR":25,
24+
"PATCH":0
25+
}
26+
"KSP_VERSION_MAX":{
27+
"MAJOR":0,
28+
"MINOR":25,
29+
"PATCH":0
30+
}
31+
}

SCANsat/CHANGELOG.txt

Lines changed: 8 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1,32 +1,20 @@
1-
Build 8 - 2014-08-02
1+
Version 8 - 2014-10-8
22
---------------------
33

4-
- Updated for KSP 0.24.2
4+
- Updated for KSP 0.25
55

66
Resource Scanning:
77
- Planetary resource overlay for big map
8-
- Supports latest Kethane version - 0.8.8.1
9-
- Supports ORS resources
8+
- Supports ORSX resources
109
- All resources types can be scanned in the background; no need to remain in control of a vessel while scanning
1110
- All resource scanning data is persistent; no different from standard SCANsat sensors
1211
- Resource types controlled through the SCANsat settings menu
13-
- Resources require explicit support from SCANsat
14-
- Users cannot add or change which resource types are supported
15-
16-
- Module Manager configs included for Kethane, Extraplanetary Launchpad and Interstellar resources
12+
- Resources scanner types defined through included config file
1713
- Support for Modular Kolonization System and Karbonite are provided in their respective packages
1814

19-
- ORS resources
20-
- Resources displayed on the big map with a place holder color overlay
21-
- ORS plugin included with SCANsat package; compatible with any version of ORS included in other mods
22-
23-
- Kethane resources
24-
- Background scanning requires using the SCANsat modules added through the included Module Manager configs
25-
- This function is separate from standard Kethane scanning; both are accessed through the right-click context menu
26-
- SCANsat will read existing Kethane scanning data if present; no SCANsat scanners are required for this
27-
- Kethane grid can be updated through the SCANsat settings menu
28-
- Grid must be forced to reset before changes become visible; saving/loading or switching which resource type is displayed works
29-
- Kethane resources displayed with their specified color values based on deposit concentration
15+
- ORSX resources
16+
- Resources displayed on the big map
17+
- Overlay colors can be defined in the included resource scanner config file
3018

3119
Parts:
3220
- MapTraq deprecated
@@ -65,7 +53,7 @@ Bug Fixes:
6553
- Active scanners no longer play through their animation on startup; they start fully deployed
6654
- Toolbar icons fallback to place holder textures if the default SCANsat icons are moved/altered/deleted
6755
- Prevent small map from opening improperly in non-toolbar version
68-
56+
- Prevent debug spam on EVA science collection
6957
- Improved support for command pods/cockpits using Raster Prop Monitor
7058
- Possibly prevent problems such as issue #63
7159

SCANsat/Properties/AssemblyInfo.cs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,8 @@
1616
// and "{Major}.{Minor}.{Build}.*" will update just the revision.
1717
[assembly: AssemblyVersion ("1.0.8.0")]
1818
[assembly: AssemblyFileVersion ("1.0.8.0")]
19-
[assembly: AssemblyInformationalVersion ("v8.0")]
19+
[assembly: AssemblyInformationalVersion ("v8")]
2020

2121
[assembly: KSPAssembly ("SCANsat", 0, 8)]
22-
[assembly: KSPAssemblyDependency("OpenResourceSystem", 1, 1)]
2322

2423

0 commit comments

Comments
 (0)