forked from Real-Gecko/KSP-SimpleConstruction
-
-
Notifications
You must be signed in to change notification settings - Fork 7
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 #137 from zer0Kerbal/4.0.99.9-prerelease
4.0.99.9-prerelease `<Merci DrJonez>`
- Loading branch information
Showing
16 changed files
with
457 additions
and
164 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
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
59 changes: 59 additions & 0 deletions
59
GameData/SimpleConstruction/Compatibility/Interstellar.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,59 @@ | ||
// Interstellar.cfg v1.0.0.1 | ||
// SimpleConstruction! (SCON) | ||
// created: 04 Jul 2022 | ||
// updated: 06 Jul 2022 | ||
|
||
// this file: CC BY-SA 4.0 by zer0Kerbal | ||
|
||
|
||
// need to factor in metal which has a volume of 1 instead of ore's 5 and rocketparts's 5 | ||
|
||
@PART[RadialOreTank]:NEEDS[Interstellar,Launchpad,SimpleConstruction]:LAST[SimpleConstruction] | ||
{ | ||
@MODULE[InterstellarFuelSwitch] | ||
{ | ||
@tankSwitchNames = #$tankSwitchNames$;Metal;RocketParts | ||
@resourceGui = #$resourceGui$;Metal;RocketParts | ||
@resourceNames = #$resourceNames$;Metal;RocketParts | ||
@resourceAmounts = #$resourceAmounts$;75;75 | ||
@fuelTankCounter += 2 | ||
} | ||
} | ||
|
||
@PART[SmallTank]:NEEDS[Interstellar,Launchpad,SimpleConstruction]:LAST[SimpleConstruction] | ||
{ | ||
@MODULE[InterstellarFuelSwitch] | ||
{ | ||
@tankSwitchNames = #$tankSwitchNames$;Metal;RocketParts | ||
@resourceGui = #$resourceGui$;Metal;RocketParts | ||
@resourceNames = #$resourceNames$;Metal;RocketParts | ||
@resourceAmounts = #$resourceAmounts$;300;300 | ||
@fuelTankCounter += 2 | ||
} | ||
} | ||
|
||
@PART[LargeTank]:NEEDS[Interstellar,Launchpad,SimpleConstruction]:LAST[SimpleConstruction] | ||
{ | ||
@MODULE[InterstellarFuelSwitch] | ||
{ | ||
@tankSwitchNames = #$tankSwitchNames$;Metal;RocketParts | ||
@resourceGui = #$resourceGui$;Metal;RocketParts | ||
@resourceNames = #$resourceNames$;Metal;RocketParts | ||
@resourceAmounts = #$resourceAmounts$;1500;1500 | ||
@fuelTankCounter += 2 | ||
} | ||
} | ||
|
||
// #SimpleConstruction_RocketParts_displayname | ||
// #SimpleConstruction_Metal_displayname | ||
|
||
// MODULE | ||
// { | ||
// name = InterstellarFuelSwitch | ||
// tankSwitchNames = Ore;Alumina;Aluminium;Boron;Monazite;Minerals;Regolith | ||
// resourceGui = Ore;Alumina;Aluminium;Boron;Monazite;Minerals;Regolith | ||
// resourceNames = Ore;Alumina;Aluminium;Boron;Monazite;Minerals;Regolith | ||
// resourceAmounts = 75;75;75;75;75;75;75 | ||
// hasGUI = true | ||
// availableInFlight = true | ||
// availableInEditor = true |
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,41 @@ | ||
// fr-fr.cfg v1.0.0.0 | ||
// SimpleConstruction! (SCON) | ||
// created: 2022 Jul 7 | ||
|
||
Localization | ||
{ | ||
fr-fr | ||
{ | ||
// Resource definitions | ||
#SimpleConstruction_RocketParts_displayname = Pièces de fusée | ||
#SimpleConstruction_RocketParts_abbv = PF | ||
|
||
#SimpleConstruction_Metal_displayname = Métal | ||
#SimpleConstruction_Metal_abbv = MTL | ||
|
||
// ISRU | ||
#SCON-Metal-ConverterName = Métal | ||
#SCON-Metal-StartActionName = Démarrer le raffinage du métal | ||
#SCON-Metal-StopActionName = Arrêter le raffinage du métal | ||
|
||
// seems USI hasn't localized Karbonite/KarbonitePlus | ||
#SCON-Karbonite-ConverterName = Karbonite | ||
#SCON-Karbonite-StartActionName = Démarrer le raffinage de Karbonite | ||
#SCON-Karbonite-StopActionName = Arrêter le raffinage de Karbonite | ||
#SCON_Karbonite_displayname = Karbonite | ||
// KerbalPlanetaryBaseSystems | ||
#KBPS-Storage-Ore-titl = Stockage de minerai K&K X1200 | ||
#KBPS-Storage-Ore-desc = Vous pouvez stocker le minerai ici pour le convertir plus tard. | ||
#KBPS-Storage-Metal-titl = Stockage de métal K&K X1200 | ||
#KBPS-Storage-RP-titl = Stockage de pièces de fusée K&K X2400 | ||
#KBPS-Smelter-desc = Pour que cette fonderie atteigne son rendement maximal, elle va devoir chauffer. Et quand on dit « chauffer », c'est façon Jeff Koldplume, alors vous devriez peut-être vous en éloigner pendant qu'elle tourne. | ||
// B9 Part Switch | ||
#SCON-switcherDescription = Type de réservoir | ||
#SCON-combo-title = Minerai+Métal+PF | ||
} | ||
} |
This file was deleted.
Oops, something went wrong.
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 |
---|---|---|
|
@@ -13,7 +13,7 @@ | |
"MAJOR" : 4, | ||
"MINOR" : 0, | ||
"PATCH" : 99, | ||
"BUILD" : 8 | ||
"BUILD" : 9 | ||
}, | ||
"KSP_VERSION" : | ||
{ | ||
|
Oops, something went wrong.