-
Notifications
You must be signed in to change notification settings - Fork 0
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
1 changed file
with
18 additions
and
1 deletion.
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 |
---|---|---|
@@ -1 +1,18 @@ | ||
# umbra-launcher | ||
# umbra-launcher | ||
|
||
A patch client for Wizard101. It connects to the Wizard101 patch and login servers, verifies and downloads necessary files, and launches the game client. | ||
|
||
## Options | ||
|
||
- `-dir string` | ||
- Client directory (default "Wizard101") | ||
- `-username string` | ||
- Login username | ||
- `-password string` | ||
- Login password | ||
- `-login-server string` | ||
- Login server address (default "login.us.wizard101.com:12000") | ||
- `-patch-server string` | ||
- Patch server address (default "patch.us.wizard101.com:12500") | ||
- `-patch-only` | ||
- Only patch files without logging in |