|
|
转自n网:https://www.nexusmods.com/dragonquest7reimagined/mods/23
Speeds up the church save ceremony by disabling the save jingle and reducing UI transition delays.
通过禁用存档铃声和减少 UI 切换延迟,加快教会保存仪式的速度。
Fast Save 快速存档
Speeds up the church save ceremony by removing the ~8 second save jingle and reducing UI transition times.
通过去除~8 秒的存档铃声和缩短 UI 切换时间,加快教堂存档仪式。
What it does 它的作用
- Invalidates the save completion jingle (SND_ME0002_SAVE) so it no longer plays
SND_ME0002_SAVE 会使存档完成的广告歌失效,所以它不再播放 - Reduces the church save screen transition delay (MainBackWait) to near-instant
将教堂存档画面切换延迟(MainBackWait)缩短至近乎瞬间 - Reduces CriWare audio duration metadata to near-zero
将 CriWare 音频时长元数据降至接近零
Actual save data writing is unaffected — your saves are fully intact.
实际的存档数据写入不受影响——你的存档完全完好无损。
Installation 安装
- Download and extract the zip
下载并解压压缩包 - Copy all 3 files (.pak, .ucas, .utoc) into your game's Paks folder:
把这三个文件(.pak、.ucas、.utoc)全部复制到游戏的 Paks 文件夹里:
<Steam>\steamapps\common\DQ7R\DQ7R\Content\Paks\ - Launch the game 启动游戏
Uninstallation 卸载
Delete the 3 files starting with pakchunk0-WindowsNoEditor_Fast_Save from the Paks folder.
从 Paks 文件夹中删除以 pakchunk0-WindowsNoEditor_Fast_Save 开头的三个文件。
Compatibility 兼容性
- Compatible with other IoStore mods (Faster Movement, Seamless Cutscenes, Instant Text, etc.)
兼容其他 IoStore 模组(更快移动、无缝过场动画、即时文本等) - Does not modify save data — safe to install/remove mid-playthrough
不修改存档——可以中途安装/移除
Technical Details 技术细节
Patches 3 assets via IoStore override:
通过 IoStore 覆盖补丁 3 资源:
- SACS_ME.uasset — CriWare cue sheet (cue name invalidation + duration metadata)
SACS_ME.uasset — CriWare cue sheet (cue name invalidation + duration metadata) - SND_ME0002_SAVE.uasset — Sound cue (duration values)
SND_ME0002_SAVE.uasset — 声音提示(时长值) - WBP_Shop_ChurchLayout.uasset — Church UI (MainBackWait transition)
WBP_Shop_ChurchLayout.uasset — 教会 UI(MainBackWait 过渡)
Tags: gameplay, quality of life, save, church, speed
标签:游戏性、生活质量、存档、教会、速度
|
|