SRPG Studio

SRPG Studio

评价数不足
Time-Alter.js
   
奖励
收藏
已收藏
取消收藏
RESOURCES: plugin
文件大小
发表于
更新日期
13.164 KB
2021 年 5 月 2 日 上午 7:45
2021 年 11 月 11 日 上午 4:43
4 项改动说明 ( 查看 )

订阅以下载
Time-Alter.js

描述
Welcome to Time Alter - aka, save scumming: the script. This is based on
a plugin by ふわふわ, which saved at the start of every turn and let you reload
one turn back with a custom command. It was based on an official plugin.

I have edited this script further to introduce a customizable amount of
"rewind turns". You can now go back as far as 3 turns by default,
and you can save more by adding the following custom parameter
to your game's difficulty settings:

{
MaxReloadsRS:5
}

This example will allow for five savestates.

You can also use this plugin to customize the amount of save slots available
for regular gameplay, but it cannot go above 90. To do so, set a global parameter:

{
SaveCountRS:80
}

This will change your load screen to have 80 files when not using the rewind feature.
The name of the command itself has been edited to avoid clashes with other Interruption
plugins.

Beyond these things, the script should be fairly plug-and-play!

Enjoy this script!

You can also get this script on my GitHub![raw.githubusercontent.com]
The main repo can be found here![github.com]