Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
53 changes: 53 additions & 0 deletions 1.4/Defs/PathAvoidDefs.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,53 @@
<?xml version="1.0" encoding="utf-8" ?>
<Defs>
<PathAvoid.PathAvoidDef>
<defName>PathAvoidPrefer</defName>
<name>Prefer</name>
<level>0</level>
<color>(130,213,255)</color>
<display>true</display>
<isPrefer>true</isPrefer>
<hotKey>Misc1</hotKey>
</PathAvoid.PathAvoidDef>
<PathAvoid.PathAvoidDef>
<defName>PathAvoidNormal</defName>
<name>Normal</name>
<level>0</level>
<color>(0,255,0)</color>
<display>false</display>
<isPrefer>false</isPrefer>
<hotKey>Misc2</hotKey>
</PathAvoid.PathAvoidDef>
<PathAvoid.PathAvoidDef>
<defName>PathAvoidDislike</defName>
<name>Dislike</name>
<level>25</level>
<color>(255, 238, 86)</color>
<display>true</display>
<isPrefer>false</isPrefer>
<hotKey>Misc3</hotKey>
</PathAvoid.PathAvoidDef>
<PathAvoid.PathAvoidDef>
<defName>PathAvoidHate</defName>
<name>Hate</name>
<level>50</level>
<color>(226, 136, 34)</color>
<display>true</display>
<isPrefer>false</isPrefer>
<hotKey>Misc4</hotKey>
</PathAvoid.PathAvoidDef>
<PathAvoid.PathAvoidDef>
<defName>PathAvoidStrong</defName>
<name>Strong</name>
<level>200</level>
<color>(255,0,0)</color>
<display>true</display>
<isPrefer>false</isPrefer>
<hotKey>Misc5</hotKey>
</PathAvoid.PathAvoidDef>
<PathAvoid.MapSettingsDef>
<defName>PathAvoidMapSettings</defName>
<name>Map Settings</name>
<hotKey>Misc6</hotKey>
</PathAvoid.MapSettingsDef>
</Defs>
18 changes: 18 additions & 0 deletions 1.4/Defs/PathDesignatorCategory.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
<?xml version="1.0" encoding="utf-8" ?>
<Defs>
<DesignationCategoryDef>
<defName>Pathing</defName>
<label>pathing</label>
<description>Allows you to customize pathing</description>
<order>0</order>
<showPowerGrid>false</showPowerGrid>
<specialDesignatorClasses>
<li>PathAvoid.Designator_PathAvoid_Prefer</li>
<li>PathAvoid.Designator_PathAvoid_Normal</li>
<li>PathAvoid.Designator_PathAvoid_Dislike</li>
<li>PathAvoid.Designator_PathAvoid_Hate</li>
<li>PathAvoid.Designator_PathAvoid_Strong</li>
<li>PathAvoid.Designator_MapSettings</li>
</specialDesignatorClasses>
</DesignationCategoryDef>
</Defs>
3 changes: 2 additions & 1 deletion About/About.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
<li>1.1</li>
<li>1.2</li>
<li>1.3</li>
<li>1.4</li>
</supportedVersions>
<packageId>pathavoid.kv.rw</packageId>
<description>Path Avoid allows you to "nudge" the pathfinding system for your pawns, to make them prefer and avoid different areas. Use it to make your pawns follow pathways in your base, or avoid passing through a freezer to get to the other side! Avoidance won't prevent pawns from pathing, it'll just make them take an alternate path...
Expand All @@ -22,4 +23,4 @@ Tuvka - Russian
Thanks to "NotFood" for helping fix a bug in Linux versions!

Original Author: Vendan</description>
</ModMetaData>
</ModMetaData>
4 changes: 2 additions & 2 deletions About/ModSync.xml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
<?xml version="1.0" encoding="utf-8"?>
<ModSyncNinjaData>
<ModName>Path Avoid</ModName>
<Version>1.3.0.1</Version>
<Version>1.4.0.0</Version>
<SaveBreaking>False</SaveBreaking>
<Host name="Github">
<Owner>KiameV</Owner>
<Project>rimworld-pathavoid</Project>
<DownloadFrom>ModSyncReleases</DownloadFrom>
<Branch>master</Branch>
</Host>
</ModSyncNinjaData>
</ModSyncNinjaData>
4 changes: 2 additions & 2 deletions About/Version.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<VersionData>
<overrideVersion>1.3.0.1</overrideVersion>
<overrideVersion>1.4.0.0</overrideVersion>
<gitHubRepository>KiameV/rimworld-pathavoid</gitHubRepository>
</VersionData>
</VersionData>