06-07-2010, 11:33 PM
@LockeZ
regarding the ATB bars look for that in the ATB script to centralize it :
for me this start at line 116
then to make it shown below the actor details (name, HP, etc) look for
regarding the ATB bars look for that in the ATB script to centralize it :
Code:
# Position of the character's Time Bars
Meter_Pos_Style = 1
# 0 = Horizontal Pattern, not centralized
# 1 = Horizontal Pattern, centralized
# 2 = Vertical Bars
# 3 = Under the characters
# 4 = Custom
for me this start at line 116
then to make it shown below the actor details (name, HP, etc) look for
Code:
#Readjust the Time Bar's position on the battle screen
X_Meter = 12 # X position of the Bars
Y_Meter = 440 # Y position of the Bars