Skip to content

Commit

Permalink
Apply changes for proper Rei release (v1.0.1)
Browse files Browse the repository at this point in the history
  • Loading branch information
drojf committed Aug 20, 2022
1 parent 5bf64e3 commit 24ab64a
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 14 deletions.
18 changes: 7 additions & 11 deletions httpGUI/installer.html
Original file line number Diff line number Diff line change
Expand Up @@ -258,26 +258,22 @@ <h4 class="uppercase ">{{selectedSubMod.subModName}} Patch</h4>
<!-- Show the appropriate description depending on the descriptionID -->
<div v-if="selectedSubMod.descriptionID === 'higurashiFull'">
<div v-if="selectedSubMod.modName === 'Rei'">
<H2>Higurashi Rei Pre-Release</H2>
<H3>If you want to try this <strong>pre-release</strong>, please be prepared for more bugs than usual.</H3>
<H3>Linux and MacOS users may have problems with <strong>installation</strong> and <strong>movie playback</strong> - please let us know if you do.</H3>
<H3>Report any bugs you find to 07th-mod and we'll try to get them fixed (or let us know if you had no problems).</H3>
<H3>This message will be removed once more people have tested the mod.</H3>
<H2>Higurashi Rei</H2>
This release of the mod contains:
<ul class="installer-bullets">
<li>Full voiceover</li>
<li>PS3 backgrounds and CGs in Full HD</li>
<li>PS3 sprites with lipsync in 1440p</li>
<li>Updated MangaGamer sprites in 1440p</li>
<li>Upgraded user interface</li>
<li>Opening videos</li>
</ul>
The following features are <strong>NOT</strong> available at the moment (should be added later):
<ul class="installer-bullets">
<li><strong>NOT AVAILABLE:</strong> Mangagamer Sprites</li>
<li><strong>NOT AVAILABLE:</strong> OG Sprites and Backgrounds</li>
</ul>

<br>
<strong>Why two versions of Hirukowashi? Which one should I read?</strong><br>
<a href="https://github.com/07th-mod/higurashi-rei/releases/latest"><h4 style="color: green">Known Issues / Missing Features</h4></a>
<strong>There are still some known issues / missing features in Rei. Please see the <a href="https://github.com/07th-mod/higurashi-rei/releases/latest">latest release</a> for more information.</strong>
<br><br>
<h4>Why two versions of Hirukowashi? Which one should I read?</h4>
Hirukowashi had changes in the Console version which are difficult to combine with the PC version.<br>
Due to this, we made two versions of Hirukowashi:
<ul class="installer-bullets">
Expand Down
6 changes: 3 additions & 3 deletions versionData.json
Original file line number Diff line number Diff line change
Expand Up @@ -189,11 +189,11 @@
{
"id": "Rei/full",
"files": [
{"id": "graphics", "version": "1.0.0"},
{"id": "graphics", "version": "1.0.1"},
{"id": "movie", "version": "1.0.0"},
{"id": "voices", "version": "1.0.0"},
{"id": "bgm-se", "version": "1.0.0"},
{"id": "script", "version": "1.0.0"},
{"id": "bgm-se", "version": "1.0.1"},
{"id": "script", "version": "1.0.1"},
{"id": "movie-unix", "version": "1.0.0"},
{"id": "ui-windows", "version": "1.0.0"},
{"id": "ui-unix", "version": "1.0.0"}
Expand Down

0 comments on commit 24ab64a

Please sign in to comment.