temp fixes and stability improvements

This commit is contained in:
Arneth
2022-01-21 19:15:14 -05:00
parent 07448bc23d
commit 87a0d0fe7a
71 changed files with 1212 additions and 75 deletions
@@ -9,6 +9,7 @@ namespace Qoo.Ks
static CONFIG()
{
CONFIG.LABEL_MAX = 200;
CONFIG.KS_MAX = 200;
}
// Token: 0x17000052 RID: 82
@@ -19,6 +20,6 @@ namespace Qoo.Ks
// Token: 0x17000053 RID: 83
// (get) Token: 0x060001ED RID: 493 RVA: 0x000083A8 File Offset: 0x000065A8
// (set) Token: 0x060001EE RID: 494 RVA: 0x000083B0 File Offset: 0x000065B0
public static int KS_MAX { get; private set; } = 200;
public static int KS_MAX { get; private set; }
}
}
@@ -468,7 +468,7 @@ namespace Qoo.Ks
continue;
}
}
IL_165:
//IL_165:
if (ksTagInfo.GetId() == KSID.MOVIE)
{
this.Scene.SceneApply(false, true);
@@ -482,7 +482,19 @@ namespace Qoo.Ks
{
this.Scene.SceneResetEffect();
}
goto IL_165;
//goto IL_165;
if (ksTagInfo.GetId() == KSID.MOVIE)
{
this.Scene.SceneApply(false, true);
}
this.RestoreOn = false;
KsInput.Unlock();
base.ResetCallCount(-1);
return TAG_RESULT.CONTINUE_EXIT;
if (ksTagInfo.IsJumpEffectResetTag())
{
this.Scene.SceneResetEffect();
}
}
SKIP_MODE skip = SysData.GetSkip();
if (skip != SKIP_MODE.DISABLE)