This commit is contained in:
2023-06-13 18:07:45 -04:00
parent 729caf83ce
commit 034f0a742f
26165 changed files with 343294 additions and 198013 deletions
@@ -89,7 +89,7 @@ namespace Qoo.Game
public static string GetKsName(CHAR_ID eChar, int iNo)
{
Debug.Assert(Chara.m_CharTbl[eChar].szKsName != null, "指定キャラにはKS名がセットされていません\n");
return string.Format("{0}{1:00}.ks", Chara.m_CharTbl[eChar].szKsName, iNo);
return string.Format("{0}{1:00}.txt", Chara.m_CharTbl[eChar].szKsName, iNo);
}
// Token: 0x040000EC RID: 236
@@ -559,7 +559,7 @@ namespace Qoo.Game
// Token: 0x0600015D RID: 349 RVA: 0x00006614 File Offset: 0x00004814
public static bool IsTrial()
{
return Akb.CheckFile("op00_trial.ks");
return Akb.CheckFile("op00_trial.txt");
}
// Token: 0x0400011F RID: 287