You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
如果是弹出提示,试着 debug 一下,超过一百行的时候,这里的 textbutton 是不是变成了 text (因为 action 失效了),可以确定是不是这个问题
从代码来看,调用的是 renpy 提供的方法,所以如果有问题,考虑 ①是不是 renpy 的配置项有问题 , ②引擎限制了这一功能
考虑①的话,试着改改 _history 提到的 config.history_length
考虑②的话,文档里面提到了 The rollback only occurs if the location is still in the script log, otherwise the action is insensitive. 考虑是不是超出了 script log 的范围,稍微搜了下这个 script log 是什么,没有找到合适的答案,感兴趣的话,可以去 renpy 仓库提个 issues 找 tom 解答一下,或者看看 renpy 源码
从 gal 开发来讲,其他引擎如柚子用的 Kirikiri ,八月的 BGI ,Hamidashi 的 Artmies 等等,也只支持有限的跳转,不会让你从尾巴跳到开头,跳跃过多行本身就不是一个合理的需求
https://love69-renpy-remaster-project.github.io/Doc/renpy/%E5%8E%86%E5%8F%B2%E8%AE%B0%E5%BD%95%E8%B7%B3%E8%B7%83.html
The text was updated successfully, but these errors were encountered: