Skip to content

Commit

Permalink
Release 4.8.94 [nolog]
Browse files Browse the repository at this point in the history
  • Loading branch information
FluffierThanThou committed Aug 10, 2020
1 parent ea05a03 commit 8a7ad50
Show file tree
Hide file tree
Showing 6 changed files with 14 additions and 39 deletions.
4 changes: 2 additions & 2 deletions About/About.xml
Expand Up @@ -23,11 +23,11 @@ Jorge Martínez: Spanish translations
xProtosx: Russian translation

<size=24>Version</size>
This is version 4.7.93, for RimWorld 1.1.2654.
This is version 4.8.94, for RimWorld 1.2.2719.

</description>
<supportedVersions>
<li>1.1</li>
<li>1.2</li>
</supportedVersions>
<packageId>fluffy.followme</packageId>
<modDependencies>
Expand Down
6 changes: 3 additions & 3 deletions About/Manifest.xml
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<Manifest>
<version>4.7.93</version>
<manifestUri>https://raw.githubusercontent.com/fluffy-mods/FollowMe/1.1/About/Manifest.xml</manifestUri>
<downloadUri>https://github.com/fluffy-mods/FollowMe/releases/v4.7.93</downloadUri>
<version>4.8.94</version>
<manifestUri>https://raw.githubusercontent.com/fluffy-mods/FollowMe/1.2/About/Manifest.xml</manifestUri>
<downloadUri>https://github.com/fluffy-mods/FollowMe/releases/v4.8.94</downloadUri>
</Manifest>
Binary file modified Assemblies/BetterKeybinding.dll
Binary file not shown.
Binary file modified Assemblies/FollowMe!.dll
Binary file not shown.
41 changes: 8 additions & 33 deletions Readme.md
@@ -1,19 +1,13 @@
[![RimWorld 1.1](https://img.shields.io/badge/RimWorld-1.1-brightgreen.svg)](http://rimworldgame.com/)
[![RimWorld 1.2](https://img.shields.io/badge/RimWorld-1.2-brightgreen.svg)](http://rimworldgame.com/)

Gives the camera tracking capabilities.




![Features](https://banners.karel-kroeze.nl/title/Features.png)
![Features](https://banners.karel-kroeze.nl/title/Features.png)
Press the 'Home' key (default, can be changed with in-game keybinding settings) while any colonist, enemy, animal or item is selected, and the camera will follow them (including furniture and plants - but they tend to not move much). Alternatively, you can click with the middle mouse button on colonists in the Colonist Bar on top of the screen to toggle following.

**Does not require a new save game**
Can safely be enabled/disabled in ongoing saves.




![Contributors](https://banners.karel-kroeze.nl/title/Contributors.png)
- SkullyWag: Help with/nagging about updates
- Raccoon: German translation
Expand All @@ -24,47 +18,28 @@ Can safely be enabled/disabled in ongoing saves.
- Jorge Martínez: Spanish translations
- xProtosx: Russian translation




![Think you found a bug?](https://banners.karel-kroeze.nl/title/Think%20you%20found%20a%20bug%3F.png)

![Think you found a bug?](https://banners.karel-kroeze.nl/title/Think%20you%20found%20a%20bug%3F.png)
Please read [this guide](http://steamcommunity.com/sharedfiles/filedetails/?id=725234314) before creating a bug report,
and then create a bug report [here](https://github.com/fluffy-mods/FollowMe/issues)




![Older versions](https://banners.karel-kroeze.nl/title/Older%20versions.png)

![Older versions](https://banners.karel-kroeze.nl/title/Older%20versions.png)
All current and past versions of this mod can be downloaded from [GitHub](https://github.com/fluffy-mods/FollowMe/releases).




![License](https://banners.karel-kroeze.nl/title/License.png)

![License](https://banners.karel-kroeze.nl/title/License.png)
All original code in this mod is licensed under the [MIT license](https://opensource.org/licenses/MIT). Do what you want, but give me credit.
All original content (e.g. text, imagery, sounds) in this mod is licensed under the [CC-BY-SA 4.0 license](http://creativecommons.org/licenses/by-sa/4.0/).

Parts of the code in this mod, and some content may be licensed by their original authors. If this is the case, the original author & license will either be given in the source code, or be in a LICENSE file next to the content. Please do not decompile my mods, but use the original source code available on [GitHub](https://github.com/fluffy-mods/FollowMe/), so license information in the source code is preserved.

[![Supporters](https://banners.karel-kroeze.nl/donations.png)](https://ko-fi.com/fluffymods)




![Are you enjoying my mods?](https://banners.karel-kroeze.nl/title/Are%20you%20enjoying%20my%20mods%3F.png)

![Are you enjoying my mods?](https://banners.karel-kroeze.nl/title/Are%20you%20enjoying%20my%20mods%3F.png)
Become a supporter and show your appreciation by buying me a coffee (or contribute towards a nice single malt).

[![Buy Me a Coffee](http://i.imgur.com/EjWiUwx.gif)](https://ko-fi.com/fluffymods)

[![I Have a Black Dog](https://i.ibb.co/ss59Rwy/New-Project-2.png)](https://www.youtube.com/watch?v=XiCrniLQGYc)





![Version](https://banners.karel-kroeze.nl/title/Version.png)
This is version 4.7.93, for RimWorld 1.1.2654.
![Version](https://banners.karel-kroeze.nl/title/Version.png)
This is version 4.8.94, for RimWorld 1.2.2719.
2 changes: 1 addition & 1 deletion Source/Properties/AssemblyInfo.cs
Expand Up @@ -35,4 +35,4 @@
// Revision
//
[assembly: AssemblyVersion("4.0.0")]
[assembly: AssemblyFileVersion("4.7.93")]
[assembly: AssemblyFileVersion("4.8.94")]

0 comments on commit 8a7ad50

Please sign in to comment.