Skip to content

Commit 3c86950

Browse files
committed
fixes for ModuleManager ordering
1 parent 815c8c2 commit 3c86950

7 files changed

Lines changed: 11 additions & 11 deletions

File tree

GameData/GPOSpeedFuelPump.version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22
"NAME":"GPOSpeedFuelPump",
33
"URL":"https://raw.githubusercontent.com/henrybauer/GPOSpeedPump/master/GameData/GPOSpeedFuelPump.version",
44
"DOWNLOAD":"http://forum.kerbalspaceprogram.com/index.php?/topic/137489-11-gpospeedfuelpump-continued/",
5-
"VERSION":{"MAJOR":1,"MINOR":8,"PATCH":9,"BUILD":0},
5+
"VERSION":{"MAJOR":1,"MINOR":8,"PATCH":10,"BUILD":0},
66
"KSP_VERSION":{"MAJOR":1,"MINOR":3,"PATCH":1}
77
}

GameData/Patches/FuelSwitch.cfg

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// This config file REQUIRES ModuleManager to function! Get it here: http://forum.kerbalspaceprogram.com/threads/55219
22

33
// Interstellar Fuel Switch support
4-
@PART[*]:HAS[@MODULE[InterstellarFuelSwitch],!MODULE[GPOSpeedPump]]:FOR[GPOSpeedFuelPump]:FINAL
4+
@PART[*]:HAS[@MODULE[InterstellarFuelSwitch],!MODULE[GPOSpeedPump]]:NEEDS[InterstellarFuelSwitch]:FINAL
55
{
66
MODULE
77
{
@@ -10,7 +10,7 @@
1010
}
1111

1212
// Firespitter fuel switch support
13-
@PART[*]:HAS[@MODULE[FSfuelSwitch],!MODULE[GPOSpeedPump]]:FOR[GPOSpeedFuelPump]:FINAL
13+
@PART[*]:HAS[@MODULE[FSfuelSwitch],!MODULE[GPOSpeedPump]]:NEEDS[Firespitter]:FINAL
1414
{
1515
MODULE
1616
{
@@ -19,7 +19,7 @@
1919
}
2020

2121
// B9 fuel switch support
22-
@PART[*]:HAS[@MODULE[ModuleB9PartSwitch],!MODULE[GPOSpeedPump]]:FOR[GPOSpeedFuelPump]:AFTER[zzz_CryoTanks]:FINAL
22+
@PART[*]:HAS[@MODULE[ModuleB9PartSwitch],!MODULE[GPOSpeedPump]]:NEEDS[B9PartSwitch]:FINAL
2323
{
2424
MODULE
2525
{

GameData/Patches/ModularFuelTanks.cfg

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// This config file REQUIRES ModuleManager to function! Get it here: http://forum.kerbalspaceprogram.com/threads/55219
22

33
// Modular Fuel Tanks
4-
@PART[*]:HAS[@MODULE[ModuleFuelTanks],!MODULE[GPOSpeedPump]]:FOR[GPOSpeedFuelPump]:NEEDS[ModularFuelTanks]:FINAL
4+
@PART[*]:HAS[@MODULE[ModuleFuelTanks],!MODULE[GPOSpeedPump]]:NEEDS[ModularFuelTanks]:FINAL
55
{
66
MODULE
77
{
@@ -10,7 +10,7 @@
1010
}
1111

1212
// Modular Fuel Tanks
13-
@PART[*]:HAS[@MODULE[ModuleFuelTanks],!MODULE[GPOSpeedPump]]:FOR[GPOSpeedFuelPump]:NEEDS[RealFuels]:FINAL
13+
@PART[*]:HAS[@MODULE[ModuleFuelTanks],!MODULE[GPOSpeedPump]]:NEEDS[RealFuels]:FINAL
1414
{
1515
MODULE
1616
{

GameData/Patches/ProceduralTanks.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// This config file REQUIRES ModuleManager to function! Get it here: http://forum.kerbalspaceprogram.com/threads/55219
22

33
// Procedural tank support
4-
@PART[proceduralTank*]:HAS[!MODULE[GPOSpeedPump]]:FOR[GPOSpeedFuelPump]:FINAL
4+
@PART[proceduralTank*]:HAS[!MODULE[GPOSpeedPump]]:NEEDS[ProceduralParts]:FINAL
55
{
66
MODULE
77
{

GameData/Patches/StationScience.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
// Resources from Station Science
44
// http://forum.kerbalspaceprogram.com/index.php?/topic/50145-104-station-science-v15/
55

6-
@PART[*]:HAS[@RESOURCE[Kibbal],!MODULE[GPOSpeedPump]]:FOR[GPOSpeedFuelPump]:FINAL
6+
@PART[*]:HAS[@RESOURCE[Kibbal],!MODULE[GPOSpeedPump]]:NEEDS[StationScience]:AFTER[StationScience]
77
{
88
MODULE {
99
name=GPOSpeedPump

GameData/Patches/everything.cfg.disabled.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
}
1515
}
1616

17-
//@PART[*]:HAS[!MODULE[GPOSpeedPump]]:FOR[GPOSpeedFuelPump]:FINAL
17+
//@PART[*]:HAS[!MODULE[GPOSpeedPump]]:FINAL
1818
//{
1919
// MODULE
2020
// {

Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,5 +29,5 @@
2929
// Build Number
3030
// Revision
3131
//
32-
[assembly: AssemblyVersion("1.8.9")]
33-
[assembly: AssemblyFileVersion("1.8.9")]
32+
[assembly: AssemblyVersion("1.8.10")]
33+
[assembly: AssemblyFileVersion("1.8.10")]

0 commit comments

Comments
 (0)