Skip to content

Commit

Permalink
Add note about script re-compile behavior on Windows.
Browse files Browse the repository at this point in the history
  • Loading branch information
drojf committed May 8, 2024
1 parent ec3a9e5 commit cdf622e
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions docs/Higurashi/FAQ.md
Original file line number Diff line number Diff line change
Expand Up @@ -219,6 +219,14 @@ If the game lags or freezes every now and then, you may want to investigate thes
- Restart your computer
- While Higurashi isn't that demanding, very old computers/software may not be able to play with good performance. Please keep in mind that this is a Unity game, so some level of performance/modern hardware is required.

### (Windows?) Script Recompile even when using pre-compiled scripts from the server

I noticed that when you copy the game scripts using Windows built-in tool for .zip files, it will set the "Date modified" as the current time. This causes the game to re-compile scripts depending on if the "CompiledUpdateScripts" or "Update" folder was extracted first.

To avoid this issue, you can use our installer, or use 7-Zip, which will preserve the "Date modified" and not cause a script-recompile.

There is no actual issue using scripts compiled on your own machine, but you will have to wait for script compilation (only once) before you can play.

## Known Issues - Linux

### [Wine Users Only] No Text On Startup - Missing corefonts
Expand Down

0 comments on commit cdf622e

Please sign in to comment.