-
Notifications
You must be signed in to change notification settings - Fork 33
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Added mod icon
- Loading branch information
Showing
11 changed files
with
74 additions
and
11 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
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -14,5 +14,9 @@ | |
<v1.4> | ||
<li>/</li> | ||
<li>v1.4</li> | ||
</v1.4> | ||
</v1.4> | ||
<v1.5> | ||
<li>/</li> | ||
<li>v1.5</li> | ||
</v1.5> | ||
</loadFolders> |
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.
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,18 @@ | ||
<?xml version="1.0" encoding="utf-8" ?> | ||
<Defs> | ||
|
||
<TipSetDef> | ||
<defName>AllowToolTips</defName> | ||
<tips> | ||
<li TKey="ContextKey">The "Equals" key activates the first tool right-click action when something is selected.</li> | ||
<li TKey="MineConnected">Pressing the "Equals" key after selecting a mineable resource will designate the whole cluster for mining.</li> | ||
<li TKey="ToolModifiers">Some tools in the Orders menu behave differently when used with modifier keys. Hover over the tools for more information.</li> | ||
<li TKey="ToolPickup">When something is selected, you can pick up the appropriate tool by holding Shift and clicking one of the command buttons.</li> | ||
<li TKey="ModOptions">Many mods have settings you can tweak to suit your play style. The Mod Settings button is found in the Options menu.</li> | ||
<li TKey="AllowAll">Pressing the "Home" key will allow all forbidden things on the map.</li> | ||
<li TKey="RightClick">Command buttons with a small mouse icon can be right-clicked for additional special commands.</li> | ||
<li TKey="SelectSimilar">The "Select similar" tool has many uses. It can help find ore deposits, harvest wild healroot and deconstruct cables under walls.</li> | ||
</tips> | ||
</TipSetDef> | ||
|
||
</Defs> |
39 changes: 39 additions & 0 deletions
39
Mods/AllowTool/v1.5/Defs/WorkTypeDefs/AllowToolWorkTypes.xml
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,39 @@ | ||
<?xml version="1.0" encoding="utf-8" ?> | ||
<Defs> | ||
|
||
<WorkTypeDef> | ||
<defName>HaulingUrgent</defName> | ||
<labelShort>Haul+</labelShort> | ||
<pawnLabel>Urgent hauler</pawnLabel> | ||
<gerundLabel>Hauling urgently</gerundLabel> | ||
<description>High-priority hauling. Works like the regular kind, but only for things that are manually designated. Use <b>Architect > Orders > Haul Urgently</b> to designate things to haul.\nAdded by the Allow Tool mod. Can be disabled in Options > Mod Settings.</description> | ||
<verb>Haul urgently</verb> | ||
<naturalPriority>1180</naturalPriority> | ||
<alwaysStartActive>true</alwaysStartActive> | ||
<workTags> | ||
<li>ManualDumb</li> | ||
<li>Hauling</li> | ||
<li>AllWork</li> | ||
</workTags> | ||
</WorkTypeDef> | ||
|
||
<WorkTypeDef> | ||
<defName>FinishingOff</defName> | ||
<labelShort>Finish</labelShort> | ||
<pawnLabel>Executor</pawnLabel> | ||
<gerundLabel>Finishing off</gerundLabel> | ||
<description>Quickly and painlessly kill downed creatures.\nAdded by the Allow Tool mod. Can be disabled in Options > Mod Settings.</description> | ||
<verb>Finish off</verb> | ||
<naturalPriority>1140</naturalPriority> | ||
<alwaysStartActive>true</alwaysStartActive> | ||
<visible>false</visible> | ||
<relevantSkills> | ||
<li>Melee</li> | ||
</relevantSkills> | ||
<workTags> | ||
<li>Violent</li> | ||
<li>AllWork</li> | ||
</workTags> | ||
</WorkTypeDef> | ||
|
||
</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
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 |
---|---|---|
@@ -1,5 +1,5 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<packages> | ||
<package id="Lib.Harmony" version="2.1.0" targetFramework="net472" /> | ||
<package id="UnlimitedHugs.Rimworld.HugsLib" version="9.0.0" targetFramework="net472" /> | ||
<package id="Lib.Harmony" version="2.2.2" targetFramework="net472" /> | ||
<package id="UnlimitedHugs.Rimworld.HugsLib" version="10.0.1" targetFramework="net472" /> | ||
</packages> |