1
0
mirror of synced 2025-02-17 11:08:33 +01:00

Minor adjustments (#694)

* fix trapped passion lyrics

* Initialize Saves.db3 if it doesn't exist

* how do i keep making this mistake everytime.
This commit is contained in:
DragonRatTiger / リュウコ 2024-10-02 22:34:12 -05:00 committed by GitHub
parent 14fd1f3da2
commit 61f6f8b462
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with 18 additions and 15 deletions

BIN
OpenTaiko/.init/Saves.db3 Normal file

Binary file not shown.

View File

@ -23,6 +23,7 @@
<Content Include="Licenses/**" CopyToOutputDirectory="PreserveNewest" />
<Content Include="Songs/**" CopyToOutputDirectory="PreserveNewest" />
<Content Include="System/**" CopyToOutputDirectory="PreserveNewest" />
<Content Include=".init/**" CopyToOutputDirectory="PreserveNewest" />
<None Remove="system\open-world memories\modules\modal\Config.json" />
<Content Include="BGScriptAPI.lua" CopyToOutputDirectory="PreserveNewest" />
<Content Include="OpenTaiko.ico" CopyToOutputDirectory="PreserveNewest" />

View File

@ -43,7 +43,7 @@
00:40.995 --> 00:43.820
<c.white.bg_red>omoi wa kimi ni todokanai
<c.white.bg_red><lang en>is out of sight</lang>
<c.white.bg_red><lang en>even with such a strong bond</lang>
<c.white.bg_red><lang ja></lang>
00:43.820 --> 00:46.348
@ -62,24 +62,24 @@
<c.white.bg_red><lang ja>...  </lang>
00:52.247 --> 00:52.584
<c.white.bg_red>[to
<c.white.bg_red><lang en>[Yes,</lang>
<c.white.bg_red><lang ja>[</lang>
<c.white.bg_red>to
<c.white.bg_red><lang en>Yes,</lang>
<c.white.bg_red><lang ja></lang>
00:52.584 --> 00:52.921
<c.white.bg_red>[tobe
<c.white.bg_red><lang en>[Yes, I</lang>
<c.white.bg_red><lang ja>[</lang>
<c.white.bg_red>tobe
<c.white.bg_red><lang en>Yes, I</lang>
<c.white.bg_red><lang ja></lang>
00:52.921 --> 00:53.258
<c.white.bg_red>[toberu
<c.white.bg_red><lang en>[Yes, I would</lang>
<c.white.bg_red><lang ja>[</lang>
<c.white.bg_red>toberu
<c.white.bg_red><lang en>Yes, I would</lang>
<c.white.bg_red><lang ja></lang>
00:53.258 --> 00:54.944
<c.white.bg_red>toberuyo
<c.white.bg_red><lang en>~Yes, I would fly</lang>
<c.white.bg_red><lang ja>~ </lang>
<c.white.bg_red>toberuyo~
<c.white.bg_red><lang en>Yes, I would fly~</lang>
<c.white.bg_red><lang ja></lang>
00:54.944 --> 00:57.893
<c.white.bg_red>dokomademo hashiruyo
@ -222,4 +222,4 @@
02:59.494 --> 03:07.888
<c.white.bg_red>kimi no soba ni tonde ikuyo!
<c.white.bg_red><lang en>ill soar to your side!</lang>
<c.white.bg_red><lang ja></lang>
<c.white.bg_red><lang ja></lang>

View File

@ -2303,7 +2303,9 @@ for (int i = 0; i < 3; i++) {
VisualLogManager = new CVisualLogManager();
if (!File.Exists("Saves.db3")) {
File.Copy(@$".init{Path.DirectorySeparatorChar}Saves.db3", "Saves.db3");
}
// Add a condition here (if old Saves\ format save files exist) to port them to database (?)
SaveFileInstances = DBSaves.FetchSaveInstances();
/*