From 90ccb3e112f1e5f31d663e73cff2bc9b65267d32 Mon Sep 17 00:00:00 2001 From: ItaloKnox Date: Mon, 1 Jul 2024 06:41:17 -0300 Subject: [PATCH] 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