File tree Expand file tree Collapse file tree 2 files changed +18
-0
lines changed Expand file tree Collapse file tree 2 files changed +18
-0
lines changed Original file line number Diff line number Diff line change
1
+ # X2ProjectGenerator
2
+
3
+ ### Usage
4
+
5
+ * Create an empty or default mod project
6
+ * Close ModBuddy
7
+ * Copy the files as you want them to be in the project
8
+ * Run this exe with a single argument which points to the directory where ` .x2proj ` file is located:
9
+
10
+ ```
11
+ X2ProjectGenerator.exe "C:\Users\xyman\Documents\Firaxis ModBuddy\XCOM - War of the Chosen\MyAwesomeMod\MyAwesomeMod"
12
+ ```
13
+
14
+ * Note that the quotes (` " ` ) are important - otherwise script will break (if there are spaces in folder names)*
15
+
16
+ This script will make sure that every folder and file in project folder is included in the project and sorted in correct order.
17
+ Already existing entries won't be touched - you can run this script as many as you like.
Original file line number Diff line number Diff line change 43
43
</ItemGroup >
44
44
<ItemGroup >
45
45
<Content Include =" .gitignore" />
46
+ <Content Include =" README.md" />
46
47
</ItemGroup >
47
48
<Import Project =" $(MSBuildToolsPath)\Microsoft.CSharp.targets" />
48
49
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
You can’t perform that action at this time.
0 commit comments