Skip to content

Commit

Permalink
Update Umineko Steam Cloud warning
Browse files Browse the repository at this point in the history
 - Steam Cloud is broken on the Umineko Answer Arcs (even on the unmodded game)
 - Improve formatting
  • Loading branch information
drojf committed Dec 9, 2023
1 parent 3e7cd6c commit 4af2023
Showing 1 changed file with 16 additions and 2 deletions.
18 changes: 16 additions & 2 deletions httpGUI/installer.html
Original file line number Diff line number Diff line change
Expand Up @@ -92,10 +92,24 @@ <h1 style="color: green;">The install was successful!</h1>
<h4>IMPORTANT INFO BEFORE YOU PLAY</h4>
<div v-if="selectedMod === null ? false : selectedMod.includes('Umineko')">
<h4>⚠️We <b>highly</b> recommend you read the <a href="https://07th-mod.com/wiki/Umineko/Umineko-Part-0-TroubleShooting-and-FAQ/" target="_blank">Umineko FAQ</a><br>for known issues with our mod.</h4>
<p>For Umineko, please note that Steam save synchronization is disabled.</p>
<hr>

<h4>☁ Question Arcs - Umineko Steam Cloud Issues ☁</h4>
<p>For the Question Arcs, Steam Cloud synchronization is disabled by default</p>
<p>This is to <b>prevent the game breaking if steam ever updates the game.</b></p>
<p>Please run "EnableSteamSync.bat" file in the game folder if you really want to enable it</p>
<p>Please run <b>"EnableSteamSync.bat"</b> in the game folder if you really want to enable it.</p>
<br>

<hr>

<h4>☁ Answer Arcs - Umineko Steam Cloud Issues ☁</h4>
<p>
<b style="color: red;">Steam Cloud is broken on the Umineko Answer Arcs!</b> (even on the unmodded game)<br>
This is not fixable by the mod, so you <b style="color: red;">cannot use Steam Cloud on the Umineko Answer Arcs!</b>
</p>

<br>
<hr>
</div>
<div v-else>
<h4>⚠️We <b>highly</b> recommend you read the <a href="https://07th-mod.com/wiki/Higurashi/FAQ/" target="_blank">Higurashi FAQ</a> for known issues with our mod.</h4>
Expand Down

0 comments on commit 4af2023

Please sign in to comment.