File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed
Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 33# #
44# # Get latest from https://github.com/github/gitignore/blob/master/VisualStudio.gitignore
55
6- RMC /post-build .bat
6+ RMC /local-settings .bat
77
88# User-specific files
99* .suo
Original file line number Diff line number Diff line change 124124 <ItemGroup >
125125 <None Include =" Assets\Scenarios\Imperial Spacemarine Corps.rsc" />
126126 <None Include =" Assets\Scenarios\Rimworld Mercenaries.rsc" />
127+ <None Include =" local-settings.bat" />
127128 <None Include =" post-build.bat" />
128- <None Include =" post-build .bat.example" />
129+ <None Include =" local-settings .bat.example" />
129130 <None Include =" packages.config" />
130131 </ItemGroup >
131132 <ItemGroup />
Original file line number Diff line number Diff line change 1+ set RimWorldDir=C:\Program Files (x86)\Steam\steamapps\common\RimWorld\Mods
Original file line number Diff line number Diff line change 1- REM This can be changed if need be
2- set RimWorldDir=C:\Program Files (x86)\Steam\steamapps\common\RimWorld\Mods
31set Version = 1.2
42set ConfigurationName = %1
53set ProjectDir = %2
64
75xcopy /yi .\RMC*.dll " RimWorld Military Colony\%Version% \Assemblies"
8- echo "%ProjectDir%\Assets\XML"
96xcopy /yei " %ProjectDir% \Assets\XML" " RimWorld Military Colony\%Version% "
107xcopy /yei " %ProjectDir% \Assets\About" " RimWorld Military Colony\About"
118
129REM If in debug then deploy to local rimworld install
1310if " %ConfigurationName% " == " Debug" (
11+ call " %ProjectDir% \local-settings.bat"
1412del /s /q " %RimWorldDir% \RimWorld Military Colony"
1513xcopy /yei " RimWorld Military Colony" " %RimWorldDir% \RimWorld Military Colony"
1614xcopy /yei " ..\..\Assets\Scenarios" " %userprofile% \AppData\LocalLow\Ludeon Studios\RimWorld by Ludeon Studios\Scenarios"
You can’t perform that action at this time.
0 commit comments