Skip to content

Commit

Permalink
Prefix most part names with EL
Browse files Browse the repository at this point in the history
Hex cans etc aren't affected as they have names that Squad isn't likely
to use.

Fixes #161
  • Loading branch information
taniwha committed Sep 5, 2020
1 parent aebc56b commit 0a27abc
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 11 deletions.
6 changes: 3 additions & 3 deletions GameData/ExtraplanetaryLaunchpads/Parts/Auger/part.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
PART {
name = Auger
name = ELAuger
module = Part
author = Skyler Lehmkuhl

Expand Down Expand Up @@ -68,7 +68,7 @@ PART {
}

PART {
name = SmallAuger
name = ELSmallAuger
module = Part
author = Skyler Lehmkuhl

Expand Down Expand Up @@ -132,7 +132,7 @@ PART {
}

PART {
name = TinyAuger
name = ELTinyAuger
module = Part
author = Skyler Lehmkuhl

Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PART
{
// --- general parameters ---
name = Magnetometer
name = ELMagnetometer
module = Part
author = Skyler Lehmkuhl

Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
PART {
name = RocketBuilder
name = ELRocketBuilder
module = Part
author = Skyler Lehmkuhl

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ values {
scale3 = ${0.064}
}
PART {
name = Smelter
name = ELSmelter
module = Part
author = Skyler Lehmkuhl

Expand Down Expand Up @@ -113,7 +113,7 @@ PART {
}

PART {
name = SmallSmelter
name = ELSmallSmelter
module = Part
author = Skyler Lehmkuhl

Expand Down Expand Up @@ -208,7 +208,7 @@ PART {
}

PART {
name = TinySmelter
name = ELTinySmelter
module = Part
author = Skyler Lehmkuhl

Expand Down
6 changes: 3 additions & 3 deletions GameData/ExtraplanetaryLaunchpads/Parts/smelter/part.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
//up by thermal insulation, the reaction chamber and other interal equipment.
//The smaller sizes are scaled appropriately.
PART {
name = Smelter
name = ELSmelter
module = Part
author = Skyler Lehmkuhl
Expand Down Expand Up @@ -152,7 +152,7 @@ PART {
}
PART {
name = SmallSmelter
name = ELSmallSmelter
module = Part
author = Skyler Lehmkuhl
Expand Down Expand Up @@ -300,7 +300,7 @@ PART {
}
PART {
name = TinySmelter
name = ELTinySmelter
module = Part
author = Skyler Lehmkuhl
Expand Down

0 comments on commit 0a27abc

Please sign in to comment.