mirror of
https://wiilab.wiimart.org/wiimart/WiiMart-Patcher
synced 2025-09-04 04:21:19 +02:00
Documentation changes
This commit is contained in:
parent
a3f2361ad2
commit
f905d22563
12
README.md
12
README.md
@ -16,11 +16,11 @@ The domain must be equal to or smaller than `shop.wii.com` in length, so 12 char
|
|||||||
|
|
||||||
If you do not plan to interact with EC, and plan to solely utilize HTML/JS components of the Wii Shop Channel, only configuring `oss-auth` is acceptable.
|
If you do not plan to interact with EC, and plan to solely utilize HTML/JS components of the Wii Shop Channel, only configuring `oss-auth` is acceptable.
|
||||||
|
|
||||||
If you do not have a domain available, you are welcome to utilize `a.taur.cloud` as the base domain.
|
If you do not have a domain available, you are welcome to utilize `a.taur.cloud` as the base domain!
|
||||||
This domain resolves to `127.0.0.1`, usable within Dolphin.
|
This domain resolves to `127.0.0.1`, usable within Dolphin.
|
||||||
It is guaranteed `oss-auth`, `ecs`, `ias`, `cas` (cataloguing, within DLC titles), and `ccs`/`ucs` (cached/uncached content servers) are available.
|
It is guaranteed `oss-auth`, `ecs`, `ias`, `cas` (cataloguing, within DLC titles), and `ccs`/`ucs` (cached/uncached content servers) are available.
|
||||||
|
|
||||||
You may choose to specify a root certificate you already have configured on a server. If so, please provide the public key of the CA within the file `output/root.crt` in DER form.
|
You may additionally choose to specify a root certificate you already have configured on a server. If so, please provide the public key of the CA within the file `output/root.crt` in DER form.
|
||||||
If not, one will be generated for you.
|
If not, one will be generated for you.
|
||||||
|
|
||||||
## Operation
|
## Operation
|
||||||
@ -31,9 +31,9 @@ Invoke WSC-Patcher similar to the following:
|
|||||||
|
|
||||||
Throughout its operation, the patcher will perform the following:
|
Throughout its operation, the patcher will perform the following:
|
||||||
- Version 20 (latest, as of writing) of the Wii Shop Channel will be downloaded to `cache/original.wad`.
|
- Version 20 (latest, as of writing) of the Wii Shop Channel will be downloaded to `cache/original.wad`.
|
||||||
- If `output/ca.crt` is not present, a 2048-bit (RSA), SHA-1 CA certificate will be generated.
|
- If `output/root.cer` is not present, a 1024-bit (RSA), SHA-1 CA certificate will be generated.
|
||||||
- At the same time, `*.<basedomain>` will be issued for ease of use.
|
- At the same time, `*.<basedomain>` will be issued for ease of use. See `output/server.pem` and `output/server.key` for usage with nginx or similar servers.
|
||||||
- Modifications are made to the application's main `.arc` (within content index 2) to permit Opera loading the base domain.
|
- Modifications are made to the application's main `.arc` (within content index 2) to permit Opera loading the base domain, and the customized certificates.
|
||||||
- Patches to the application's main dol are also performed. Please see `patches.go` for more information on what these contain.
|
- Patches to the application's main dol are also performed. Please see `patches.go` for more information on what these contain.
|
||||||
- The patched WAD is encrypted and written to disk.
|
- The patched WAD is written to disk.
|
||||||
|
|
Loading…
x
Reference in New Issue
Block a user