Skip to content

Commit

Permalink
Remove Higurashi UI crash warning message
Browse files Browse the repository at this point in the history
  • Loading branch information
drojf committed May 31, 2019
1 parent d7aafbc commit 8c768dd
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions httpGUI/installer.html
Original file line number Diff line number Diff line change
Expand Up @@ -206,20 +206,6 @@ <h3>Terminal:</h3>
<ul class="col-md-8">
<div v-if="metaInfo !== null">
<div class="alert alert-danger" role="alert"
v-if=" selectedSubMod !== null &&
selectedSubMod.family === 'higurashi'"><strong>
There is currently a bug on some Higurashi games (confirmed on Ep.3, Ep.4) which causes the game to crash on startup.<br>
You will get a message (for Episode 3) like:<br>
"Tatarigoroshi/HigurashiEp03_Data/sharedassets0.assets' is corrupted! Remove it and launch unity again!"<br>
To fix this issue, navigate to your game data folder, for example:<br>
<pre>C:\games\Steam\steamapps\common\Higurashi 03 - Tatarigoroshi\HigurashiEp03_Data</pre>
In this folder, there is a `sharedassets0.assets` and a `sharedassets0.assets.backup` file - we want to restore the backup.<br>
To do this:<br>
- rename the `sharedassets0.assets` to `sharedassets0.assets.broken`<br>
- rename the `sharedassets0.assets.backup` file to `sharedassets0.assets`.<br>
If you don't get a crash on startup, there is no need to apply this fix.<br>
</strong></div>
<div class="alert alert-danger" role="alert"
v-if=" selectedSubMod !== null &&
selectedSubMod.family === 'higurashi' &&
metaInfo.operatingSystem === 'linux'"><strong>
Expand Down

0 comments on commit 8c768dd

Please sign in to comment.