Skip to content

Commit

Permalink
Remove unnecessary warning message about game freezing on startup
Browse files Browse the repository at this point in the history
 - We provide compiled scripts and have a compilation indicator so the game shouldn't freeze on startup anymore
  • Loading branch information
drojf committed Dec 9, 2023
1 parent 4f55a96 commit 3e7cd6c
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions httpGUI/installer.html
Original file line number Diff line number Diff line change
Expand Up @@ -95,13 +95,11 @@ <h4>⚠️We <b>highly</b> recommend you read the <a href="https://07th-mod.com/
<p>For Umineko, please note that Steam save synchronization is disabled.</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>
<br>
</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><br>for known issues with our mod.</h4>
<p>⚠️<strong>Warning</strong>: The first time you start the game, the game will 'freeze' on a <b>white screen</b> for up to 2 minutes while scripts are compiling.</p>
<p>This is normal, however if the game freezes on a <b>black screen</b> it's likely something went wrong - please contact us on Discord if this happens.</p>
<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>
</div>
<br>
If you still have problems, queries, please follow the <a href="https://07th-mod.com/wiki/Installer/support/" target="_blank">Support Checklist</a>.
We also have a discord server: <a href="https://discord.gg/pf5VhF9" target="_blank">https://discord.gg/pf5VhF9</a>
<div v-if="selectedSubMod !== null && selectedSubMod.modName === 'Console Arcs'">
Expand Down

0 comments on commit 3e7cd6c

Please sign in to comment.