じ☆ve冰风 发表于 2026-7-31 18:51:13

DoubleX RMVXA Hotkey Addon to YSA Battle System: Classical ATB

DoubleX RMVXA Hotkey Addon v1.00a to YSA Battle System: Classical ATB​
by DoubleX​

Prerequisites

DoubleX RMVXA Bug Fixes to YSA Battle System: Classical ATB

http://forums.rpgmakerweb.com/index.php?/topic/22142-doublex-rmvxa-bug-fixes-to-ysa-battle-system-classical-atb/

YSA Battle System: Classical ATB(Created by Yami)

http://yamiworld.wordpress.com/rgss3/battle-scripts/yeas-add-on/ysa-battle-system-classical-active-time-battle/

Introduction

Lets users use hotkeys to select party members that can input actions

Spoiler#==============================================================================|#** You only need to edit this part as it's about what this script does      |#------------------------------------------------------------------------------|module DoubleX_RMVXAmodule YSA_CATB_Hotkey_Addon#------------------------------------------------------------------------------|#    A custom keymap binding script maybe helpful for setting the keys below   |#------------------------------------------------------------------------------|    # Sets the hotkeys for selecting the party members that can input actions    # The ith hotkey calls the ith party member    # Nothing will happen if the corresponding party member can't input actions    PARTY_HOTKEYS = [      :NUMPAD1, # 1st party member      :NUMPAD2, # 2nd party member      :NUMPAD3, # 3rd party member      :NUMPAD4, # 4th party member      :NUMPAD5, # 5th party member      :NUMPAD6, # 6th party member      :NUMPAD7, # 7th party member      :NUMPAD8, # 8th party member      :NUMPAD9, # 9th party member      :NUMPAD0 # 10th party member    ]#==============================================================================|



Features

Easy, quick and simple hotkey settings(Almost no scripting knowledge is needed to use this script, you just have to know the symbols of the hotkeys)

How to use
Open the script editor and put this script into an open slot between the script DoubleX RMVXA Bug Fixes to YSA Battle System: Classical ATB and Main. Save to take effect.

FAQ
None

Credit and Thanks
DoubleX(Giving me credit is completely optional)
The terms of use are the same as that of YSA Battle System: Classical ATB except that you must also give Yami credit(you should do this anyway) if you give DoubleX or his alias credit
 
Compatibility
Same as that of YSA Battle System: Classical ATB
 
Changelog

v1.00a(GMT 0500 28-2-2014):

- 1st version of this script finished

(DoubleX)YSA CATB Hotkey Addon v1.00a.txt


本贴来自国际rpgmaker官方论坛作者:DoubleX处,因国际论坛即将永久关站,为了存档多年珍贵资料,署名转载到本论坛存档,由于官方帖子为英文原帖,需要中文翻译请点击论坛顶部切换语言为中文就可以将帖子翻译成中文浏览,方便大家随时查看,原文地址:https://forums.rpgmakerweb.com/threads/doublex-rmvxa-hotkey-addon-to-ysa-battle-system-classical-atb.37334/
页: [1]
查看完整版本: DoubleX RMVXA Hotkey Addon to YSA Battle System: Classical ATB