-
-
Notifications
You must be signed in to change notification settings - Fork 2
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 #127 from zer0Kerbal/2.0.0.0
2.0.0.0 (2018-03-12) - Overhaul for 1.4
- Loading branch information
Showing
85 changed files
with
5,801 additions
and
693 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
4 changes: 4 additions & 0 deletions
4
GameData/NecroBones/FuelTanksPlus/FuelTanksPlus-CHANGELOG.txt
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
64 changes: 64 additions & 0 deletions
64
GameData/NecroBones/FuelTanksPlus/Patches/FuelTanksPlus_Themes.cfg
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,64 @@ | ||
VARIANTTHEME | ||
{ | ||
name = FTPTitan | ||
displayName = Titan | ||
description = Titanic Rocketry! | ||
primaryColor = #777777 | ||
secondaryColor = #222222 | ||
} | ||
VARIANTTHEME | ||
{ | ||
name = FTPTitan2 | ||
displayName = Titan Red | ||
description = Seeing Red! | ||
primaryColor = #777777 | ||
secondaryColor = #872828 | ||
} | ||
VARIANTTHEME | ||
{ | ||
name = Black | ||
displayName = Black | ||
description = Black as night. | ||
primaryColor = #000000 | ||
secondaryColor = #000000 | ||
} | ||
VARIANTTHEME | ||
{ | ||
name = FTPAriane | ||
displayName = Ariane | ||
description = Ariane V inspired. | ||
primaryColor = #aea794 | ||
secondaryColor = #9f9988 | ||
} | ||
VARIANTTHEME | ||
{ | ||
name = FTPSoyuz | ||
displayName = Soyuz | ||
description = Soyuz inspired. | ||
primaryColor = #505b52 | ||
secondaryColor = #aa7639 | ||
} | ||
VARIANTTHEME | ||
{ | ||
name = FTPDelta2 | ||
displayName = Delta2 | ||
description = Delta bluish coloration. | ||
primaryColor = #326264 | ||
secondaryColor = #295557 | ||
} | ||
VARIANTTHEME | ||
{ | ||
name = FTPAtlas | ||
displayName = Atlas | ||
description = Atlas V inspired. | ||
primaryColor = #6d2f1e | ||
secondaryColor = #56251d | ||
} | ||
VARIANTTHEME | ||
{ | ||
name = FTPBlue | ||
displayName = Blue | ||
description = Feeling Blue! | ||
primaryColor = #364876 | ||
secondaryColor = #222d4b | ||
} |
37 changes: 0 additions & 37 deletions
37
GameData/NecroBones/FuelTanksPlus/Probe/000_TPtankP_MM.cfg
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 |
---|---|---|
@@ -1,37 +0,0 @@ | ||
@PART[TP*]:HAS[#FTPcolorSwitch[probe]]:NEEDS[Firespitter|InterstellarFuelSwitch]:AFTER[FuelTanksPlus] | ||
{ | ||
MODULE | ||
{ | ||
name:NEEDS[!InterstellarFuelSwitch] = FSmeshSwitch | ||
name:NEEDS[InterstellarFuelSwitch] = InterstellarMeshSwitch | ||
objects = TPprobe-Gold;TPprobe-Silver | ||
objectDisplayNames = Gold;Silver | ||
affectColliders = false | ||
buttonName = Next Color Scheme | ||
previousButtonName = Previous Color Scheme | ||
} | ||
!FTPcolorSwitch = delete | ||
} | ||
|
||
@PART[TP*]:HAS[#FTPcolorSwitch[probe]]:NEEDS[B9PartSwitch&!Firespitter&!InterstellarFuelSwitch]:AFTER[FuelTanksPlus] | ||
{ | ||
MODULE | ||
{ | ||
name = ModuleB9PartSwitch | ||
moduleID = meshSwitch | ||
switcherDescription = Color Scheme | ||
affectDragCubes = false | ||
|
||
SUBTYPE | ||
{ | ||
name = Gold | ||
transform = TPprobe-Gold | ||
} | ||
SUBTYPE | ||
{ | ||
name = Silver | ||
transform = TPprobe-Silver | ||
} | ||
} | ||
!FTPcolorSwitch = delete | ||
} | ||
37 changes: 37 additions & 0 deletions
37
GameData/NecroBones/FuelTanksPlus/Probe/000_TPtankP_MM.txt
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,37 @@ | ||
@PART[TP*]:HAS[#FTPcolorSwitch[probe]]:NEEDS[Firespitter|InterstellarFuelSwitch]:AFTER[FuelTanksPlus] | ||
{ | ||
MODULE | ||
{ | ||
name:NEEDS[!InterstellarFuelSwitch] = FSmeshSwitch | ||
name:NEEDS[InterstellarFuelSwitch] = InterstellarMeshSwitch | ||
objects = TPprobe-Gold;TPprobe-Silver | ||
objectDisplayNames = Gold;Silver | ||
affectColliders = false | ||
buttonName = Next Color Scheme | ||
previousButtonName = Previous Color Scheme | ||
} | ||
!FTPcolorSwitch = delete | ||
} | ||
|
||
@PART[TP*]:HAS[#FTPcolorSwitch[probe]]:NEEDS[B9PartSwitch&!Firespitter&!InterstellarFuelSwitch]:AFTER[FuelTanksPlus] | ||
{ | ||
MODULE | ||
{ | ||
name = ModuleB9PartSwitch | ||
moduleID = meshSwitch | ||
switcherDescription = Color Scheme | ||
affectDragCubes = false | ||
|
||
SUBTYPE | ||
{ | ||
name = Gold | ||
transform = TPprobe-Gold | ||
} | ||
SUBTYPE | ||
{ | ||
name = Silver | ||
transform = TPprobe-Silver | ||
} | ||
} | ||
!FTPcolorSwitch = delete | ||
} |
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
Binary file not shown.
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
Binary file not shown.
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
Binary file not shown.
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
Binary file not shown.
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 |
---|---|---|
|
@@ -62,4 +62,6 @@ RESOURCE | |
toggleEditor = true | ||
toggleFlight = true | ||
} | ||
|
||
|
||
} |
Oops, something went wrong.