Skip to content

Commit

Permalink
v1.2
Browse files Browse the repository at this point in the history
- Updated for 1.0
  • Loading branch information
Jaxe-Dev committed Oct 17, 2018
1 parent 70d7fd9 commit 350e72b
Show file tree
Hide file tree
Showing 7 changed files with 28 additions and 11 deletions.
5 changes: 2 additions & 3 deletions About/About.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
<ModMetaData>
<name>Collapser</name>
<author>Jaxe</author>
<targetVersion>0.19.0</targetVersion>
<description>Mod Version: 1.1\n\n\nRemove overhead mountains on collapse as long as there is non-overhead mountain roof next to the collapse.\n\nWithout this mod there is no way to remove overhead mountain, no matter how many times it collapses it does not go away. With this mod if an overhead mountain roof collapses and there is a non-overhead roof on a tile directly adjacent to it then the overhead mountain will be removed..</description>
<url>https://github.com/Jaxe-Dev/Collapser</url>
<targetVersion>1.0.0</targetVersion>
<description>Mod Version: 1.2\n\n\nRemove overhead mountains on collapse as long as there is non-overhead mountain roof next to the collapse.\n\nWithout this mod there is no way to remove overhead mountain, no matter how many times it collapses it does not go away. With this mod if an overhead mountain roof collapses and there is a non-overhead roof on a tile directly adjacent to it then the overhead mountain will be removed..</description>
</ModMetaData>
8 changes: 8 additions & 0 deletions About/Manifest.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>

<Manifest>
<identifier>Collapser</identifier>
<version>1.2</version>
<manifestUri>https://github.com/Jaxe-Dev/Collapser/master/About/Manifest.xml</manifestUri>
<downloadUri>https://github.com/Jaxe-Dev/Collapser/releases/latest</downloadUri>
</Manifest>
2 changes: 1 addition & 1 deletion About/ModSync.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<ModSyncNinjaData>
<ID>59f538ed-f86d-4506-a4a5-7e9faaa37509</ID>
<ModName>Collapser</ModName>
<Version>v1.1</Version>
<Version>v1.2</Version>
<SaveBreaking>False</SaveBreaking>
<Host name="Github">
<Owner>Jaxe-Dev</Owner>
Expand Down
Binary file modified Assemblies/Collapser.dll
Binary file not shown.
19 changes: 13 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,20 +1,27 @@
# Collapser
![](https://img.shields.io/badge/Mod_Version-1.1-blue.svg)
![](https://img.shields.io/badge/Built_for_RimWorld-B19-blue.svg)
![](https://img.shields.io/badge/Powered_by_Harmony-1.2.0.1-blue.svg)
![Mod Version](https://img.shields.io/badge/Mod_Version-1.2-blue.svg)
![RimWorld Version](https://img.shields.io/badge/Built_for_RimWorld-1.0-blue.svg)
![Harmony Version](https://img.shields.io/badge/Powered_by_Harmony-1.2.0.1-blue.svg)\
![Steam Subscribers](https://img.shields.io/badge/dynamic/xml.svg?label=Steam+Subscribers&query=//table/tr[2]/td[1]&colorB=blue&url=https://steamcommunity.com/sharedfiles/filedetails/%3Fid=1499847220&suffix=+total)
![GitHub Downloads](https://img.shields.io/github/downloads/Jaxe-Dev/Collapser/total.svg?colorB=blue&label=GitHub+Downloads)

[Link to Steam Workshop page](https://steamcommunity.com/sharedfiles/filedetails/?id=1499847220)\
[Link to Ludeon Forum thread](https://ludeon.com/forums/index.php?topic=43486.0)

------------
---

Remove overhead mountains on collapse as long as there is non-overhead mountain roof next to the collapse.

Without this mod there is no way to remove overhead mountain, no matter how many times it collapses it does not go away. With this mod if an overhead mountain roof collapses and there is a non-overhead roof on a tile directly adjacent to it then the overhead mountain will be removed.

While there are other mods that enable removing overhead mountains manually like normal roofs, this mod restricts it to only edges of mountains so you could technically remove a whole mountain as long as you start from the edge and work inwards.

------------
---

##### INSTALLATION
##### STEAM INSTALLATION
- **[Go to the Steam Workshop page](https://steamcommunity.com/sharedfiles/filedetails/?id=1499847220) and subscribe to the mod.**

---

##### NON-STEAM INSTALLATION
- **[Download the latest release](https://github.com/Jaxe-Dev/Collapser/releases/latest) and unzip it into your *RimWorld/Mods* folder.**
3 changes: 3 additions & 0 deletions Source/Collapser.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,9 @@
<Content Include="..\About\About.xml">
<Link>-\About\About.xml</Link>
</Content>
<Content Include="..\About\Manifest.xml">
<Link>-\About\Manifest.xml</Link>
</Content>
<Content Include="..\About\ModSync.xml">
<Link>-\About\ModSync.xml</Link>
</Content>
Expand Down
2 changes: 1 addition & 1 deletion Source/Mod.cs
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ internal static class Mod
{
public const string Id = "Collapser";
public const string Name = Id;
public const string Version = "1.1";
public const string Version = "1.2";

static Mod() => HarmonyInstance.Create(Id).PatchAll();
}
Expand Down

0 comments on commit 350e72b

Please sign in to comment.