- Joined
- Jan 2, 2014
- Messages
- 1,787
- Reaction score
- 939
- First Language
- Chinese
- Primarily Uses
- N/A
DoubleX RMVXA SE Addon v1.00a to YSA Battle System: Classical ATB
by DoubleX
Prerequisites
DoubleX RMVXA Bug Fixes to YSA Battle System: Classical ATB
YSA Battle System: Classical ATB(Created by Yami)
Introduction
With this script, users can set specific se for specific actors to be played when their atb bar're full.
#------------------------------------------------------------------------------|
# * Actor Notetags
# - <custom catb se: File, Volume, Pitch> |
# Sets the se to be played as File(ithout specifying its extension and |
# with or without specifying its path) with volume Volume and pitch Pitch |
# when the actor's atb bar's full. |
# Volume and Pitch range from 1 to 100 and 5 to 200 respectively. |
#------------------------------------------------------------------------------|
module DoubleX_RMVXA
module YSA_CATB_SE_Addon
# Sets the default se to be played as SE_FILE (without specifying its
# extension and with or without specifying its path) with volume SE_VOLUME
# and pitch SE_PITCH for all actors when their atb bar're full
# SE_VOLUME and SE_PITCH range from 1 to 100 and 5 to 200 respectively
# <custom catb se: File, Volume, Pitch> notetag overrides these settings
# default = "Audio/SE/SE file name without extension", 80, 100
SE_FILE = "Audio/SE/SE file name without extension"
SE_VOLUME = 80
SE_PITCH = 100
# Actors lacking se notetag will also play se when their atb bar're full
# Default = false
ALL_PLAY_SE = false
end # YSA_CATB_SE_Addon
end # DoubleX_RMVXA
Video
Features
Use of notetags(requires knowledge of notetag usage) to set specific se with volume and pitch for specific actors to be played when their atb bar're full
A way to set se with volume and pitch for all actors without using notetags(but they still take precedence over this)
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 13-2-2014):
- 1st version of this script finished
(DoubleX)YSA CATB SE Addon v1.00a.txt
Attachments
-
323 bytes Views: 15
Last edited by a moderator:

