Project1

标题: 有没有能让游戏整体加速+跳过对话的脚本? [打印本页]

作者: MLRPG    时间: 2016-1-3 22:39
标题: 有没有能让游戏整体加速+跳过对话的脚本?
如题 就是按住某个键直接跳过对话并且让游戏跳帧 有玩过东方年代记的人应该知道这个
作者: 鄢炎餍    时间: 2016-1-6 02:05
以前66写过这个脚本(测试时跳过对话)
重要!这个脚本不是我写的是柳柳写的,原发布帖早已关闭,这个是我重新打了一遍的版本:
class Interpreter
alias text_jump_command_101_66rpg command_101
   def command_101
     if $DEBUG
         $game_system.se_play($data_system.decision_se)
           @index +=1
           return ture
         end
       text_jump_command_101_66rpg
     end
  end

如果在游戏里使用的话请务必注明出处是66RPG,作者是柳柳




欢迎光临 Project1 (https://rpg.blue/) Powered by Discuz! X3.1