Skip to content

Commit 2c126b7

Browse files
authored
Make a dedicated upgrade icon part (#2664)
1 parent 054fef8 commit 2c126b7

File tree

2 files changed

+23
-10
lines changed

2 files changed

+23
-10
lines changed
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
//Clone the science box part before RP-1 clobbers it and create a hidden version to use as an upgrade icon
2+
+PART[ScienceBox]:BEFORE[RP-0]
3+
{
4+
@name = ScienceBoxUpgrade
5+
%RSSROConfig = true
6+
%RP0conf = true //ehhhh I don't think the parts browser would like this anyway
7+
%TechRequired = HIDDEN
8+
@category = -1
9+
@subcategory = 0
10+
@title = Hard Drive Upgrade
11+
@manufacturer = #roMfrGeneric
12+
@description = Upgrade
13+
}

GameData/RP-1/Tree/HardDriveUpgrades.cfg

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
PARTUPGRADE
33
{
44
name = HDD-Upgrade-Early
5-
partIcon = ScienceBox
5+
partIcon = ScienceBoxUpgrade
66
title = Data Storage Upgrade: Early Tape Drives
77
manufacturer = #roMfrGeneric
88
description = A basic, heavily miniaturized tape drive, capable of storing a few hours of data from early science experiments. <color=green>Base Capacity: 6.3 kB</color>
@@ -12,7 +12,7 @@ PARTUPGRADE
1212
PARTUPGRADE
1313
{
1414
name = HDD-Upgrade-Basic
15-
partIcon = ScienceBox
15+
partIcon = ScienceBoxUpgrade
1616
title = Data Storage Upgrade: Basic Tape Drives
1717
manufacturer = #roMfrGeneric
1818
description = Although essentially the same as the early tape recorder, increased size allows for more tape to be loaded, improving capacity. <color=green>Base Capacity: 25 kB</color>
@@ -22,7 +22,7 @@ PARTUPGRADE
2222
PARTUPGRADE
2323
{
2424
name = HDD-Upgrade-1961
25-
partIcon = ScienceBox
25+
partIcon = ScienceBoxUpgrade
2626
title = Data Storage Upgrade: 1961 Tape Drives
2727
manufacturer = #roMfrGeneric
2828
description = A full-size tape drive for more advanced satellites, this is capable of storing much more data, such as slow-scan TV images. <color=green>Base Capacity: 125 kB</color>
@@ -32,7 +32,7 @@ PARTUPGRADE
3232
PARTUPGRADE
3333
{
3434
name = HDD-Upgrade-1964
35-
partIcon = ScienceBox
35+
partIcon = ScienceBoxUpgrade
3636
title = Data Storage Upgrade: 1964 Tape Drives
3737
manufacturer = #roMfrGeneric
3838
description = Transistorized electronics allow for better read/write sensitivity, enabling more data to be stored on the same length of tape. <color=green>Base Capacity: 700 kB</color>
@@ -42,7 +42,7 @@ PARTUPGRADE
4242
PARTUPGRADE
4343
{
4444
name = HDD-Upgrade-1969
45-
partIcon = ScienceBox
45+
partIcon = ScienceBoxUpgrade
4646
title = Data Storage Upgrade: 1969 Digital Tape Recorder
4747
manufacturer = #roMfrGeneric
4848
description = Using a digital computer to digitize and compress data increases the effective capacity that can be stored on a data tape by an order of magnitude. <color=green>Base Capacity: 3 MB</color>
@@ -52,7 +52,7 @@ PARTUPGRADE
5252
PARTUPGRADE
5353
{
5454
name = HDD-Upgrade-1975
55-
partIcon = ScienceBox
55+
partIcon = ScienceBoxUpgrade
5656
title = Data Storage Upgrade: 1975 Digital Tape Recorder
5757
manufacturer = #roMfrGeneric
5858
description = Advances in integrated circuits allows better data compression, smaller control electronics, and continued improvements to data density. <color=green>Base Capacity: 60 MB</color>
@@ -62,7 +62,7 @@ PARTUPGRADE
6262
PARTUPGRADE
6363
{
6464
name = HDD-Upgrade-1990
65-
partIcon = ScienceBox
65+
partIcon = ScienceBoxUpgrade
6666
title = Data Storage Upgrade: 1990 Digital Tape Recorder
6767
manufacturer = #roMfrGeneric
6868
description = Advances in integrated circuits allows better data compression, smaller control electronics, and continued improvements to data density. <color=green>Base Capacity: 150 MB</color>
@@ -72,7 +72,7 @@ PARTUPGRADE
7272
PARTUPGRADE
7373
{
7474
name = HDD-Upgrade-1998
75-
partIcon = ScienceBox
75+
partIcon = ScienceBoxUpgrade
7676
title = Data Storage Upgrade: 1998 Solid State Recorder
7777
manufacturer = #roMfrGeneric
7878
description = Flash Memory, Random Access Memory, and other solid state storage techniques are now advanced enough to offer superior performance to magnetic data tape, although at a high price. <color=green>Base Capacity: 12 GB</color>
@@ -82,7 +82,7 @@ PARTUPGRADE
8282
PARTUPGRADE
8383
{
8484
name = HDD-Upgrade-2010
85-
partIcon = ScienceBox
85+
partIcon = ScienceBoxUpgrade
8686
title = Data Storage Upgrade: 2010 Solid State Recorder
8787
manufacturer = #roMfrGeneric
8888
description = Flash storage continues to improve at an exponential rate, offering low cost bulk data storage. <color=green>Base Capacity: 200 GB</color>
@@ -92,7 +92,7 @@ PARTUPGRADE
9292
PARTUPGRADE
9393
{
9494
name = HDD-Upgrade-2020
95-
partIcon = ScienceBox
95+
partIcon = ScienceBoxUpgrade
9696
title = Data Storage Upgrade: 2020 Solid State Recorder
9797
manufacturer = #roMfrGeneric
9898
description = Flash storage continues to improve at an exponential rate, offering low cost bulk data storage. <color=green>Base Capacity: 3 TB</color>

0 commit comments

Comments
 (0)