XCOM 2
319 个评价
WOTC Save Games Delete All Option
2
3
2
   
奖励
收藏
已收藏
取消收藏
文件大小
发表于
88.794 KB
2017 年 8 月 30 日 下午 4:37
1 项改动说明 ( 查看 )

订阅以下载
WOTC Save Games Delete All Option

描述
The original Pre-WoTC version of this mod can be found at:
http://psteamcommunity.yuanyoumao.com/sharedfiles/filedetails/?id=704059463

This mod saves you from the very tedious activity of deleting all existing save games
individually when starting a new campaign.

Description

This adds a new "Delete All" button in the first list item in the Save and Load screens.

The user is presented with a confirmation dialog, and if the user confirms the
action, all save games from the list are deleted.

Based on INI settings, the final save game can be left untouched.

Configuration

In XcomSaveGamesDeleteOption.ini are two configuration items.

[SaveGamesDeleteAllOption.UIScreenListener_SaveGamesDeleteAllOption]
LEAVE_LAST_ONE=Y

[SaveGamesDeleteAllOption.UIScreenListener_SaveGamesDeleteAllOptionOnSave]
LEAVE_LAST_ONE=Y

If LEAVE_LAST_ONE is left with a value of Y, then your last save game will be left
untouched. If this is changed to N, then ALL save games will be deleted.

Default value is Y.


If you find this mod to be useful, a Thumbs Up rating would be very much
appreciated.

If any issues are found, please let me know.

Compatibility
No class overrides.




38 条留言
Free 8 月 5 日 下午 6:25 
Doesn't work? Can't see any button/option to delete all saves....
Aru 3 月 24 日 下午 4:06 
Does this mod deletes the unlockable stuff from Tactical Legacy Pack? I don't really want to redo all of that again but I would not mind wiping the saves clean either....
Soul 2024 年 6 月 8 日 下午 12:48 
Praise the lord this exist man.
danoilplainview 2024 年 6 月 3 日 上午 2:21 
just came here to say holy shit this is a life-changing QOL mod that everyone needs immediately. if you've sunk as many hours into xcom 2 as i have, you don't even know how much save bloat is slowing you down until you use this mod. just subscribe & thank me (and more importantly, @krj12) later
perfect_Prefect 2023 年 9 月 20 日 下午 2:08 
A very useful thing. :steamthumbsup: But after use it is better to turn it off so as not to accidentally click on it against your will.) :xcom2grenadier:
WarLLT1315 2023 年 8 月 18 日 下午 4:39 
@浅夜_阿根廷 看描述中的Configuration部分,如果我没看错,该模组的默认ini中,具有不删除最后一次存档的功能。
浅夜_阿根廷 2023 年 7 月 18 日 上午 6:53 
Please add a feature that automatically saves a current game's save after deleting all saves.
EvilBob22 2022 年 12 月 30 日 下午 1:48 
I misspoke on the string variables, quotes are recommended but not strictly required. Still, it is probably specific to my setup, but =Y deleted all my saves and ="Y" deleted all but the most recent (only the most recent of the most recent campaign, an older campaign was wiped clean).

The takeaway is still to backup anything you'd rather not lose, before doing a mass delete anywhere, including from this mod.
krj12 (Ken)  [作者] 2022 年 12 月 30 日 上午 9:20 
I've never had any problem with the config option Y not being read correctly, at least not in my runs.
EvilBob22 2022 年 12 月 29 日 下午 1:23 
Ha! I figured out the cause. The config variables are strings, so they need to be enclosed in quotes (name type variables don't need quotes, but strings do).

Change both lines from this:
LEAVE_LAST_ONE=Y

to this:
LEAVE_LAST_ONE="Y"

and it will keep one save (assuming there are no other problems, I haven't tested it).