Skip to content

Commit

Permalink
Release 2.17.133 [nolog]
Browse files Browse the repository at this point in the history
  • Loading branch information
FluffierThanThou committed Aug 10, 2020
1 parent 3c06adb commit 04364d1
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
Original file line number Diff line number Diff line change
Expand Up @@ -35,11 +35,11 @@ Seo. Junmin: Korean translation
Proxyer: Update Japanese translation

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

</description>
<supportedVersions>
<li>1.1</li>
<li>1.2</li>
</supportedVersions>
<packageId>fluffy.blueprints</packageId>
<modDependencies>
Expand Down
6 changes: 3 additions & 3 deletions About/Manifest.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<Manifest>
<version>2.16.131</version>
<manifestUri>https://raw.githubusercontent.com/fluffy-mods/Blueprints/1.1/About/Manifest.xml</manifestUri>
<downloadUri>https://github.com/fluffy-mods/Blueprints/releases/v2.16.131</downloadUri>
<version>2.17.133</version>
<manifestUri>https://raw.githubusercontent.com/fluffy-mods/Blueprints/1.2/About/Manifest.xml</manifestUri>
<downloadUri>https://github.com/fluffy-mods/Blueprints/releases/v2.17.133</downloadUri>
</Manifest>
Binary file modified Assemblies/BetterKeybinding.dll
Binary file not shown.
Binary file modified Assemblies/Blueprints.dll
Binary file not shown.
41 changes: 8 additions & 33 deletions Readme.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,8 @@
[![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/)

Blueprints allow the quick construction of repetitive rooms/areas.




![Features](https://banners.karel-kroeze.nl/title/Features.png)
![Features](https://banners.karel-kroeze.nl/title/Features.png)
**Create blueprint**
Use the 'Create' designator to drag over an area with existing constructions. Floors, walls and furniture will all be designated, and included in the blueprint. once created, a popup will appear with a default name, giving you the option to set a more meaningful name.

Expand All @@ -22,9 +19,6 @@ You can import previously exported blueprints by right clicking the 'Create' but

*NOTE: While you can import/export blueprints between games, be careful with doing so when a blueprint contains (modded) items that are not available in the current game. If you import a blueprint containing items that are unavailable, an error will pop up, and the offending item will be deleted from the blueprint. I've tried to make sure the rest of the blueprint is still usable, but your results may vary.*




![Contributors](https://banners.karel-kroeze.nl/title/Contributors.png)
- Raccoon & Haplo: German translation
- duduluu: Chinese translations
Expand All @@ -36,47 +30,28 @@ You can import previously exported blueprints by right clicking the 'Create' but
- Seo. Junmin: Korean translation
- Proxyer: Update Japanese 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/Blueprints/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/Blueprints/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/Blueprints/), 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 2.16.131, for RimWorld 1.1.2654.
![Version](https://banners.karel-kroeze.nl/title/Version.png)
This is version 2.17.133, for RimWorld 1.2.2719.
2 changes: 1 addition & 1 deletion Source/Blueprints/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,4 @@
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("2.0.0")]
[assembly: AssemblyFileVersion("2.16.131")]
[assembly: AssemblyFileVersion("2.17.133")]

0 comments on commit 04364d1

Please sign in to comment.