From 087d3646fb6c4430b1484b5296093ced628d43de Mon Sep 17 00:00:00 2001 From: bluestmango Date: Sun, 29 Sep 2024 11:28:32 -0230 Subject: [PATCH 1/2] Fix two typos in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 53efa23..3af7134 100644 --- a/README.md +++ b/README.md @@ -40,7 +40,7 @@ Your directory structure should look something like: ``` ## Disclaimer -This can theoretically server titles for the 3DS. However it is difficult to test this functionality without fulling working Samurai and Ninja servers. The Hokage repo, https://github.com/PretendoNetwork/Hokage, is being developed for this purpose but it is not yet usable +This can theoretically serve titles for the 3DS. However it is difficult to test this functionality without fully working Samurai and Ninja servers. The Hokage repo, https://github.com/PretendoNetwork/Hokage, is being developed for this purpose but it is not yet usable # NOTE FOR SERVING TICKETS ### At the moment tickets use a hard-coded path! This is because the WiiU and 3DS request tickets from ECS using a TIV (ticket ID), not the title ID. These TIVs are unique per-ticket per-owner and are generated randomly when a title is purchased by a user, whom the ticket is then assigned. Because of this, there is no standard for converting a TIV->title ID without already knowing which title a TIV is for. In the future this repo will support a JSON config or a database to get this data dynamically, however at the moment you must edit each `ecs.js` file to manually check the requested TIV and serve the correct ticket! From 4ef86f64f30420a982558285eb49cc35a3416154 Mon Sep 17 00:00:00 2001 From: bluemango <157346301+bluestmango@users.noreply.github.com> Date: Sun, 29 Sep 2024 18:44:54 -0230 Subject: [PATCH 2/2] Correct another typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3af7134..9d04507 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ The SOAP server contains several key services for the WiiU and 3DS, including NUS (NetUpdateSOAP, aka Nintendo Update Server) and ECS which serves title tickets and other data for the eShop # How to use -This repo does not come with any titles or tickets by default. To serve titles and tickets, create a `titles` folder in the root of the repo. In the `titles` folder create 2 sub-folders, `wup` and `ctr`, for the WiiU and 3DS respectively. Inside each of these folders create 3 more sub-folders, `aoc`, `patch` and `title`, for DLC, updates, and base titles respectively. Create a folder named the title ID for the title you wish to serve in it's correct folder, and place the `title.tmd`, `title.tik` and encrypted contents inside. +This repo does not come with any titles or tickets by default. To serve titles and tickets, create a `titles` folder in the root of the repo. In the `titles` folder create 2 sub-folders, `wup` and `ctr`, for the WiiU and 3DS respectively. Inside each of these folders create 3 more sub-folders, `aoc`, `patch` and `title`, for DLC, updates, and base titles respectively. Create a folder named the title ID for the title you wish to serve in its correct folder, and place the `title.tmd`, `title.tik` and encrypted contents inside. Your directory structure should look something like: