Skip to content

Commit

Permalink
Merge pull request S-C-A-N#1 from S-C-A-N/release
Browse files Browse the repository at this point in the history
Syncing from master.
  • Loading branch information
Kerbas-ad-astra committed Jun 10, 2015
2 parents 8896465 + 1923cdb commit f956f6e
Show file tree
Hide file tree
Showing 126 changed files with 9,014 additions and 2,602 deletions.
449 changes: 260 additions & 189 deletions README.md

Large diffs are not rendered by default.

Binary file added SCANassets/Flags/SCANsat_Flag.dds
Binary file not shown.
Binary file removed SCANassets/Flags/SCANsat_Flag.png
Binary file not shown.
Binary file added SCANassets/Icons/DropDownTex.dds
Binary file not shown.
Binary file removed SCANassets/Icons/DropDownTex.png
Binary file not shown.
Binary file added SCANassets/Icons/SCAN_Asteroid_Icon.dds
Binary file not shown.
Binary file removed SCANassets/Icons/SCAN_Asteroid_Icon.png
Binary file not shown.
Binary file added SCANassets/Icons/SCAN_BigColorWheel_Tex.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added SCANassets/Icons/SCAN_ColorToggle_Icon.dds
Binary file not shown.
Binary file removed SCANassets/Icons/SCAN_ColorToggle_Icon.png
Binary file not shown.
Binary file added SCANassets/Icons/SCAN_Color_Icon.dds
Binary file not shown.
Binary file removed SCANassets/Icons/SCAN_Color_Icon.png
Binary file not shown.
Binary file added SCANassets/Icons/SCAN_Flag_Icon.dds
Binary file not shown.
Binary file removed SCANassets/Icons/SCAN_Flag_Icon.png
Binary file not shown.
Binary file added SCANassets/Icons/SCAN_Grid_Icon.dds
Binary file not shown.
Binary file removed SCANassets/Icons/SCAN_Grid_Icon.png
Binary file not shown.
Binary file added SCANassets/Icons/SCAN_Instrument_Icon.dds
Binary file not shown.
Binary file removed SCANassets/Icons/SCAN_Instrument_Icon.png
Binary file not shown.
Binary file added SCANassets/Icons/SCAN_Legend_Icon.dds
Binary file not shown.
Binary file removed SCANassets/Icons/SCAN_Legend_Icon.png
Binary file not shown.
Binary file added SCANassets/Icons/SCAN_MechJebIcon.dds
Binary file not shown.
Binary file added SCANassets/Icons/SCAN_Orbit_Icon.dds
Binary file not shown.
Binary file removed SCANassets/Icons/SCAN_Orbit_Icon.png
Binary file not shown.
Binary file added SCANassets/Icons/SCAN_Refresh_Icon.dds
Binary file not shown.
Binary file removed SCANassets/Icons/SCAN_Refresh_Icon.png
Binary file not shown.
Binary file added SCANassets/Icons/SCAN_Resize_Icon.dds
Binary file not shown.
Binary file removed SCANassets/Icons/SCAN_Resize_Icon.png
Binary file not shown.
Binary file added SCANassets/Icons/SCAN_Resource_Icon.dds
Binary file not shown.
Binary file removed SCANassets/Icons/SCAN_Resource_Icon.png
Binary file not shown.
Binary file added SCANassets/Icons/SCAN_Screenshot_Icon.dds
Binary file not shown.
Binary file removed SCANassets/Icons/SCAN_Screenshot_Icon.png
Binary file not shown.
Binary file added SCANassets/Icons/SCAN_Settings_Icon.dds
Binary file not shown.
Binary file removed SCANassets/Icons/SCAN_Settings_Icon.png
Binary file not shown.
Binary file added SCANassets/Icons/SCAN_TargetIcon.dds
Binary file not shown.
Binary file added SCANassets/Icons/SCAN_WayPointIcon.dds
Binary file not shown.
Binary file added SCANassets/Icons/SCAN_ZoomInIcon.dds
Binary file not shown.
Binary file added SCANassets/Icons/SCAN_ZoomOutIcon.dds
Binary file not shown.
29 changes: 0 additions & 29 deletions SCANassets/MM_Parts/SCANsat_CommunityTechTree.cfg

This file was deleted.

59 changes: 59 additions & 0 deletions SCANassets/MM_Parts/SCANsat_Resource_Scanner.cfg
@@ -0,0 +1,59 @@
@PART[OrbitalScanner]:FOR[SCANsat]
{
MODULE
{
name = ModuleSCANresourceScanner
sensorType = 256
fov = 4
min_alt = 20000
max_alt = 750000
best_alt = 100000
scanName = Ore Scan
power = 0.5
}
}

@PART[SurveyScanner]:FOR[SCANsat]
{
MODULE
{
name = ModuleSCANresourceScanner
sensorType = 393088 //Use 256 for Ore only
fov = 4
min_alt = 20000
max_alt = 750000
best_alt = 100000
scanName = Resource Scan
power = 0.75
}
}

@PART[MKS_Antenna]:FOR[SCANsat]:NEEDS[KolonyTools]
{
MODULE
{
name = ModuleSCANresourceScanner
sensorType = 107648
fov = 4
min_alt = 10000
max_alt = 750000
best_alt = 100000
scanName = Resource Scan
power = 0.5
}
}

@PART[KA_DetectionArray_01]:FOR[SCANsat]:NEEDS[Karbonite]
{
MODULE
{
name = ModuleSCANresourceScanner
sensorType = 262144
fov = 4
min_alt = 10000
max_alt = 750000
best_alt = 100000
scanName = Karbonite Scan
power = 0.5
}
}
@@ -1,44 +1,53 @@
PART
{
name = SCANsat_Scanner32
module = Part
author = damny

mesh = model.mu
scale = 1
rescaleFactor = 0.5

// attachment rules: [stack, srfAttach, allowStack, allowSrfAttach, allowCollision]
attachRules = 0,1,0,0,0
node_attach = 0.0, 0.1, 0.0, 0.0, -1.0, 0.0, 0

TechRequired = fieldScience
entryCost = 25000
cost = 13000
category = Science
subcategory = 0
title = SCAN Been There Done That®
manufacturer = [SCAN]: Scientific Committee on Advanced Navigation
description = This small sensor can automatically identify nearby anomalies. Since it only works over very short distances and at very low altitudes, it's primarily useful to track identified anomalies that have been visited.
mass = 0.03
dragModelType = default
maximum_drag = 0.2
minimum_drag = 0.2
angularDrag = 2
crashTolerance = 7
maxTemp = 3600
MODULE
{
name = SCANsat
sensorType = 32 //2^5
fov = 1
min_alt = 0
max_alt = 2000
best_alt = 0
power = 0.1
scanName = BTDT Scan
}
}
PART
{
name = SCANsat_Scanner32
module = Part
author = damny

MODEL
{
model = SCANsat/Parts/BTDT/BTDT
position = 0, 0, 0
rotation = 0, 0, 0
scale = 1, 1, 1
}

scale = 1
rescaleFactor = 0.5

// attachment rules: [stack, srfAttach, allowStack, allowSrfAttach, allowCollision]
attachRules = 0,1,0,0,0
node_attach = 0.0, 0.1, 0.0, 0.0, -1.0, 0.0, 0

TechRequired = fieldScience
entryCost = 25000
cost = 13000
category = Science
subcategory = 0
title = SCAN Been There Done That®
manufacturer = [SCAN]: Scientific Committee on Advanced Navigation
description = This small sensor can automatically identify nearby anomalies. Since it only works over very short distances and at very low altitudes, it's primarily useful to track identified anomalies that have been visited.
mass = 0.03
dragModelType = default
maximum_drag = 0.2
minimum_drag = 0.2
angularDrag = 1
crashTolerance = 12
maxTemp = 1200
emissiveConstant = 0.95
thermalMassModifier = 4.0
MODULE
{
name = SCANsat
sensorType = 32 //2^5
fov = 1
min_alt = 0
max_alt = 2000
best_alt = 0
power = 0.1
scanName = BTDT Scan
}
}
File renamed without changes.
Binary file added SCANassets/Parts/BTDT/SCANsat.dds
Binary file not shown.
@@ -1,44 +1,53 @@
PART
{
name = SCANsat_Scanner24
module = Part
author = damny

mesh = model.mu
scale = 1
rescaleFactor = 0.25

// attachment rules: [stack, srfAttach, allowStack, allowSrfAttach, allowCollision]
attachRules = 0,1,0,0,0
node_attach = 0.0, -0.09, 0.0, 0.0, -1.0, 0.0, 0

TechRequired = advExploration
entryCost = 20000
cost = 9000
category = Science
subcategory = 0
title = SCAN Multispectral Sensor
manufacturer = [SCAN]: Scientific Committee on Advanced Navigation
description = This multichannel sensor detects radiation across several infrared, visible light, and RADAR bands. This gives it the capability to differentiate between terrain types and biomes. It can also detect anomalies such as structures on the ground.

mass = 0.03
dragModelType = default
maximum_drag = 0.2
minimum_drag = 0.2
angularDrag = 2
crashTolerance = 7
maxTemp = 3600

MODULE
{
name = SCANsat
sensorType = 24 //2^3 + 2^4
fov = 4
min_alt = 5000
max_alt = 500000
best_alt = 250000
power = 1.5
scanName = Multispectral Scan
animationName = Multi_Antenna
}
}
PART
{
name = SCANsat_Scanner24
module = Part
author = damny

MODEL
{
model = SCANsat/Parts/MULTI/MULTI
position = 0, 0, 0
rotation = 0, 0, 0
scale = 1, 1, 1
}

scale = 1
rescaleFactor = 0.25

// attachment rules: [stack, srfAttach, allowStack, allowSrfAttach, allowCollision]
attachRules = 0,1,0,0,0
node_attach = 0.0, -0.09, 0.0, 0.0, -1.0, 0.0, 0

TechRequired = advExploration
entryCost = 20000
cost = 9000
category = Science
subcategory = 0
title = SCAN Multispectral Sensor
manufacturer = [SCAN]: Scientific Committee on Advanced Navigation
description = This multichannel sensor detects radiation across several infrared, visible light, and RADAR bands. This gives it the capability to differentiate between terrain types and biomes. It can also detect anomalies such as structures on the ground.

mass = 0.03
dragModelType = default
maximum_drag = 0.2
minimum_drag = 0.2
angularDrag = 2
crashTolerance = 7
maxTemp = 1200
emissiveConstant = 0.95
thermalMassModifier = 4.0

MODULE
{
name = SCANsat
sensorType = 24 //2^3 + 2^4
fov = 4
min_alt = 5000
max_alt = 500000
best_alt = 250000
power = 1.5
scanName = Multispectral Scan
animationName = Multi_Antenna
}
}
File renamed without changes.
Binary file added SCANassets/Parts/MULTI/MULTI_DIFF.dds
Binary file not shown.
Binary file added SCANassets/Parts/MULTI/MULTI_NRM.dds
Binary file not shown.
@@ -1,43 +1,51 @@
PART
{
name = SCANsat_Tracker
module = Part
author = damny

mesh = model.mu
scale = 1
rescaleFactor = 1

// attachment rules: [stack, srfAttach, allowStack, allowSrfAttach, allowCollision]
attachRules = 0,1,0,0,0
node_attach = 0.0, 0.05, 0.0, 0.0, -1.0, 0.0, 0

TechRequired = Unresearcheable
entryCost = 0
cost = 2500
category = none
subcategory = 0
title = SCAN MapTraq®
manufacturer = [SCAN]: Scientific Committee on Advanced Navigation
description = Originally intended for the consumer market, this small device can communicate with a mapping satellite network and display a map and your position on it. Since nobody has actually built such a satellite network, these devices can currently be acquired very cheaply in bulk.

mass = 0.03
dragModelType = default
maximum_drag = 0.2
minimum_drag = 0.2
angularDrag = 2
crashTolerance = 7
maxTemp = 3600

MODULE
{
name = SCANsat
sensorType = 0
fov = 0
min_alt = 0
max_alt = 0
best_alt = 0
power = 0.05
scanName = Eyeball Scan
}
}
PART
{
name = SCANsat_Tracker
module = Part
author = damny

MODEL
{
model = SCANsat/Parts/MapTraq/MapTraq
texture = SCANsat, SCANsat/Parts/BTDT/SCANsat
position = 0, 0, 0
rotation = 0, 0, 0
scale = 1, 1, 1
}

scale = 1
rescaleFactor = 1

// attachment rules: [stack, srfAttach, allowStack, allowSrfAttach, allowCollision]
attachRules = 0,1,0,0,0
node_attach = 0.0, 0.05, 0.0, 0.0, -1.0, 0.0, 0

TechRequired = Unresearcheable
entryCost = 0
cost = 2500
category = none
subcategory = 0
title = SCAN MapTraq®
manufacturer = [SCAN]: Scientific Committee on Advanced Navigation
description = Originally intended for the consumer market, this small device can communicate with a mapping satellite network and display a map and your position on it. Since nobody has actually built such a satellite network, these devices can currently be acquired very cheaply in bulk.

mass = 0.03
dragModelType = default
maximum_drag = 0.2
minimum_drag = 0.2
angularDrag = 2
crashTolerance = 7
maxTemp = 3600

MODULE
{
name = SCANsat
sensorType = 0
fov = 0
min_alt = 0
max_alt = 0
best_alt = 0
power = 0.05
scanName = Eyeball Scan
}
}
File renamed without changes.
Binary file added SCANassets/Parts/MapTraq/SCANsat.dds
Binary file not shown.
Binary file removed SCANassets/Parts/MapTraq/SCANsat.mbm
Binary file not shown.
Binary file added SCANassets/Parts/RADAR/Normal Map_NRM.dds
Binary file not shown.

0 comments on commit f956f6e

Please sign in to comment.