首先是无损开作弊模式
搜索
<<if $dancing is 0 and $combat is 0 and $passage isnot "Start2" and $cheatdisable is "f" or $debug is 1>>
<<button CHEATS>>
改成
<<if $dancing is 0 and $combat is 0 and $passage isnot "Start2" or $debug is 1>>
<<button CHEATS>>
这样可以在不开启作弊模式(不能获得成就)的情况下显示作弊按钮了
搜索
<<if $dancing is 0 and $combat is 0 and $passage isnot "Start2" and $cheatdisable is "f" or $debug is 1>>
<<button CHEATS>>
改成
<<if $dancing is 0 and $combat is 0 and $passage isnot "Start2" or $debug is 1>>
<<button CHEATS>>
这样可以在不开启作弊模式(不能获得成就)的情况下显示作弊按钮了



















