07-10-2010, 01:05 PM
bmj Wrote:this new battle report screen looks better then the other! this is more like FF X.
hey charlie i'm looking for one main menu compatible with your party system
i mean , one main menu like FF XII
I think I saw something on youtube but I don't know of any script available to the public.
Villain Wrote:WOW! New wersion!
Sorry but how can i remove #1 #2 #3 in enemy's names?
In CTB by Charlie - Windows, line 132:
Code:
@turn_height,actor.name + " #" + (actor.index + 1).to_s +
Code:
@turn_height,actor.name +
and line 263:
Code:
actor.name+" #" + (actor.index + 1).to_s + debug_string, 1)
Code:
actor.name+ debug_string, 1)
Villain Wrote:And how to make visible faces in the comand panel, like on the screenshots?
Activate the battler window from the configuration. Set size, position and everything from there.