游戏《Octavia in The Underworld's Cello》存档及存储位置

Steam商店地址:https://store.steampowered.com/app/670160/DLIRIUM/

Windows下存档与自定义角色存储位置:

%UserProfile%\Saved Games\Octavia in The Underworld's Cello

备份存档批处理

@echo off
set iSlot=1
echo Please input Save Slot ID
set /p iSlot=
xcopy /cheriky "%UserProfile%\Saved Games\Octavia in The Underworld's Cello" "Saves%iSlot%\Octavia in The Underworld's Cello"
pause > nul

应用存档批处理

@echo off
set iSlot=1
echo Please input Save Slot ID
set /p iSlot=
xcopy /cheriky "Saves%iSlot%\Octavia in The Underworld's Cello" "%UserProfile%\Saved Games\Octavia in The Underworld's Cello\"
pause > nul
除非特别注明,本页内容采用以下授权方式: Creative Commons Attribution-ShareAlike 3.0 License