Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
- Updated Readme with French translation acknowledgement
- Included batch to sync files with mod directories without rebuilding in VS
  • Loading branch information
Aaron C Robinson committed Sep 29, 2017
1 parent efd6549 commit 933f0e0
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# ExpandedRoofing [![RimWorld Alpha 17](https://img.shields.io/badge/RimWorld-Alpha%2017-brightgreen.svg)](http://rimworldgame.com/)
# ExpandedRoofing [![RimWorld Alpha 17](https://img.shields.io/badge/RimWorld-Alpha%2017-brightgreen.svg)](http://rimworldgame.com/)

Adds customizable roofing, with transparent greenhouse roofing and photovoltaic solar roofing. Reworked from Vendan's original idea.

Expand Down Expand Up @@ -26,6 +26,8 @@ Turkish - Slevilex

Russian - Garr Incorporated

French - Jozay

## Acknowledgements

Thank to Erdelf for getting me back on track and Xen for designator artwork.
Expand All @@ -43,4 +45,4 @@ Special thanks to Pardeike's amazing non-destructive patching library, Harmony.
<a href="./LICENSE">
<img src="https://img.shields.io/badge/license-MIT-lightgray.svg?style=flat" alt="MIT License" />
</a>
</p>
</p>
12 changes: 12 additions & 0 deletions Source/copyFiles.bat
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
@echo off
SET "ProjectName=ExpandedRoofing"
SET "SolutionDir=C:\Users\robin\Desktop\Games\RimWorld Modding\Source\ExpandedRoofing\Source"
@echo on

del /S /Q "C:\Program Files (x86)\Steam\steamapps\common\RimWorld\Mods\%ProjectName%\Defs\*"

xcopy /S /Y "%SolutionDir%\..\About\*" "C:\Program Files (x86)\Steam\steamapps\common\RimWorld\Mods\%ProjectName%\About\"
xcopy /S /Y "%SolutionDir%\..\Defs\*" "C:\Program Files (x86)\Steam\steamapps\common\RimWorld\Mods\%ProjectName%\Defs\"
xcopy /S /Y "%SolutionDir%\..\Patches\*" "C:\Program Files (x86)\Steam\steamapps\common\RimWorld\Mods\%ProjectName%\Patches\"
xcopy /S /Y "%SolutionDir%\..\Textures\*" "C:\Program Files (x86)\Steam\steamapps\common\RimWorld\Mods\%ProjectName%\Textures\"
xcopy /S /Y "%SolutionDir%\..\Languages\*" "C:\Program Files (x86)\Steam\steamapps\common\RimWorld\Mods\%ProjectName%\Languages\"

0 comments on commit 933f0e0

Please sign in to comment.