Skip to content

Commit a7b93d2

Browse files
authored
Update README.md
1 parent b3be6ef commit a7b93d2

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,8 @@ For example, the game file
77
`C:\Content\0000000000000000\58410912\000D0000\813B8117E82BB641BE619486127F36F3B0EF9D8A58` will result in a batch file called `Worms 2 - Armageddon.bat`. Running this file will open the desired game in a provided copy of Xenia (or Xenia Canary, whatever you choose).
88

99
Note that Xenia games do not have to be stored in the same folder as Xenia, but they must be stored in a `Content/0000000000000000` folder as described above.
10+
11+
### CLI Usage
12+
You can either open the executable directly, where you will be asked to locate your Xenia executable and Content directory (and a default output folder will be used), or you can define your own paths via command line. For example:
13+
14+
`"Xenia Batch Maker.exe" -x "C:\Emulators\Xenia\xenia.exe" -c "C:\Content" --output "C:\Emulators\Xenia\Shortcuts"`

0 commit comments

Comments
 (0)