Sujet: [VX]Easy battle Hud Mer 20 Fév 2013 - 22:40
Je crois que ce scripts a déjà été partager parce qu'il est assez connu (?). Crédit: Dark Gaia Ce script vous permet de changer l'interface de combat:
Ce script est compatible avec tout les système de combat ne modifiant pas l'interface (non-compatible avec le SBS + ATB par exemple mais compatible avec le sbs tout court.)
Script:
Code:
---------------------------------------------------------------------------- # Easy Battle HUD v1.3 (for RPG Maker VX *only*) # -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= # Scripted by Dark Gaia (www.darkgaia@live.com.au) # Based in part upon EvenAngel's Battle HUD # -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= # Insert this script under Materials and above Main. This script is compatible # with any other script that doesn't modify the Battle Status window. # **Not to be used with Tankentai ABS battle system** # -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= # Credit if used. Free for use in commercial projects. #----------------------------------------------------------------------------
#-------------------------------------------------------------------------- # ? Set Up Battle HUD #-------------------------------------------------------------------------- # You can customise aspects of your battle HUD here.
FONT_SIZE = 20 # Size of the font in the battle window. STATUS_FONT = ["Comic Sans MS"] #Name of the font used in the battle window.