-
-
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
0 parents
commit c578f32
Showing
111 changed files
with
4,075 additions
and
0 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
|
||
<ModMetaData> | ||
<name>Rimefeller</name> | ||
<author>Dubwise</author> | ||
<url></url> | ||
<targetVersion>0.19.2009</targetVersion> | ||
<description>Drill for oil, process into chemfuel, plastic, composites, napalm. 1.1.212</description> | ||
</ModMetaData> |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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,146 @@ | ||
<?xml version="1.0" encoding="utf-8" ?> | ||
<Defs> | ||
|
||
<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> | ||
</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>OilGridCapacity</defName> | ||
<label>Oil spill limit per cell</label> | ||
<tip></tip> | ||
<options> | ||
<li> | ||
<label>Cheat</label> | ||
<value>1000</value> | ||
</li> | ||
<li> | ||
<label>Baby</label> | ||
<value>200</value> | ||
</li> | ||
<li> | ||
<label>Easy</label> | ||
<value>100</value> | ||
</li> | ||
<li> | ||
<label>Normal</label> | ||
<value>50</value> | ||
</li> | ||
<li> | ||
<label>Challenge</label> | ||
<value>25</value> | ||
</li> | ||
<li> | ||
<label>Nasty</label> | ||
<value>15</value> | ||
</li> | ||
<li> | ||
<label>Extreme</label> | ||
<value>5</value> | ||
</li> | ||
</options> | ||
</Rimefeller.DubsModOptions> | ||
|
||
</Defs> |
Oops, something went wrong.