-
-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
48 changed files
with
3,726 additions
and
10 deletions.
There are no files selected for viewing
File renamed without changes.
File renamed without changes.
Binary file not shown.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
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
File renamed without changes.
File renamed without changes.
File renamed without changes.
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
File renamed without changes.
File renamed without changes.
File renamed without changes.
Binary file not shown.
Binary file not shown.
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 |
---|---|---|
@@ -0,0 +1,17 @@ | ||
<?xml version="1.0" encoding="utf-8" ?> | ||
<Defs> | ||
|
||
<DesignationCategoryDef> | ||
<defName>Rimefeller</defName> | ||
<label>Rimefeller</label> | ||
<description>Things for oil and plastic production.</description> | ||
<order>10</order> | ||
<specialDesignatorClasses> | ||
<li>Designator_Cancel</li> | ||
<li>Designator_Deconstruct</li> | ||
<li>Rimefeller.Designator_CleanOil</li> | ||
<li>Rimefeller.Designator_RemovePipeline</li> | ||
</specialDesignatorClasses> | ||
</DesignationCategoryDef> | ||
|
||
</Defs> |
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,10 @@ | ||
<?xml version="1.0" encoding="utf-8" ?> | ||
<Defs> | ||
|
||
<DesignationDef> | ||
<defName>CleanOilDes</defName> | ||
<texturePath>Rimefeller/UI/OilSpill</texturePath> | ||
<targetType>Cell</targetType> | ||
</DesignationDef> | ||
|
||
</Defs> |
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 @@ | ||
<?xml version="1.0" encoding="utf-8" ?> | ||
<Defs> | ||
<JobDef> | ||
<defName>CleanOil</defName> | ||
<driverClass>Rimefeller.JobDriver_CleanOil</driverClass> | ||
<reportString>clean oil.</reportString> | ||
</JobDef> | ||
|
||
<JobDef> | ||
<defName>SuperviseDrilling</defName> | ||
<driverClass>Rimefeller.JobDriver_SuperviseDrilling</driverClass> | ||
<reportString>Supervising drilling operation.</reportString> | ||
<allowOpportunisticPrefix>true</allowOpportunisticPrefix> | ||
</JobDef> | ||
|
||
<JobDef> | ||
<defName>EmptyAutoclave</defName> | ||
<driverClass>Rimefeller.JobDriver_EmptyAutoclave</driverClass> | ||
<reportString>Emptying Autoclave.</reportString> | ||
<allowOpportunisticPrefix>true</allowOpportunisticPrefix> | ||
</JobDef> | ||
|
||
<JobDef> | ||
<defName>FillAutoclave</defName> | ||
<driverClass>Rimefeller.JobDriver_FillAutoclave</driverClass> | ||
<reportString>Filling Autoclave.</reportString> | ||
<allowOpportunisticPrefix>true</allowOpportunisticPrefix> | ||
</JobDef> | ||
|
||
<JobDef> | ||
<defName>OperateResourceConsole</defName> | ||
<driverClass>Rimefeller.JobDriver_OperateResourceConsole</driverClass> | ||
<reportString>operating TargetA.</reportString> | ||
<allowOpportunisticPrefix>true</allowOpportunisticPrefix> | ||
</JobDef> | ||
|
||
</Defs> |
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,196 @@ | ||
<?xml version="1.0" encoding="utf-8" ?> | ||
<Defs> | ||
|
||
<Rimefeller.DefExtensions> | ||
<defName>RimefellerExtensions</defName> | ||
</Rimefeller.DefExtensions> | ||
|
||
<Rimefeller.DubsModOptions> | ||
<defName>OilPipeVisibility</defName> | ||
<label>Pipeline Visibility</label> | ||
<tip></tip> | ||
<options> | ||
<li> | ||
<label>Hidden</label> | ||
</li> | ||
<li> | ||
<label>Hidden under floors</label> | ||
</li> | ||
<li> | ||
<label>Always visible</label> | ||
</li> | ||
<li> | ||
<label>Always visible pipe to ground</label> | ||
</li> | ||
</options> | ||
</Rimefeller.DubsModOptions> | ||
|
||
<Rimefeller.DubsModOptions> | ||
<defName>CrudeToFuelRatio</defName> | ||
<label>Crude To Fuel Ratio</label> | ||
<tip></tip> | ||
<options> | ||
<li> | ||
<label>Cheat</label> | ||
<value>0.1</value> | ||
</li> | ||
<li> | ||
<label>0.5:1</label> | ||
<value>0.5</value> | ||
</li> | ||
<li> | ||
<label>1:1</label> | ||
<value>1</value> | ||
</li> | ||
<li> | ||
<label>1.5:1</label> | ||
<value>1.5</value> | ||
</li> | ||
<li> | ||
<label>2:1</label> | ||
<value>2</value> | ||
</li> | ||
<li> | ||
<label>2.5:1</label> | ||
<value>2.5</value> | ||
</li> | ||
<li> | ||
<label>3:1</label> | ||
<value>3</value> | ||
</li> | ||
<li> | ||
<label>4:1</label> | ||
<value>4</value> | ||
</li> | ||
<li> | ||
<label>5:1</label> | ||
<value>5</value> | ||
</li> | ||
</options> | ||
</Rimefeller.DubsModOptions> | ||
|
||
<Rimefeller.DubsModOptions> | ||
<defName>OilPumpCapacity</defName> | ||
<label>Oil well capacity</label> | ||
<tip></tip> | ||
<options> | ||
<li> | ||
<label>Cheat</label> | ||
<value>999</value> | ||
</li> | ||
<li> | ||
<label>250%</label> | ||
<value>2.5</value> | ||
</li> | ||
<li> | ||
<label>200%</label> | ||
<value>2</value> | ||
</li> | ||
<li> | ||
<label>150%</label> | ||
<value>1.5</value> | ||
</li> | ||
<li> | ||
<label>100%</label> | ||
<value>1</value> | ||
</li> | ||
<li> | ||
<label>75%</label> | ||
<value>0.75</value> | ||
</li> | ||
<li> | ||
<label>50%</label> | ||
<value>0.5</value> | ||
</li> | ||
<li> | ||
<label>25%</label> | ||
<value>0.25</value> | ||
</li> | ||
<li> | ||
<label>10%</label> | ||
<value>0.1</value> | ||
</li> | ||
</options> | ||
</Rimefeller.DubsModOptions> | ||
|
||
<Rimefeller.DubsModOptions> | ||
<defName>OilRegenRate</defName> | ||
<label>Oil reservoir regen rate</label> | ||
<tip></tip> | ||
<options> | ||
<li> | ||
<label>Cheat</label> | ||
<value>50</value> | ||
</li> | ||
<li> | ||
<label>250%</label> | ||
<value>2.5</value> | ||
</li> | ||
<li> | ||
<label>200%</label> | ||
<value>2</value> | ||
</li> | ||
<li> | ||
<label>150%</label> | ||
<value>1.5</value> | ||
</li> | ||
<li> | ||
<label>100%</label> | ||
<value>1</value> | ||
</li> | ||
<li> | ||
<label>75%</label> | ||
<value>0.75</value> | ||
</li> | ||
<li> | ||
<label>50%</label> | ||
<value>0.5</value> | ||
</li> | ||
<li> | ||
<label>25%</label> | ||
<value>0.25</value> | ||
</li> | ||
<li> | ||
<label>0%</label> | ||
<value>0</value> | ||
</li> | ||
</options> | ||
</Rimefeller.DubsModOptions> | ||
|
||
<Rimefeller.DubsModOptions> | ||
<defName>OilGridCapacity</defName> | ||
<label>Oil spill limit per cell</label> | ||
<tip></tip> | ||
<options> | ||
<li> | ||
<label>Cheat</label> | ||
<value>500</value> | ||
</li> | ||
<li> | ||
<label>Baby</label> | ||
<value>50</value> | ||
</li> | ||
<li> | ||
<label>Easy</label> | ||
<value>25</value> | ||
</li> | ||
<li> | ||
<label>Normal</label> | ||
<value>15</value> | ||
</li> | ||
<li> | ||
<label>Challenge</label> | ||
<value>10</value> | ||
</li> | ||
<li> | ||
<label>Nasty</label> | ||
<value>5</value> | ||
</li> | ||
<li> | ||
<label>Extreme</label> | ||
<value>1</value> | ||
</li> | ||
</options> | ||
</Rimefeller.DubsModOptions> | ||
|
||
</Defs> |
Oops, something went wrong.