Skip to content

Changing The Supply Resources!

Hurricannet edited this page Mar 12, 2017 · 1 revision

Welcome to the DavonSupplyMod wiki! This Chapter Ill Change the Config so you can get Ore with a Supply!

First Navigate to …Kerbal Space ProgramGameDataDavonSupplyModPartsDavonStationLogisticsHub\ and Open Part.cfg with any Editor (Ill Use Notepad++)

Now Navigate to line 59:

MODULE
{  
name = DavonRestrictedResourceSupplyModule  
MaxDeviationValue = 5  
DeliveryAmountFactor = 1  
SupplyActivationFactor = 3  
ManagedResources = LiquidFuel, Oxidizer, MonoPropellant  
BaseDeliveryTime = 99999  
DeliveryTimeList = Kerbin, 2, Mun, 6, Minmus, 11  
CostPerTon = Kerbin, 2935, Mun, 8870, Minmus,   
}

Now add Behind

ManagedResources = LiquidFuel, Oxidizer, MonoPropellant

the Resource you want, In my Case “Ore”

ManagedResources = LiquidFuel, Oxidizer, MonoPropellant, Ore

Now we need to Define how much we get, For that we add a new Resource than can be stored inside the Part

at line 51 it says:

RESOURCE  
{   
name = MonoPropellant  
amount = 250  
maxAmount = 750  
}

we just copy that and chane the “name” to Ore and the maxAmount to the Amount we want to get Per Supply (Also the Amount that can be Stored)

RESOURCE  
{   
name = MonoPropellant  
amount = 250  
maxAmount = 750  
}

Side Note: "amount" means the Amount that is Stored by Default in it

Thanks For Reading this Short Guide and have Fun with your new Part!

Clone this wiki locally