Skip to content

Commit fd52bd6

Browse files
Added a section in README.md to explain how to build from source
1 parent e538eb2 commit fd52bd6

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

README.md

+6-3
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ GameShortcut is a utility to build shortcuts to games in the Games section of th
99

1010
## How to use
1111
- Download the latest release in the [releases section](https://github.com/ClementDreptin/GameShortcut/releases).
12-
- Modify `config\gameInfo.txt` and respect the following format
12+
- Modify `config\shortcutInfo.txt` and respect the following format
1313
```
1414
<shortcut_name>
1515
<path_to_xex>
@@ -20,6 +20,9 @@ GameShortcut is a utility to build shortcuts to games in the Games section of th
2020
## How it works
2121
This project is split in two. The first part is the shortcut application itself (that runs on the console) and the second part is a Windows console application (that runs on a computer) to build the shortcut and send it to the console.
2222
23-
The shortcut application is a regular XEX file, so not exactly a shortcut just yet. All it does is reading the `config\gameInfo.txt` file to get the path to the XEX file the shortcut is made for and launches it.
23+
The shortcut application is a regular XEX file, so not exactly a shortcut just yet. All it does is reading the `config\shortcutInfo.txt` file to get the path to the XEX file the shortcut is made for and launches it.
2424
25-
The Windows console application creates an XML configuration file from the name of the shortcut in `config\gameInfo.txt` and builds a Demo game for it with BLAST (console application provided with the XDK). BLAST takes care of deploying the Demo game to the console in the right directory. When the operation completes (successfully or not), the XML configuration file and the files generated by BLAST are deleted automatically.
25+
The Windows console application creates an XML configuration file from the name of the shortcut in `config\shortcutInfo.txt` and builds a Demo game for it with BLAST (console application provided with the XDK). BLAST takes care of deploying the Demo game to the console in the right directory. When the operation completes (successfully or not), the XML configuration file and the files generated by BLAST are deleted automatically.
26+
27+
## Building
28+
To build from source, open `GameShortcut.sln` in Visual Studio (this solution is configured for Visual Studio 2019). The two projects have separate target platforms, `GameShortcut` only builds for the `Xbox 360` platform and `Publisher` only builds for the `Win32` platform. Simply building the whole solution will only build the project configured for the currently selected platform. To build everything, select the `Xbox 360` platform and build `GameShortcut` then select the `Win32` platform and build `Publisher`. You can then run `Publisher` by clicking `F5`, it is set as the startup project.

0 commit comments

Comments
 (0)