-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
18 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
# X2ProjectGenerator | ||
|
||
### Usage | ||
|
||
* Create an empty or default mod project | ||
* Close ModBuddy | ||
* Copy the files as you want them to be in the project | ||
* Run this exe with a single argument which points to the directory where `.x2proj` file is located: | ||
|
||
``` | ||
X2ProjectGenerator.exe "C:\Users\xyman\Documents\Firaxis ModBuddy\XCOM - War of the Chosen\MyAwesomeMod\MyAwesomeMod" | ||
``` | ||
|
||
*Note that the quotes (`"`) are important - otherwise script will break (if there are spaces in folder names)* | ||
|
||
This script will make sure that every folder and file in project folder is included in the project and sorted in correct order. | ||
Already existing entries won't be touched - you can run this script as many as you like. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters