From 90ccb3e112f1e5f31d663e73cff2bc9b65267d32 Mon Sep 17 00:00:00 2001 From: ItaloKnox Date: Mon, 1 Jul 2024 06:41:17 -0300 Subject: [PATCH 01/12] Migration updates --- .github/workflows/mkdocs.yml | 78 +++++------ docs/Donations.md | 66 --------- docs/Higurashi/Manual-Installation.md | 189 +++++++------------------- docs/index.md | 10 -- mkdocs.yml | 13 +- 5 files changed, 92 insertions(+), 264 deletions(-) delete mode 100644 docs/Donations.md diff --git a/.github/workflows/mkdocs.yml b/.github/workflows/mkdocs.yml index 6405a95..f88b2d1 100644 --- a/.github/workflows/mkdocs.yml +++ b/.github/workflows/mkdocs.yml @@ -11,42 +11,42 @@ on: branches: [ master ] # A workflow run is made up of one or more jobs that can run sequentially or in parallel -jobs: - # This workflow contains a single job called "build" - build: - # The type of runner that the job will run on - runs-on: ubuntu-latest - - # Steps represent a sequence of tasks that will be executed as part of the job - steps: - # Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it - - uses: actions/checkout@v2 - - - name: setup python - uses: actions/setup-python@v2 - with: - python-version: '3.x' - architecture: 'x64' - - # Runs a single command using the runners shell - - name: install mkdocs and dependencies - run: | - python -m pip install --upgrade pip - pip install mkdocs mkdocs-material mkdocs-minify-plugin pymdown-extensions - - # Runs a set of commands using the runners shell - - name: deploy wiki - run: mkdocs build - - # Rsync repo to server, only on pushes to master (does not run on pull requests) - - name: send to server - uses: burnett01/rsync-deployments@4.1 - if: github.event_name == 'push' && github.ref == 'refs/heads/master' - with: - switches: -av --delete - path: wiki/ - remote_path: /home/07th-mod/web/wiki - remote_port: ${{ secrets.DEPLOY_PORT }} - remote_host: ${{ secrets.DEPLOY_HOST }} - remote_user: ${{ secrets.DEPLOY_USER }} - remote_key: ${{ secrets.DEPLOY_KEY }} +# jobs: +# # This workflow contains a single job called "build" +# build: +# # The type of runner that the job will run on +# runs-on: ubuntu-latest +# +# # Steps represent a sequence of tasks that will be executed as part of the job +# steps: +# # Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it +# - uses: actions/checkout@v2 +# +# - name: setup python +# uses: actions/setup-python@v2 +# with: +# python-version: '3.x' +# architecture: 'x64' +# +# # Runs a single command using the runners shell +# - name: install mkdocs and dependencies +# run: | +# python -m pip install --upgrade pip +# pip install mkdocs mkdocs-material mkdocs-minify-plugin pymdown-extensions +# +# # Runs a set of commands using the runners shell +# - name: deploy wiki +# run: mkdocs build +# +# # Rsync repo to server, only on pushes to master (does not run on pull requests) +# - name: send to server +# uses: burnett01/rsync-deployments@4.1 +# if: github.event_name == 'push' && github.ref == 'refs/heads/master' +# with: +# switches: -av --delete +# path: wiki/ +# remote_path: /home/07th-mod/web/wiki +# remote_port: ${{ secrets.DEPLOY_PORT }} +# remote_host: ${{ secrets.DEPLOY_HOST }} +# remote_user: ${{ secrets.DEPLOY_USER }} +# remote_key: ${{ secrets.DEPLOY_KEY }} diff --git a/docs/Donations.md b/docs/Donations.md deleted file mode 100644 index de57475..0000000 --- a/docs/Donations.md +++ /dev/null @@ -1,66 +0,0 @@ -# Donations - -> **In case you just want to donate, [click here](https://www.paypal.com/donate?hosted_button_id=C978TUSYHZU2Q) to be taken directly to our Paypal donation link.** - -Starting from July 2018, we started accepting donations to host our own server. In this article, we will describe in detail why we decided to accept donations and how this will improve our work. - -## Why donations? - -Since the group started, with Higurashi (Ch.1 - Onikakushi) back in May 2015, our work has grown about three times in size, and the number of supported games is getting bigger every year, with not only patches but also full translations from console exclusive content. Consequently, we had to optimize our patches as much as we could so they would fit inside Github's limitations. This was extremely difficult because Github is not meant for storing big releases as we needed. - -With that in mind, we wanted to keep a friendly relationship with Github and avoid abusing the system, so we decided to start accepting donations to cover our server expenses. - -## What are the advantages of hosting our own server? - -* **For you, the user:** - 1. Downloads will be a lot more stable and faster (say goodbye to broken installations because of connection timeouts). - 2. Patches can now go beyond 2gb without being split into multiple files (Umineko had five 2gb parts in Github, in our server it has only one). - 4. Patch structure remake will make the installation take fewer steps if you are installing it manually. - -* **For us, developers:** - 1. Patches can now be deployed and updated faster (because we don't have to push the big binaries to Github anymore). - 2. We can deploy collaborative tools to work on translating exclusive console content easier. - 3. We can extend our installer even further using the server to run specific tools (such as updating your patches with minimal interaction). - -Of course, this is all very new to us so you can expect more and more things to happen in the future. This is only the immediate effects of having our own server. - -## How much do you need to keep this server running? - -**As of 2023**, our yearly running costs are about $400 or more depending on usage. Since we first signed with our ISP, there have been multiple increases to hosting and bandwidth due to the current world circumstances (energy crisis in the EU, inflation, etc). We also pay extra for bandwidth almost every month, since we get about 15 terabytes of data transfer monthly. - -## Do I get any special perks if I donate? - -Other than a sense of pride and accomplishment, **no**. Our goal is to offer a good experience for all users, without ads, timers or anything that should be considered a hassle. Just click and download, with the best speeds we can offer at the moment. - -Donors should also not get any special Discord perks, but this is up for discussion since it doesn't influence how we deliver the patches. Please let us know if you have any suggestions! - -## How do I know if the money is being used right? - -In this section we have a small summary of the total donations received, but in the end, it is all about how much you trust us. - -> **Last donation: May 05, 2024** - -> **Last update: May 05, 2024** - -> **Donations total (2024)**: **$87.74** (after Paypal donations tax)
- -## What if you get way over your goal? - -Supposing we can still stay above our goal consistently by the time the current server is due, there are plans to invest the extra money into migrating our server to a more powerful one. - -## What happens to open-source? - -Nothing! Our code is still freely available and is not going anywhere. - -## Donate! - -Click on the image below to donate: - -[![Donate!](https://user-images.githubusercontent.com/4702556/42401332-8e49fd8c-814b-11e8-9a83-b52285cf1051.png -)](https://www.paypal.com/donate?hosted_button_id=C978TUSYHZU2Q) - -[You can also click here](https://www.paypal.com/donate/?hosted_button_id=C978TUSYHZU2Q) to be redirected to our Paypal page. - -In case you prefer to donate in EUR, [you can use this link instead](https://www.paypal.com/donate/?hosted_button_id=KBM6B4AZH4EUN). - -**Disclaimer**: since we're not registered as a non-profit on Paypal, donations go directly to the server admin's Paypal. Donations are then sent straight to our ISP and kept as account balance, and finally deducted as invoices are generated. This disclaimer was only added for transparency, this is how donations have worked since we started taking them. diff --git a/docs/Higurashi/Manual-Installation.md b/docs/Higurashi/Manual-Installation.md index 8314b73..6825c96 100644 --- a/docs/Higurashi/Manual-Installation.md +++ b/docs/Higurashi/Manual-Installation.md @@ -103,53 +103,25 @@ Please select a tab below to access the downloads that you require. Download👀 - Graphics patch - 1440p - 1440p - 1440p - 1440p - - - Voices - Download - Download - Download - Download - - - BGM & SE - Download ⚠️ - Download ⚠️ - Download ⚠️ - Download ⚠️ - - - Movies - Windows
Mac/Linux - Windows
Mac/Linux - Windows
Mac/Linux - Windows
Mac/Linux + All assets + Download + Download + Download + Download UI Mod (Windows) - Steam
MangaGamer
GOG - Steam
MangaGamer
GOG - Steam
MangaGamer
GOG - Steam
MangaGamer
GOG + All versions + All versions + Steam and GOG
MangaGamer + All versions UI Mod (Mac/Linux) - Steam
MangaGamer
GOG - Steam
MangaGamer
GOG - Steam
MangaGamer
GOG - Steam
MangaGamer
GOG - - - Update - Downloadđź‘€ - Downloadđź‘€ - Downloadđź‘€ - Downloadđź‘€ + All versions + All versions + Steam and GOG
MangaGamer + All versions @@ -185,60 +157,32 @@ Please select a tab below to access the downloads that you require. Download👀 - Graphics patch - 1440p - 1440p - 1440p - 1440p - - - Voices - Download - Download - Download - Download - - - BGM & SE - Download ⚠️ - Download ⚠️ - Download ⚠️ - Download ⚠️ - - - Movies - Windows
Mac/Linux - Windows
Mac/Linux - Windows
Mac/Linux - Windows
Mac/Linux + All assets + Download + Download + Download + Download UI Mod (Windows) - Steam
MangaGamer
GOG §
GOG (old)† - Steam
MangaGamer
GOG - Steam
MangaGamer
GOG - Steam
MangaGamer
GOG
+ All versions
GOG (alternative)† + All versions + All versions + All versions UI Mod (Mac/Linux) - Steam
MangaGamer
GOG §
GOG (old)† - Steam
MangaGamer
GOG - Steam
MangaGamer
GOG - Steam
MangaGamer/GOG(MacOS)
MangaGamer/GOG(Linux)

MangaGamer/GOG
(Linux Old)

+ All versions
GOG (alternative)† + All versions + All versions + All versions
MangaGamer/GOG(alternative) Compatibility packs None - Windows (MangaGamer Answer Arcs Bundle only) + Windows (MangaGamer Answer Arcs Bundle only) None - Windows (GOG only)
Linux (GOG only) - - - Update - Downloadđź‘€ - Downloadđź‘€ - Downloadđź‘€ - Downloadđź‘€ + Windows (GOG only)
Linux (GOG only) @@ -272,54 +216,32 @@ Please select a tab below to access the downloads that you require. Patch Downloadđź‘€ - Graphics patch - 1440p - Graphics Download - - - Voices - Download - Voices Download - - - BGM & SE - Download - BGM & SE Download - - - Movies - Windows
Mac/Linux - Movies Download + All assets + Download + Download UI Mod (Windows) - Steam
- MangaGamer
- MangaGamer Old⚠️
- GOG + Steam and GOG
+ MangaGamer
+ MangaGamer Old⚠️
- Windows UI Download
+ All versions
UI Mod (Mac/Linux) - Steam
- MangaGamer
- MangaGamer Old⚠️
- GOG + Steam and GOG
+ MangaGamer
+ MangaGamer Old⚠️
- Mac/Linux UI Download
+ All versions
- - Update - Downloadđź‘€ - None - @@ -353,7 +275,7 @@ Please select a tab below to access the downloads that you require. Question Arcs Chapters 2,3,4 - OST Remake
+ OST Remake
NOTE: Extract to the HigurashiEp0X_Data/StreamingAssets folder, producing a RemakeBGM folder.

Handmade remakes of nerve's music (listen online)
Installing this will enable the option in the Mod Menu @@ -382,40 +304,23 @@ Please select a tab below to access the downloads that you require. Patch - Downloadđź‘€ + Download - Graphics patch - 1440p - - - Voices - Download - - - Sound effects - Downloadđźš© - - - BGM - Downloadđźš© - - - Movies - Windows
Mac/Linux + Assets + Part 1
+ Part 2
+ Part 3 System files - Windows
Linux
Mac🎮 + Windows
Linux
Mac🎮 UI Mod - Windows
Mac/Linux + Windows
Mac/Linux - Update - Download - diff --git a/docs/index.md b/docs/index.md index 49b02d8..e5a7c0f 100644 --- a/docs/index.md +++ b/docs/index.md @@ -8,16 +8,6 @@ *** -!!! note "Help us stay online!" - - We really need your help to keep our servers running. If you want to know more about donations, [click here](https://07th-mod.com/wiki/Donations). - - - This year's progress:
- - -*** - !!! info "Discord Server" diff --git a/mkdocs.yml b/mkdocs.yml index 79a2b58..854ad8e 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -12,13 +12,12 @@ nav: - 2a. Installer: Higurashi/Higurashi-Part-1---Voice-and-Graphics-Patch.md - 2b. Manual Installation: Higurashi/Manual-Installation.md - 2c. Shortcuts and Settings: Higurashi/Higurashi-Part-2---Patch-configuration-and-keyboard-shortcuts.md - - 3. Voices-only Patch: Higurashi/Higurashi-Part-1.1---Voices-only-Patch.md - - 4. FAQ: Higurashi/FAQ.md - - 4a. Linux & Steam Deck FAQ: Higurashi/FAQ-linux-steam-deck.md - - 4b. BGM/SE FAQ: Higurashi/BGM-SE-FAQ.md - - 4c. Miotsukushi FAQ: Higurashi/MiotsukushiFAQ.md - - 5. Getting Support: Higurashi/support.md - - 6. Uninstalling Mod & Game: Higurashi/Uninstall.md + - 3. FAQ: Higurashi/FAQ.md + - 3a. Linux & Steam Deck FAQ: Higurashi/FAQ-linux-steam-deck.md + - 3b. BGM/SE FAQ: Higurashi/BGM-SE-FAQ.md + - 3c. Miotsukushi FAQ: Higurashi/MiotsukushiFAQ.md + - 4. Getting Support: Higurashi/support.md + - 5. Uninstalling Mod & Game: Higurashi/Uninstall.md - Umineko: - 1. Intro (START HERE): Umineko/Umineko-Getting-started.md - 2. Mod Options: Umineko/Umineko-Mod-Options.md From 409fe8d9d0a86da92a3dde0851cbbd5313e252dd Mon Sep 17 00:00:00 2001 From: drojf <1249449+drojf@users.noreply.github.com> Date: Sat, 13 Jul 2024 11:27:06 +1000 Subject: [PATCH 02/12] Remove donations link --- mkdocs.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/mkdocs.yml b/mkdocs.yml index 854ad8e..0222bc9 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -32,7 +32,6 @@ nav: - 1. FAQ: Installer/faq.md - 2. Getting support: Installer/support.md - Power User Installation: Installer/power-users.md - - Donations: Donations.md - Rules: Rules.md - Support and Reporting Issues: Support.md - Contribution Guide: Beginners-guide.md From d6966cb28cbb72d221be8200339d70b20079fe26 Mon Sep 17 00:00:00 2001 From: drojf <1249449+drojf@users.noreply.github.com> Date: Sat, 13 Jul 2024 12:26:03 +1000 Subject: [PATCH 03/12] Update various umineko links --- .../Higurashi-Part-1.1---Voices-only-Patch.md | 32 +++---- .../steam-add-console-arcs.md | 2 +- docs/Umineko/Tsubasa-Hane.md | 2 +- .../Umineko-Part-0-TroubleShooting-and-FAQ.md | 2 +- ...ineko-Part-1---Voice-and-Graphics-Patch.md | 85 +++++++------------ 5 files changed, 48 insertions(+), 75 deletions(-) diff --git a/docs/Higurashi/Higurashi-Part-1.1---Voices-only-Patch.md b/docs/Higurashi/Higurashi-Part-1.1---Voices-only-Patch.md index a3fe4c3..e9eba37 100644 --- a/docs/Higurashi/Higurashi-Part-1.1---Voices-only-Patch.md +++ b/docs/Higurashi/Higurashi-Part-1.1---Voices-only-Patch.md @@ -53,50 +53,50 @@ Archives were updated 12-04-2020. **If the instructions don't seem to match the Ch.1 - Onikakushi Download -Download -Download +Download +Download Ch.2 - Watanagashi Download -Download -Download +Download +Download Ch.3 - Tatarigoroshi Download -Download -Download +Download +Download Ch.4 - Himatsubushi Download -Download -Download +Download +Download Ch.5 - Meakashi Download -Download -Download +Download +Download Ch.6 - Tsumihoroboshi Download -Download -Download +Download +Download Ch.7 - Minagoroshi Download -Download -Download +Download +Download Ch.8 - Matsuribayashi Download -Download -Download +Download +Download diff --git a/docs/Higurashi/steam-add-console-arcs/steam-add-console-arcs.md b/docs/Higurashi/steam-add-console-arcs/steam-add-console-arcs.md index 46f5670..163366d 100644 --- a/docs/Higurashi/steam-add-console-arcs/steam-add-console-arcs.md +++ b/docs/Higurashi/steam-add-console-arcs/steam-add-console-arcs.md @@ -1,6 +1,6 @@ # Console Arcs Steam Library Tutorial - Windows ## Prepare Game Art -* Download and unzip [**this archive**](https://07th-mod.com/installer/steamgrid/console-arcs-steamgrid.zip) before getting started. +* Download and unzip [**this archive**](https://github.com/07th-mod/patch-releases/releases/download/mod-common-v1.0/console-arcs-steamgrid.zip) before getting started. ## Add Console Arcs to Steam First things first - let's add the Console Arcs to your Steam library. diff --git a/docs/Umineko/Tsubasa-Hane.md b/docs/Umineko/Tsubasa-Hane.md index 749ed10..355e98c 100644 --- a/docs/Umineko/Tsubasa-Hane.md +++ b/docs/Umineko/Tsubasa-Hane.md @@ -30,7 +30,7 @@ If, for whatever reason, the automatic installation does not work or you do not |Tsubasa|Hane|Saku| |-|-|-| -|[Download (~300MB)](https://07th-mod.com/Bern/Tsubasa/umineko-tsubasa-ons.zip)|~~Download (~100MB)~~
temporarily removed|[Download script](https://github.com/07th-mod/umineko-saku/archive/master.zip)
[Download graphics (~1GB)](https://07th-mod.com/Bern/Saku/UminekoSaku-Graphics.7z) (optional)
[Download opening (~100MB)](https://07th-mod.com/Bern/Saku/UminekoSaku-Movie.7z) (optional)| +|[Download (~300MB)](https://github.com/07th-mod/patch-releases/releases/download/umineko-legacy-v1.0/umineko-tsubasa-ons.zip)|~~Download (~100MB)~~
temporarily removed|[Download script](https://github.com/07th-mod/umineko-saku/archive/master.zip)
[Download graphics (~1GB)](https://github.com/07th-mod/patch-releases/releases/download/umineko-legacy-v1.0/UminekoSaku-Graphics.7z) (optional)
[Download opening (~100MB)](https://github.com/07th-mod/patch-releases/releases/download/umineko-legacy-v1.0/UminekoSaku-Movie.7z) (optional)| For Tsubasa and Hane, once downloaded, extract the archive into your game directory. *PRESERVE THE TOP-LEVEL FOLDER*. The \[07th-Mod\] folder should *remain* after the archive extraction, do not put files from inside of the folder into the game directory -- put the folder itself there. For Saku, extract the script archive first, putting the `0.utf` file and the included `bmp` folder into the game directory. Afterwards, if you chose to use the graphics option, extract the graphics archive into the game folder as well, overwriting the `bmp` folder if asked. Finally, extract the opening if you chose to use it. diff --git a/docs/Umineko/Umineko-Part-0-TroubleShooting-and-FAQ.md b/docs/Umineko/Umineko-Part-0-TroubleShooting-and-FAQ.md index 995e33c..b0c8ec4 100644 --- a/docs/Umineko/Umineko-Part-0-TroubleShooting-and-FAQ.md +++ b/docs/Umineko/Umineko-Part-0-TroubleShooting-and-FAQ.md @@ -136,7 +136,7 @@ See the [Mod Options](Umineko-Mod-Options.md) page. This problem happens even on the base game when you launch the game without Steam. Note that launching the game through Steam (if you have the Steam version) might fix this issue, as Steam will provide the missing libraries. -To fix this issue, download and extract this archive to the game directory (it should overwrite the `lib64` folder): [https://07th-mod.com/Beato/linux-libpng-libjpeg.7z](https://07th-mod.com/Beato/linux-libpng-libjpeg.7z) +To fix this issue, download and extract this archive to the game directory (it should overwrite the `lib64` folder): [https://github.com/07th-mod/patch-releases/releases/download/umineko-question-v1.0/linux-libpng-libjpeg.7z](https://github.com/07th-mod/patch-releases/releases/download/umineko-question-v1.0/linux-libpng-libjpeg.7z) The alternative way to fix this issue is to make sure Steam is installed, then run the game through Steam (not by clicking on the .exe). diff --git a/docs/Umineko/Umineko-Part-1---Voice-and-Graphics-Patch.md b/docs/Umineko/Umineko-Part-1---Voice-and-Graphics-Patch.md index ebab05a..37d0f2e 100644 --- a/docs/Umineko/Umineko-Part-1---Voice-and-Graphics-Patch.md +++ b/docs/Umineko/Umineko-Part-1---Voice-and-Graphics-Patch.md @@ -30,11 +30,9 @@ Instructions on installing the Answer Arcs ADV Addon are at the bottom of the pa Script -Voices -Graphics -Executable -Updates (DL all) -Update (OS Specific) +Base +Movie (Linux Only) +Executable (Optional) @@ -44,20 +42,16 @@ Instructions on installing the Answer Arcs ADV Addon are at the bottom of the pa or
-Experimental 0.u -Download -1080p Graphics -Windows
Mac
Linux --1080p Rolling Update -
--ADV Files + Base Part 1/3
+ Base Part 2/3
+ Base Part 3/3 + + + Linux/MacOS Movie
- -WINDOWS -
- -LINUX/MAC Pt.1 -
- -LINUX/MAC Pt.2 + Executable (For Repair)
@@ -73,10 +67,8 @@ Instructions on installing the Answer Arcs ADV Addon are at the bottom of the pa Script -Voices -Graphics +Base Executable -Updates @@ -86,13 +78,14 @@ Instructions on installing the Answer Arcs ADV Addon are at the bottom of the pa or
-Experimental 0.u -Download -Download -Windows
Mac
Linux - -Rolling Update
- -LINUX/MAC Libs + Base Part 1/4
+ Base Part 2/4
+ Base Part 3/4
+ Base Part 4/4
+ + Executable (For Repair)
@@ -107,11 +100,11 @@ Instructions on installing the Answer Arcs ADV Addon are at the bottom of the pa Extract these packs to the root of the game directory, AFTER applying all other archives (extracting should overwrite many files). -- [Pachinko Question Arcs Sprites Pack](https://07th-mod.com/Beato/Umineko-Upscaled-Pachinko.7z) -- [Pachinko Answer Arcs NVL/ADV Sprites Pack](https://07th-mod.com/Bern/UminekoChiru-Upscaled-Pachinko.7z) +- [Pachinko Question Arcs Sprites Pack](https://github.com/07th-mod/patch-releases/releases/download/umineko-question-v1.0/Umineko-Upscaled-Pachinko.7z) +- [Pachinko Answer Arcs NVL/ADV Sprites Pack](https://github.com/07th-mod/patch-releases/releases/download/umineko-answer-v1.0/UminekoChiru-Upscaled-Pachinko.7z) -- [Ryukishi (Potato) Question Arcs Sprites Pack](https://07th-mod.com/Beato/Umineko-Upscaled-Potato-v3.7z) -- [Ryukishi (Potato) Answer Arcs NVL/ADV Sprites Pack](https://07th-mod.com/Bern/UminekoChiru-Upscaled-Potato-v4.7z) +- [Ryukishi (Potato) Question Arcs Sprites Pack](https://github.com/07th-mod/patch-releases/releases/download/umineko-question-v1.0/Umineko-Upscaled-Potato-v3.7z) +- [Ryukishi (Potato) Answer Arcs NVL/ADV Sprites Pack](https://github.com/07th-mod/patch-releases/releases/download/umineko-answer-v1.0/UminekoChiru-Upscaled-Potato-v4.7z) ### How to install the patch manually @@ -123,19 +116,10 @@ Common steps are the same for all platforms. The remaining steps are **different 1. Download and extract these archives to the game folder: - - The Voices archive - - The Graphics archive - -2. Then, download and extract these archives to the game folder, overwriting existing files: - - - For the Question arcs: - - the OS Specific update (choose the correct one for your operating system) - - the ADV files - - the Rolling update - - For the Answer arcs - - the Rolling Update + - The "base" archive + - For Linux or Mac users on the Question Arcs, the "movie" archive -3. When you extracted the voice archive, it should have generated an `arc4.nsa` and `arc5.nsa` file. After that, **please check your arc.nsa files are sequential**: +2. When you extracted the voice archive, it should have generated an `arc4.nsa` and `arc5.nsa` file. After that, **please check your arc.nsa files are sequential**: - If you have 5 `.nsa` files [`arc1.nsa`, `arc2.nsa`, `arc3.nsa`, `arc4.nsa`, `arc5.nsa`] - No extra steps are required @@ -154,26 +138,17 @@ Common steps are the same for all platforms. The remaining steps are **different ### Windows -7 . Backup the old .exe. For the **Question Arcs**, rename `Umineko1to4.exe` to `Umineko1to4_old.exe`. For the **Answer Arcs**, rename `Umineko5to8.exe` to `Umineko5to8_old.exe`. - -8 . Install the new .exe (the one you downloaded from this page). For the **Question arcs**, put the patched `Umineko1to4.exe` in the game folder. For the **Answer Arcs**, put the patched `Umineko5to8.exe` inside the folder. - +7 . No extra steps required ### Linux -7 . Backup the old .exe. For the **Question Arcs**, rename `Umineko1to4` to `Umineko1to4_old`. For the **Answer Arcs**, rename `Umineko5to8` to `Umineko5to8_old`. - -8 . Install the new .exe (the one you downloaded from this page). For the **Question arcs**, put the patched `Umineko1to4` in the game folder. For the **Answer Arcs**, put the patched `Umineko5to8` inside the folder. - -9 . You might have to set the .exe to have executable permissions so you can run it. - -10 . Extract the archive `linux-libpng-libjpeg.7z` to the game folder. Overwrite if asked. Both arcs use the same archive. +7 . You might have to set the .exe (`Umineko1to4` or `Umineko5to8`) to have executable permissions so you can run it. ### Mac -7 . Backup the old .exe. This is the file with a character image on it (.app file), but the `.app` part may be hidden. For the **Question Arcs**, rename `Umineko1to4.app` to `Umineko1to4_old.app`. For the **Answer Arcs**, rename `Umineko5to8.app` to `Umineko5to8_old.app`. +7 . MacOS users might need to apply the "Executable" manually. If the game does not run properlty, download and extract the "Executable" archive to a temporary folder, then read the below. -8 . **IMPORTANT**: MacOSX will try to prevent you from extracting the new, patched `.app` into the game folder! To get around this, you must extract it **outside the game folder** (preferably to your desktop or another personal folder). After you have extracted the .app file, you can then copy it to the root of the game folder (where the old one used to be). Extract ``Umineko1to4.app.zip`` for the **Question Arcs** and ``Umineko5to8.app.zip`` for the **Answer Arcs**. +8 . **IMPORTANT**: MacOSX will try to prevent you from extracting the new, patched `.app` into the game folder! To get around this, you must extract it **outside the game folder** (preferably to your desktop or another personal folder). After you have extracted the .app file, you can then copy it to the root of the game folder (where the old one used to be). The app folders are called ``Umineko1to4.app`` for the **Question Arcs** and ``Umineko5to8.app`` for the **Answer Arcs**. 9 . If you fail to do step 8 this correctly, you will get this error: @@ -183,8 +158,6 @@ Common steps are the same for all platforms. The remaining steps are **different Try step 8 again if you get this error. -10 . Extract the archive `linux-libpng-libjpeg.7z` to the game folder. Overwrite if asked. Both arcs use the same archive. - ---- ## Verification @@ -250,7 +223,7 @@ Ensure that you have your `0.u` or `0.utf` (depending on your platform), and you or
-Experimental 0.u
-ADV Assets +ADV Assets From 3886ef687c61d93dac9b426b074d88ed72e50afb Mon Sep 17 00:00:00 2001 From: drojf <1249449+drojf@users.noreply.github.com> Date: Sat, 13 Jul 2024 14:23:26 +1000 Subject: [PATCH 04/12] Fix some umineko links --- ...ineko-Part-1---Voice-and-Graphics-Patch.md | 28 +++++++++++-------- 1 file changed, 16 insertions(+), 12 deletions(-) diff --git a/docs/Umineko/Umineko-Part-1---Voice-and-Graphics-Patch.md b/docs/Umineko/Umineko-Part-1---Voice-and-Graphics-Patch.md index 37d0f2e..e02d965 100644 --- a/docs/Umineko/Umineko-Part-1---Voice-and-Graphics-Patch.md +++ b/docs/Umineko/Umineko-Part-1---Voice-and-Graphics-Patch.md @@ -38,9 +38,9 @@ Instructions on installing the Answer Arcs ADV Addon are at the bottom of the pa - -Stable 0.u
+ -Stable 0.u
or
- -Experimental 0.u + -Experimental
(Right-click, Save-As
then rename as 0.u)
Base Part 1/3
@@ -74,9 +74,9 @@ Instructions on installing the Answer Arcs ADV Addon are at the bottom of the pa - -Stable 0.u
+ -Stable 0.u
or
- -Experimental 0.u + -Experimental
(Right-click, Save-As
then rename as 0.u)
Base Part 1/4
@@ -132,7 +132,8 @@ Common steps are the same for all platforms. The remaining steps are **different 4. Rename the file ``0.utf`` inside your Umineko folder to ``0_old.utf`` (Backup the original script) -5. Put the patched ``0.u`` file inside the game folder. +5. Put the patched ``0.u`` file inside the game folder + - **If you have a ``0.utf`` file, rename it as ``0.u`` before putting it in the game folder!!** 6. **SEE STEPS BELOW SPECIFIC TO YOUR PLATFORM!** @@ -219,9 +220,9 @@ Ensure that you have your `0.u` or `0.utf` (depending on your platform), and you ADV Mode Addon - -Stable 0.u
+ -Stable 0.u
or
- -Experimental 0.u
+ -Experimental
(Right-click, Save-As
then rename as 0.u)

ADV Assets @@ -242,8 +243,12 @@ Normally, there is no reason to install the legacy version of the Question Arcs. Installation Instructions: -1. Extract the graphics archive: [Legacy Question Arcs Graphics](https://07th-mod.com/Beato/legacy/Umineko-Graphics-Legacy-2018.7z) -2. Extract the voice archives which should generate a `arc4.nsa` and `arc5.nsa` file: [Normal Question Voices](https://07th-mod.com/Beato/Umineko-Voices-nsa.7z). **Please check your arc.nsa files are sequential**: +1. Extract the base archives below: + - [Base Part 1/4](https://github.com/07th-mod/patch-releases/releases/download/umineko-legacy-v1.0/umineko-legacy-1707x1280.7z.001) + - [Base Part 2/4](https://github.com/07th-mod/patch-releases/releases/download/umineko-legacy-v1.0/umineko-legacy-1707x1280.7z.002) + - [Base Part 3/4](https://github.com/07th-mod/patch-releases/releases/download/umineko-legacy-v1.0/umineko-legacy-1707x1280.7z.003) + - [Base Part 4/4](https://github.com/07th-mod/patch-releases/releases/download/umineko-legacy-v1.0/umineko-legacy-1707x1280.7z.004) +2. **Ensure your your arc.nsa files are sequential**: - If you have 5 `.nsa` files [`arc1.nsa`, `arc2.nsa`, `arc3.nsa`, `arc4.nsa`, `arc5.nsa`] - No extra steps are required - If you have 3 `.nsa` files [`arc.nsa`, `arc4.nsa`, `arc5.nsa`] @@ -252,7 +257,6 @@ Installation Instructions: - If you have 2 `.nsa` files [`arc4.nsa`, `arc5.nsa`] - Rename `arc4.nsa` -> `arc.nsa` - Rename `arc5.nsa` -> `arc1.nsa` +3. Install the "script" file from your legacy translation (You should rename it as either `0.u` or `0.utf`, whichever one works). + - NOTE: the game will NOT work without a "script" file installed. -3. Extract the Exe: [Legacy Question Arcs Exe](https://07th-mod.com/Beato/legacy/Umineko-Question-Exes-legacy-1707x1280.7z) -4. Extract the Update: [Legacy Question Update](https://07th-mod.com/Beato/legacy/Umineko-Update-legacy-v5_2018_07_15.7z) -5. **Linux Mac Only** Extract the archive [`linux-libpng-libjpeg.7z`](https://07th-mod.com/Beato/linux-libpng-libjpeg.7z) to the game folder. Overwrite if asked. Both arcs use the same archive. From 68783a22e59187a3453306ed2ad8bb722e1b7dae Mon Sep 17 00:00:00 2001 From: drojf <1249449+drojf@users.noreply.github.com> Date: Sat, 13 Jul 2024 14:24:32 +1000 Subject: [PATCH 05/12] Completely comment out workflow so it doesn't cause error --- .github/workflows/mkdocs.yml | 21 ++++++++------------- 1 file changed, 8 insertions(+), 13 deletions(-) diff --git a/.github/workflows/mkdocs.yml b/.github/workflows/mkdocs.yml index f88b2d1..c217522 100644 --- a/.github/workflows/mkdocs.yml +++ b/.github/workflows/mkdocs.yml @@ -1,16 +1,11 @@ -# This is a basic workflow to help you get started with Actions - -name: Compile and deploy - -# Controls when the action will run. Triggers the workflow on push or pull request -# events but only for the master branch -on: - push: - branches: [ master ] - pull_request: - branches: [ master ] - -# A workflow run is made up of one or more jobs that can run sequentially or in parallel +# name: Compile and deploy +# on: +# push: +# branches: [ master ] +# pull_request: +# branches: [ master ] +# +## A workflow run is made up of one or more jobs that can run sequentially or in parallel # jobs: # # This workflow contains a single job called "build" # build: From 03cb2fe3da3a0ac6f428ee3d9b1dfeae3200e7d6 Mon Sep 17 00:00:00 2001 From: drojf <1249449+drojf@users.noreply.github.com> Date: Sat, 13 Jul 2024 14:38:39 +1000 Subject: [PATCH 06/12] Update umineko voice-only --- .../Umineko-Part-1.1---Voices-only-Patch.md | 46 ++++++++++--------- 1 file changed, 25 insertions(+), 21 deletions(-) diff --git a/docs/Umineko/Umineko-Part-1.1---Voices-only-Patch.md b/docs/Umineko/Umineko-Part-1.1---Voices-only-Patch.md index 27bf8de..50f8449 100644 --- a/docs/Umineko/Umineko-Part-1.1---Voices-only-Patch.md +++ b/docs/Umineko/Umineko-Part-1.1---Voices-only-Patch.md @@ -26,44 +26,48 @@ Manually installing the game is not recommended unless you have problems with th Chapter -Script (0.utf)
(Right-Click Save As…) -Voices +Script (0.u file) +Base Executable -Update Question Arcs
Ch.1~4 -Download 0.u -Download -Windows
Mac
Linux + + Question 0.u + + + Question Base + + + Question Executable (For Repair)
+ Answer Arcs
Ch.5~8 -Download 0.u -Download -Windows
Mac
Linux -Update 1 - + + Answer 0.u + + + Answer Base + + + Answer Executable (For Repair)
+ -**Linux and Mac Only**: [`linux-libpng-libjpeg.7z`](https://07th-mod.com/Beato/linux-libpng-libjpeg.7z) - ## Installing the patch 1. Find and open your game folder (open your Steam library, choose the game from the list, right click on it and click on ``Properties``. Switch to the ``LOCAL FILES`` tab and click on ``Browse local files...``) -2. Rename the file ``0.utf`` to ``0_old.utf`` (Backup the original script) -3. Download the ``0.u``, and place it inside the game folder. **MacOSX Only**: you might need to rename the `0.u` file to `0.utf` -4. Download and extract the Umineko Voices archive. -3. When you extracted the voice archive, it should have generated an `arc4.nsa` and `arc5.nsa` file. After that, **please check the following**: +2. Rename the file ``0.utf`` to ``0_old.utf`` (Backup the game script) +2. Download and extract the Umineko Base archive (either directly to the game folder, or copy it to a subfolder, the merge it with the existing game files). +3. When you extracted the archive, it should have generated an `arc4.nsa` and `arc5.nsa` file. After that, **please check the following**: - If you already have `arc1.nsa`, `arc2.nsa`, `arc3.nsa`, `arc4.nsa`, and `arc5.nsa` in your folder, then you are done with this step. - If you **only** have `arc4.nsa` and `arc5.nsa`, you must rename them to `arc.nsa` and `arc1.nsa` (so the arc files are sequential) +3. Download the ``0.u``, and place it inside the game folder. **MacOSX Only**: you might need to rename the `0.u` file to `0.utf` 6. This step differs depending on your operating system - - **Windows, Linux**: Download the Windows/Linux executable, and overwrite the existing executable in the game folder + - **Windows, Linux**: No action necessary, but if you think your previously modded executable was overwritten by Steam, download the executable pack, and overwrite the existing executable files in the game folder - **MacOSX**: Download the zip file, but extract it to a known good location like desktop/downloads/documents, OUTSIDE the game directory. This will give you a `.app` file. Only then, copy the `.app` file into the game directory. This is to avoid a MacOSX security feature which prevents the game from running correctly (will give you a 'script not found'). - -7. **Answer Arcs only:** Extract the file ``UminekoChiruVO-Update1.zip`` the game folder. Overwrite if asked. -8. **Linux and Mac**: Extract the file `linux-libpng-libjpeg.7z` to the game folder. Overwrite if asked. Both arcs use the same archive. From 3362a5d5ea43ece946c5f6bea0c2d045b6a5f0f7 Mon Sep 17 00:00:00 2001 From: drojf <1249449+drojf@users.noreply.github.com> Date: Sat, 13 Jul 2024 14:44:09 +1000 Subject: [PATCH 07/12] Update higurashi Asset files to match new naming scheme --- docs/Higurashi/Manual-Installation.md | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/docs/Higurashi/Manual-Installation.md b/docs/Higurashi/Manual-Installation.md index 6825c96..b6fa92b 100644 --- a/docs/Higurashi/Manual-Installation.md +++ b/docs/Higurashi/Manual-Installation.md @@ -104,10 +104,10 @@ Please select a tab below to access the downloads that you require. All assets - Download - Download - Download - Download + Download + Download + Download + Download UI Mod (Windows) @@ -158,10 +158,10 @@ Please select a tab below to access the downloads that you require. All assets - Download - Download - Download - Download + Download + Download + Download + Download UI Mod (Windows) @@ -217,8 +217,8 @@ Please select a tab below to access the downloads that you require. All assets - Download - Download + Download + Download UI Mod (Windows) @@ -308,9 +308,9 @@ Please select a tab below to access the downloads that you require. Assets - Part 1
- Part 2
- Part 3 + Part 1
+ Part 2
+ Part 3 System files From 9a97e4f5be2141f1dfa6469798030d7a6deee561 Mon Sep 17 00:00:00 2001 From: drojf <1249449+drojf@users.noreply.github.com> Date: Sat, 13 Jul 2024 17:21:51 +1000 Subject: [PATCH 08/12] Migrate more links and fix nonexistent umineko legacy file --- .../Umineko-Part-1---Voice-and-Graphics-Patch.md | 7 +++---- docs/developer/graphics/psd-files-templates.md | 2 +- docs/developer/translation/introduction.md | 2 +- docs/developer/voice/voice-details.md | 11 ++--------- 4 files changed, 7 insertions(+), 15 deletions(-) diff --git a/docs/Umineko/Umineko-Part-1---Voice-and-Graphics-Patch.md b/docs/Umineko/Umineko-Part-1---Voice-and-Graphics-Patch.md index e02d965..a824a4a 100644 --- a/docs/Umineko/Umineko-Part-1---Voice-and-Graphics-Patch.md +++ b/docs/Umineko/Umineko-Part-1---Voice-and-Graphics-Patch.md @@ -244,10 +244,9 @@ Normally, there is no reason to install the legacy version of the Question Arcs. Installation Instructions: 1. Extract the base archives below: - - [Base Part 1/4](https://github.com/07th-mod/patch-releases/releases/download/umineko-legacy-v1.0/umineko-legacy-1707x1280.7z.001) - - [Base Part 2/4](https://github.com/07th-mod/patch-releases/releases/download/umineko-legacy-v1.0/umineko-legacy-1707x1280.7z.002) - - [Base Part 3/4](https://github.com/07th-mod/patch-releases/releases/download/umineko-legacy-v1.0/umineko-legacy-1707x1280.7z.003) - - [Base Part 4/4](https://github.com/07th-mod/patch-releases/releases/download/umineko-legacy-v1.0/umineko-legacy-1707x1280.7z.004) + - [Base Part 1/3](https://github.com/07th-mod/patch-releases/releases/download/umineko-legacy-v1.0/umineko-legacy-1707x1280.7z.001) + - [Base Part 2/3](https://github.com/07th-mod/patch-releases/releases/download/umineko-legacy-v1.0/umineko-legacy-1707x1280.7z.002) + - [Base Part 3/3](https://github.com/07th-mod/patch-releases/releases/download/umineko-legacy-v1.0/umineko-legacy-1707x1280.7z.003) 2. **Ensure your your arc.nsa files are sequential**: - If you have 5 `.nsa` files [`arc1.nsa`, `arc2.nsa`, `arc3.nsa`, `arc4.nsa`, `arc5.nsa`] - No extra steps are required diff --git a/docs/developer/graphics/psd-files-templates.md b/docs/developer/graphics/psd-files-templates.md index 9c05142..0764173 100644 --- a/docs/developer/graphics/psd-files-templates.md +++ b/docs/developer/graphics/psd-files-templates.md @@ -16,7 +16,7 @@ NOTE: **Please read the `Readme` / `Changelog` contained in each archive** (if i Misc Graphics 2022-12-17 - Higurashi-MixedFiles-PSD.7z + Higurashi-MixedFiles-PSD.7z Contains Fonts, Logos, UI, Text Images, Sprite Edits, Photoshop Filters, and other misc files. diff --git a/docs/developer/translation/introduction.md b/docs/developer/translation/introduction.md index c0fbad3..dddced4 100644 --- a/docs/developer/translation/introduction.md +++ b/docs/developer/translation/introduction.md @@ -10,7 +10,7 @@ I'm sure you know what to do with scripts so I'll focus on things like UI that a In the UI some texts are embedded in images, some are not. But everything is in the `sharedassets0.asset` file. -For editing the UI images you will need our [PSDs](https://07th-mod.com/misc/translation_psds.7z) and translate all texts you can find there. +For editing the UI images you will need our [PSDs](https://github.com/07th-mod/patch-releases/releases/download/developer-v1.0/translation_psds.7z) and translate all texts you can find there. Then you will need to use our [python scripts](https://github.com/07th-mod/ui-editing-scripts) + [UABE](https://7daystodie.com/forums/showthread.php?22675-Unity-Assets-Bundle-Extractor) to change the texts that don't appear in the images and to import everything back into the asset file. This [documentation](https://github.com/07th-mod/ui-editing-scripts) should guide you through the process. diff --git a/docs/developer/voice/voice-details.md b/docs/developer/voice/voice-details.md index b1e4cd3..ef13a05 100644 --- a/docs/developer/voice/voice-details.md +++ b/docs/developer/voice/voice-details.md @@ -7,15 +7,8 @@ The first step for every patch is to make the voice patch. It all starts from th To make these patches, of course, we need some resources. In the list below you can find the links to every resource available in our project: -* [Higurashi-Spectrum.zip](https://07th-mod.com/higurashi_resources/Higurashi-Spectrum.tar.bz2) - Spectrum files used to make lipsync more realistic. Check [Lipsync and Voice Analysis](https://github.com/07th-mod/higurashi-dev-guides/wiki/Lipsync-and-Voice-Analysis) for more information. -* [HigurashiPS3-Script.zip](https://07th-mod.com/archive/HigurashiPS3-Script.zip) - Full transcript of every voice in the game. Directly taken from the PS3 script, it's a requirement to use this file while doing manual work. See [Manual work details](https://github.com/07th-mod/resources/releases/download/Nipah/Manual-work-details). -* [HigurashiPS3-Voices01.zip](https://07th-mod.com/archive/HigurashiPS3-Voices01.zip) - Full set of voice files from the PS3 game. 1/4. -* [HigurashiPS3-Voices02.zip](https://07th-mod.com/archive/HigurashiPS3-Voices02.zip) - Full set of voice files from the PS3 game. 2/4. -* [HigurashiPS3-Voices03.zip](https://07th-mod.com/archive/HigurashiPS3-Voices03.zip) - Full set of voice files from the PS3 game. 3/4. -* [HigurashiPS3-Voices04.zip](https://07th-mod.com/archive/HigurashiPS3-Voices04.zip) - Full set of voice files from the PS3 game. 4/4. -* [HigurashiPS2-Voices01.zip](https://07th-mod.com/archive/HigurashiPS2-Voices01.zip) - Full set of voice files from the PS2 game. 1/2. -* [HigurashiPS2-Voices02.zip](https://07th-mod.com/archive/HigurashiPS2-Voices02.zip) - Full set of voice files from the PS2 game. 2/2. - +* HigurashiPS3 Script: TODO - ask mod team if you need this - Full transcript of every voice in the game. Directly taken from the PS3 script, it's a requirement to use this file while doing manual work. See [Manual work details](https://github.com/07th-mod/resources/releases/download/Nipah/Manual-work-details). +* Higruashi Voices: TODO - ask mod team if you need these ## PlaySE From 63a0584f1d4a91db64d3a6715023b35de80f93d7 Mon Sep 17 00:00:00 2001 From: drojf <1249449+drojf@users.noreply.github.com> Date: Sat, 13 Jul 2024 17:24:54 +1000 Subject: [PATCH 09/12] Rename old Github Actions to .txt to avoid Github Actions warning --- .github/workflows/mkdocs.txt | 50 ++++++++++++++++++++++++++++++++++++ .github/workflows/mkdocs.yml | 47 --------------------------------- 2 files changed, 50 insertions(+), 47 deletions(-) create mode 100644 .github/workflows/mkdocs.txt delete mode 100644 .github/workflows/mkdocs.yml diff --git a/.github/workflows/mkdocs.txt b/.github/workflows/mkdocs.txt new file mode 100644 index 0000000..ee44404 --- /dev/null +++ b/.github/workflows/mkdocs.txt @@ -0,0 +1,50 @@ +# This used to be run to build the wiki, but now we build them on Cloudflare instead +# Keeping it here in case we need to restore it later (rename this file as .yml to activate) + +name: Compile and deploy +on: + push: + branches: [ master ] + pull_request: + branches: [ master ] + +# A workflow run is made up of one or more jobs that can run sequentially or in parallel +jobs: + # This workflow contains a single job called "build" + build: + # The type of runner that the job will run on + runs-on: ubuntu-latest + + # Steps represent a sequence of tasks that will be executed as part of the job + steps: + # Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it + - uses: actions/checkout@v2 + + - name: setup python + uses: actions/setup-python@v2 + with: + python-version: '3.x' + architecture: 'x64' + + # Runs a single command using the runners shell + - name: install mkdocs and dependencies + run: | + python -m pip install --upgrade pip + pip install mkdocs mkdocs-material mkdocs-minify-plugin pymdown-extensions + + # Runs a set of commands using the runners shell + - name: deploy wiki + run: mkdocs build + + # Rsync repo to server, only on pushes to master (does not run on pull requests) + - name: send to server + uses: burnett01/rsync-deployments@4.1 + if: github.event_name == 'push' && github.ref == 'refs/heads/master' + with: + switches: -av --delete + path: wiki/ + remote_path: /home/07th-mod/web/wiki + remote_port: ${{ secrets.DEPLOY_PORT }} + remote_host: ${{ secrets.DEPLOY_HOST }} + remote_user: ${{ secrets.DEPLOY_USER }} + remote_key: ${{ secrets.DEPLOY_KEY }} diff --git a/.github/workflows/mkdocs.yml b/.github/workflows/mkdocs.yml deleted file mode 100644 index c217522..0000000 --- a/.github/workflows/mkdocs.yml +++ /dev/null @@ -1,47 +0,0 @@ -# name: Compile and deploy -# on: -# push: -# branches: [ master ] -# pull_request: -# branches: [ master ] -# -## A workflow run is made up of one or more jobs that can run sequentially or in parallel -# jobs: -# # This workflow contains a single job called "build" -# build: -# # The type of runner that the job will run on -# runs-on: ubuntu-latest -# -# # Steps represent a sequence of tasks that will be executed as part of the job -# steps: -# # Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it -# - uses: actions/checkout@v2 -# -# - name: setup python -# uses: actions/setup-python@v2 -# with: -# python-version: '3.x' -# architecture: 'x64' -# -# # Runs a single command using the runners shell -# - name: install mkdocs and dependencies -# run: | -# python -m pip install --upgrade pip -# pip install mkdocs mkdocs-material mkdocs-minify-plugin pymdown-extensions -# -# # Runs a set of commands using the runners shell -# - name: deploy wiki -# run: mkdocs build -# -# # Rsync repo to server, only on pushes to master (does not run on pull requests) -# - name: send to server -# uses: burnett01/rsync-deployments@4.1 -# if: github.event_name == 'push' && github.ref == 'refs/heads/master' -# with: -# switches: -av --delete -# path: wiki/ -# remote_path: /home/07th-mod/web/wiki -# remote_port: ${{ secrets.DEPLOY_PORT }} -# remote_host: ${{ secrets.DEPLOY_HOST }} -# remote_user: ${{ secrets.DEPLOY_USER }} -# remote_key: ${{ secrets.DEPLOY_KEY }} From cfab9b6e90cc921093554749873c219dbef65aa5 Mon Sep 17 00:00:00 2001 From: drojf <1249449+drojf@users.noreply.github.com> Date: Sat, 13 Jul 2024 17:40:33 +1000 Subject: [PATCH 10/12] Fix #56 - fix broken links picked up by link checker --- docs/Higurashi/FAQ.md | 2 +- docs/Higurashi/Higurashi-Part-1.1---Voices-only-Patch.md | 4 ++-- docs/Umineko/Umineko-Part-0-TroubleShooting-and-FAQ.md | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/Higurashi/FAQ.md b/docs/Higurashi/FAQ.md index 79477d9..0d3c90f 100644 --- a/docs/Higurashi/FAQ.md +++ b/docs/Higurashi/FAQ.md @@ -34,7 +34,7 @@ If you find the problem continues (you can play the game, but no images are disp #### Reasoning for fixes -There is a known problem where having multiple network adapters can interfere with Unity's resource loading in the Higurashi games. See this issue for more details: [Unity may try to access the wrong network adapter](https://discussions.unity.com/t/www-class-for-loading-local-texture-is-very-slow/93672). It may also be possible other networking problems could cause lag. +There is a known problem where having multiple network adapters can interfere with Unity's resource loading in the Higurashi games. See this issue for more details: [Unity may try to access the wrong network adapter](https://web.archive.org/web/20240606175936/https://discussions.unity.com/t/www-class-for-loading-local-texture-is-very-slow/93672). It may also be possible other networking problems could cause lag. As for the HDD issue - a fragmented or very full HDD may be slow to load the assets - hence we recommend installing on an SSD. diff --git a/docs/Higurashi/Higurashi-Part-1.1---Voices-only-Patch.md b/docs/Higurashi/Higurashi-Part-1.1---Voices-only-Patch.md index e9eba37..eba0c59 100644 --- a/docs/Higurashi/Higurashi-Part-1.1---Voices-only-Patch.md +++ b/docs/Higurashi/Higurashi-Part-1.1---Voices-only-Patch.md @@ -89,13 +89,13 @@ Archives were updated 12-04-2020. **If the instructions don't seem to match the Ch.7 - Minagoroshi Download -Download +Download Download Ch.8 - Matsuribayashi Download -Download +Download Download diff --git a/docs/Umineko/Umineko-Part-0-TroubleShooting-and-FAQ.md b/docs/Umineko/Umineko-Part-0-TroubleShooting-and-FAQ.md index b0c8ec4..a997bad 100644 --- a/docs/Umineko/Umineko-Part-0-TroubleShooting-and-FAQ.md +++ b/docs/Umineko/Umineko-Part-0-TroubleShooting-and-FAQ.md @@ -257,7 +257,7 @@ There is also one achievement for the Question Arcs which is difficult to unlock #### No sound on Linux (game doesn't even show up in mixer) - Firstly, check if you pressed the 'm' key (or 'Select' key on controller), which mutes the game. Deleting your save files also disables muting, see [Uninstalling Umineko and the Mod](Uninstall.md) -- On Linux, if Umineko doesn't show up in your audio mixer at all, try following this [gamingonlinux tutorial](https://www.gamingonlinux.com/articles/steam-for-linux-can-now-run-games-in-a-special-container.15384) to run Umineko using the Steam Linux Runtime compatability tool. +- On Linux, if Umineko doesn't show up in your audio mixer at all, try following this [gamingonlinux tutorial](https://web.archive.org/web/20240604000502/https://www.gamingonlinux.com/articles/steam-for-linux-can-now-run-games-in-a-special-container.15384/) to run Umineko using the Steam Linux Runtime compatability tool. Steam Deck Users have reported the following: From 130d139a297dde32e4ae9c2b65e5c22fa1ae12cd Mon Sep 17 00:00:00 2001 From: drojf <1249449+drojf@users.noreply.github.com> Date: Sat, 13 Jul 2024 18:06:19 +1000 Subject: [PATCH 11/12] Update Higurashi and Umineko install instructions --- docs/Higurashi/Manual-Installation.md | 41 ++++++------------- ...ineko-Part-1---Voice-and-Graphics-Patch.md | 35 ++++++++++------ .../Umineko-Part-1.1---Voices-only-Patch.md | 19 ++++++--- 3 files changed, 48 insertions(+), 47 deletions(-) diff --git a/docs/Higurashi/Manual-Installation.md b/docs/Higurashi/Manual-Installation.md index b6fa92b..00ede73 100644 --- a/docs/Higurashi/Manual-Installation.md +++ b/docs/Higurashi/Manual-Installation.md @@ -32,13 +32,10 @@ Please select a tab below depending on your operating system. * On Steam: open your Steam library, choose the game from the list, right click on it and click on ``Properties``. Switch to the ``LOCAL FILES`` tab and click on ``Browse local files...``) 2. In the below "Downloads" table, download **one file of each type**. That is, you'll need the following archives: * Patch - * Graphics patch - * Voices - * BGM & SE - * Movies (choose ONE according to your operating system) + * Base Assets * UI Mod (choose ONE according to your operating system and game version) - * Update - * Console Arcs Only: System Files (choose ONE according to your operating system) + * System Files/Compatability Pack (if available/necessary) + * For Chapters 2,3,4, you can install "Optional Packs" if desired 3. Navigate inside ``HigurashiEp0X_Data/StreamingAssets`` (where ``X`` is the chapter number) and **delete** the folders ``CG`` and ``CGAlt`` * This is not a requirement but we recommend to delete the mentioned folders to save disk space and avoid any random issues 4. Now, extract the archives as follows: @@ -56,13 +53,10 @@ Please select a tab below depending on your operating system. * The game folder (called ``Contents``) should contain some folders like ``Resources``, ``MacOS``, ``Plugins``, ``Frameworks``, and others - we will only be modifying the ``Resources`` folder 2. In the below "Downloads" table, download **one file of each type**. That is, you'll need the following archives: * Patch - * Graphics patch - * Voices - * BGM & SE - * Movies (choose ONE according to your operating system) + * Base Assets * UI Mod (choose ONE according to your operating system and game version) - * Update - * Console Arcs Only: System Files (choose ONE according to your operating system) + * System Files/Compatability Pack (if available/necessary) + * Optionally install "Optional Packs" (only for Chapters 2,3,4) 3. Navigate inside ``Resources/Data/StreamingAssets`` and **delete** the folders ``CG`` and ``CGAlt`` * This is not a requirement but we recommend to delete the mentioned folders to save disk space and avoid any random issues 4. Now, extract the archives as follows: @@ -72,7 +66,6 @@ Please select a tab below depending on your operating system. 6. Open a **terminal window** in the ``Resources/Data`` folder. [Follow these steps if you don't know how to do it](https://stackoverflow.com/a/7054045) 1. In the terminal window, type: ``rsync -avP HigurashiEp*/* .`` and hit enter (type the ``*`` literally) 2. Wait until the files are copied to the right place - 7. Extract the BGM & SE archive inside the ``Resources/Data/StreamingAssets`` folder 8. Delete all the downloaded files and any leftover ``HigurashiEp0X_Data`` folders (where ``X`` is the chapter number) after ensuring the game is working as expected *** @@ -103,7 +96,7 @@ Please select a tab below to access the downloads that you require. Download👀 - All assets + Base Assets Download Download Download @@ -125,13 +118,9 @@ Please select a tab below to access the downloads that you require. - - **Please see [this FAQ](FAQ.md#higurashi-music-and-sound-effects-changes-april-update) to understand what the BGM/SE Fixes do.** In summary, they partially revert the BGM/SE changes made in the April Higurashi update. 👀 Extract the `Patch` and `Update` archives LAST, after all other files (should combine with the existing `HigurashiEp0X_Data` folder). Overwrite any files if asked. - ⚠️ Unlike all the other archives, the BGM/SE archive should be extracted to the ``HigurashiEp0X_Data/StreamingAssets`` folder (MacOS users should extract this archive second last). - === "Answer Arcs" @@ -157,7 +146,7 @@ Please select a tab below to access the downloads that you require. Download👀 - All assets + Base Assets Download Download Download @@ -186,13 +175,9 @@ Please select a tab below to access the downloads that you require. - - **Please see [this FAQ](FAQ.md#higurashi-music-and-sound-effects-changes-april-update) to understand what the BGM/SE Fixes do.** In summary, they partially revert the BGM/SE changes made in the April Higurashi update. 👀 Extract the `Patch` and `Update` archives LAST, after all other files (should combine with the existing `HigurashiEp0X_Data` folder). Overwrite any files if asked. - ⚠️ Unlike all the other archives, the BGM/SE archive should be extracted to the ``HigurashiEp0X_Data/StreamingAssets`` folder (MacOS users should extract this archive second last). - § Use this pack with the new (since the 2019 april BGM update) setup files called something like `setup_higurashi_when_they_cry_hou_-_ch.5_meakashi_1.0_bgm__sfx_update_(28574).exe` † If the regular "GOG" UI file does not work, try the "old" version (compatible with an older GOG release of the game). @@ -216,7 +201,7 @@ Please select a tab below to access the downloads that you require. Patch Download👀 - All assets + Base Assets Download Download @@ -247,7 +232,7 @@ Please select a tab below to access the downloads that you require. 👀 Extract the `Patch` and `Update` archives LAST, after all other files (should combine with the existing `HigurashiEp0X_Data` folder). Overwrite any files if asked. - ⚠️ We recommend you re-download the latest unmodded game installer from MangaGamer and re-install, rather than using this file. + ⚠️ You only need this if you downloaded the unmodded game installer an extremly long time ago. We recommend you re-download the latest unmodded game installer from MangaGamer and re-install, rather than using this file. === "Optional Packs" @@ -304,7 +289,7 @@ Please select a tab below to access the downloads that you require. Patch - Download + Download 👀 Assets @@ -326,8 +311,6 @@ Please select a tab below to access the downloads that you require. 👀 Extract the `Patch` archive LAST, after all other files (should combine with the existing `HigurashiEp04_Data` folder). Overwrite any files if asked. - 🚩 Extract these files normally (should combine with the existing `HigurashiEp04_Data` folder). No special handling is required. - 🎮 On MacOS extract this file to where the `Contents` folder is located. === "Language Patches" @@ -337,6 +320,6 @@ Please select a tab below to access the downloads that you require. ## Optional Steps After Install -## Console Arcs Only +### Console Arcs Only To make the Console Arcs appear in Steam with the correct logos and name, please follow these instructions: [Console Arcs Steam Library Tutorial](steam-add-console-arcs/steam-add-console-arcs.md) \ No newline at end of file diff --git a/docs/Umineko/Umineko-Part-1---Voice-and-Graphics-Patch.md b/docs/Umineko/Umineko-Part-1---Voice-and-Graphics-Patch.md index a824a4a..dee87d0 100644 --- a/docs/Umineko/Umineko-Part-1---Voice-and-Graphics-Patch.md +++ b/docs/Umineko/Umineko-Part-1---Voice-and-Graphics-Patch.md @@ -30,7 +30,7 @@ Instructions on installing the Answer Arcs ADV Addon are at the bottom of the pa Script -Base +Base Assets Movie (Linux Only) Executable (Optional) @@ -43,9 +43,9 @@ Instructions on installing the Answer Arcs ADV Addon are at the bottom of the pa -Experimental
(Right-click, Save-As
then rename as 0.u)
- Base Part 1/3
- Base Part 2/3
- Base Part 3/3 + Base Assets Part 1/3
+ Base Assets Part 2/3
+ Base Assets Part 3/3 Linux/MacOS Movie
@@ -67,7 +67,7 @@ Instructions on installing the Answer Arcs ADV Addon are at the bottom of the pa Script -Base +Base Assets Executable @@ -79,10 +79,10 @@ Instructions on installing the Answer Arcs ADV Addon are at the bottom of the pa -Experimental
(Right-click, Save-As
then rename as 0.u)
- Base Part 1/4
- Base Part 2/4
- Base Part 3/4
- Base Part 4/4
+ Base Assets Part 1/4
+ Base Assets Part 2/4
+ Base Assets Part 3/4
+ Base Assets Part 4/4
Executable (For Repair)
@@ -116,7 +116,7 @@ Common steps are the same for all platforms. The remaining steps are **different 1. Download and extract these archives to the game folder: - - The "base" archive + - The Base Assets (`base`) archive - For Linux or Mac users on the Question Arcs, the "movie" archive 2. When you extracted the voice archive, it should have generated an `arc4.nsa` and `arc5.nsa` file. After that, **please check your arc.nsa files are sequential**: @@ -159,6 +159,15 @@ Common steps are the same for all platforms. The remaining steps are **different Try step 8 again if you get this error. +### Repairing the patch + +If you think your previously modded executable was overwritten by Steam (due to an Update or similar), try the following: + +- Download and extract the "script" file/archive +- Download adn extract the "executable" archive + +If the mod is still not repaired or not behaving correctly, try repeating a normal install. + ---- ## Verification @@ -244,9 +253,9 @@ Normally, there is no reason to install the legacy version of the Question Arcs. Installation Instructions: 1. Extract the base archives below: - - [Base Part 1/3](https://github.com/07th-mod/patch-releases/releases/download/umineko-legacy-v1.0/umineko-legacy-1707x1280.7z.001) - - [Base Part 2/3](https://github.com/07th-mod/patch-releases/releases/download/umineko-legacy-v1.0/umineko-legacy-1707x1280.7z.002) - - [Base Part 3/3](https://github.com/07th-mod/patch-releases/releases/download/umineko-legacy-v1.0/umineko-legacy-1707x1280.7z.003) + - [Base Assets Part 1/3](https://github.com/07th-mod/patch-releases/releases/download/umineko-legacy-v1.0/umineko-legacy-1707x1280.7z.001) + - [Base Assets Part 2/3](https://github.com/07th-mod/patch-releases/releases/download/umineko-legacy-v1.0/umineko-legacy-1707x1280.7z.002) + - [Base Assets Part 3/3](https://github.com/07th-mod/patch-releases/releases/download/umineko-legacy-v1.0/umineko-legacy-1707x1280.7z.003) 2. **Ensure your your arc.nsa files are sequential**: - If you have 5 `.nsa` files [`arc1.nsa`, `arc2.nsa`, `arc3.nsa`, `arc4.nsa`, `arc5.nsa`] - No extra steps are required diff --git a/docs/Umineko/Umineko-Part-1.1---Voices-only-Patch.md b/docs/Umineko/Umineko-Part-1.1---Voices-only-Patch.md index 50f8449..1dd534a 100644 --- a/docs/Umineko/Umineko-Part-1.1---Voices-only-Patch.md +++ b/docs/Umineko/Umineko-Part-1.1---Voices-only-Patch.md @@ -27,7 +27,7 @@ Manually installing the game is not recommended unless you have problems with th Chapter Script (0.u file) -Base +Base Assets Executable @@ -38,7 +38,7 @@ Manually installing the game is not recommended unless you have problems with th Question 0.u - Question Base + Question Base Assets Question Executable (For Repair)
@@ -51,7 +51,7 @@ Manually installing the game is not recommended unless you have problems with th Answer 0.u - Answer Base + Answer Base Assets Answer Executable (For Repair)
@@ -63,11 +63,20 @@ Manually installing the game is not recommended unless you have problems with th 1. Find and open your game folder (open your Steam library, choose the game from the list, right click on it and click on ``Properties``. Switch to the ``LOCAL FILES`` tab and click on ``Browse local files...``) 2. Rename the file ``0.utf`` to ``0_old.utf`` (Backup the game script) -2. Download and extract the Umineko Base archive (either directly to the game folder, or copy it to a subfolder, the merge it with the existing game files). +2. Download and extract the Umineko Base Assets archive (either directly to the game folder, or copy it to a subfolder, the merge it with the existing game files). 3. When you extracted the archive, it should have generated an `arc4.nsa` and `arc5.nsa` file. After that, **please check the following**: - If you already have `arc1.nsa`, `arc2.nsa`, `arc3.nsa`, `arc4.nsa`, and `arc5.nsa` in your folder, then you are done with this step. - If you **only** have `arc4.nsa` and `arc5.nsa`, you must rename them to `arc.nsa` and `arc1.nsa` (so the arc files are sequential) 3. Download the ``0.u``, and place it inside the game folder. **MacOSX Only**: you might need to rename the `0.u` file to `0.utf` 6. This step differs depending on your operating system - - **Windows, Linux**: No action necessary, but if you think your previously modded executable was overwritten by Steam, download the executable pack, and overwrite the existing executable files in the game folder + - **Windows, Linux**: No action necessary - **MacOSX**: Download the zip file, but extract it to a known good location like desktop/downloads/documents, OUTSIDE the game directory. This will give you a `.app` file. Only then, copy the `.app` file into the game directory. This is to avoid a MacOSX security feature which prevents the game from running correctly (will give you a 'script not found'). + +### Repairing the patch + +If you think your previously modded executable was overwritten by Steam (due to an Update or similar), try the following: + +- Download and extract the "script" file/archive +- Download adn extract the "executable" archive + +If the mod is still not repaired or not behaving correctly, try repeating a normal install. From ff418e46e6cf89d6d4c112e4c5026ea8ca7cf9e6 Mon Sep 17 00:00:00 2001 From: drojf <1249449+drojf@users.noreply.github.com> Date: Sat, 13 Jul 2024 18:33:14 +1000 Subject: [PATCH 12/12] Try to improve Higurashi downloads table readbility --- docs/Higurashi/Manual-Installation.md | 117 +++++++++++++++----------- 1 file changed, 68 insertions(+), 49 deletions(-) diff --git a/docs/Higurashi/Manual-Installation.md b/docs/Higurashi/Manual-Installation.md index 00ede73..88908b7 100644 --- a/docs/Higurashi/Manual-Installation.md +++ b/docs/Higurashi/Manual-Installation.md @@ -90,31 +90,37 @@ Please select a tab below to access the downloads that you require. Patch - Downloadđź‘€ - Downloadđź‘€ - Downloadđź‘€ - Downloadđź‘€ + Ch.1 Patch đź‘€ + Ch.2 Patch đź‘€ + Ch.3 Patch đź‘€ + Ch.4 Patch đź‘€ Base Assets - Download - Download - Download - Download + Ch.1 Base + Ch.2 Base + Ch.3 Base + Ch.4 Base UI Mod (Windows) - All versions - All versions - Steam and GOG
MangaGamer - All versions + Ch.1 Win UI + Ch.2 Win UI + + Steam and GOG UI
+ MangaGamer UI + + Ch.4 Win UI UI Mod (Mac/Linux) - All versions - All versions - Steam and GOG
MangaGamer - All versions + Ch.1 Mac/Linux + Ch.2 Mac/Linux + + Steam and GOG UI
+ MangaGamer UI + + Ch.4 Mac/Linux @@ -140,36 +146,45 @@ Please select a tab below to access the downloads that you require. Patch - Downloadđź‘€ - Downloadđź‘€ - Downloadđź‘€ - Downloadđź‘€ + Ch.5 Patchđź‘€ + Ch.6 Patchđź‘€ + Ch.7 Patchđź‘€ + Ch.8 Patchđź‘€ Base Assets - Download - Download - Download - Download + Ch.5 Base + Ch.6 Base + Ch.7 Base + Ch.8 Base UI Mod (Windows) - All versions
GOG (alternative)† - All versions - All versions - All versions + + Win Default
+ Win GOG† + + Ch.6 Win UI + Ch.7 Win UI + Ch.8 Win UI UI Mod (Mac/Linux) - All versions
GOG (alternative)† - All versions - All versions - All versions
MangaGamer/GOG(alternative) + + Default
+ GOG† + + Ch.6 Mac/Linux + Ch.7 Mac/Linux + + Default
+ MG/GOG (alt) + Compatibility packs None - Windows (MangaGamer Answer Arcs Bundle only) + Windows
(MangaGamer Answer
Arcs Bundle only)
None Windows (GOG only)
Linux (GOG only) @@ -178,9 +193,7 @@ Please select a tab below to access the downloads that you require. 👀 Extract the `Patch` and `Update` archives LAST, after all other files (should combine with the existing `HigurashiEp0X_Data` folder). Overwrite any files if asked. - § Use this pack with the new (since the 2019 april BGM update) setup files called something like `setup_higurashi_when_they_cry_hou_-_ch.5_meakashi_1.0_bgm__sfx_update_(28574).exe` - - † If the regular "GOG" UI file does not work, try the "old" version (compatible with an older GOG release of the game). + † If the regular "GOG" UI file does not work, try the "Default" version (compatible with an older GOG release of the game). === "Extra Arcs" @@ -197,13 +210,13 @@ Please select a tab below to access the downloads that you require. Patch - Download👀 - Patch Download👀 + Ch.9 Patch 👀 + Ch.10 Patch 👀 Base Assets - Download - Download + Ch.9 Base + Ch.10 Base UI Mod (Windows) @@ -213,7 +226,7 @@ Please select a tab below to access the downloads that you require. MangaGamer Old⚠️
- All versions
+ Ch.10 Win UI
@@ -224,7 +237,7 @@ Please select a tab below to access the downloads that you require. MangaGamer Old⚠️
- All versions
+ Ch.10 UI Mac/Linux
@@ -289,21 +302,27 @@ Please select a tab below to access the downloads that you require. Patch - Download đź‘€ + Patch đź‘€ - Assets - Part 1
- Part 2
- Part 3 + Base Assets + Base Part 1/3
+ Base Part 2/3
+ Base Part 3/3 System files - Windows
Linux
Mac🎮 + + Windows System
+ Linux System
+ Mac System🎮 UI Mod - Windows
Mac/Linux + + Windows UI
+ Mac/Linux UI +