Arrow character fix for Mv.

Joined
Apr 30, 2012
Messages
216
Reaction score
35
First Language
Spanish
Primarily Uses
Sorry to bother yourselves. I want to request a plugin for changing the size of the arrow character like the one that exist for vxace. Excuse me for my bad english and greetings from Argentina. PD: im using YEP victory aftermath.
 
Last edited by a moderator:

Shaz

Veteran
Veteran
Joined
Mar 2, 2012
Messages
40,108
Reaction score
13,713
First Language
English
Primarily Uses
RMMV
Like which one that exists for Ace? Please give a link.
 
Joined
Apr 30, 2012
Messages
216
Reaction score
35
First Language
Spanish
Primarily Uses
Opps! Excuse me miss Shaz,here is the code. I got a backup of the script:

Code:
# Add function for temporarily switching a window's current drawing font.class Font  def use( window )        old_font = window.contents.font.dup        window.contents.font = self        yield        window.contents.font = old_font    endend# Fixes the arrow character (→) used in places in the UI# since custom font does not support that charactermodule Mez  module ArrowFix        FONT = Font.new(["VL Gothic", "Arial"])  # This is the font used for the arrows, checked in order.  endend# For Actor Equip Windowclass Window_EquipStatus  alias mez_wes_dra draw_right_arrow  def draw_right_arrow(x, y)        Mez::ArrowFix::FONT.use(self) do          mez_wes_dra(x, y)        end  endend#Desactivado POR DEFECTO,en caso de usar el script "Yanfly Victory Aftermath" debes borrar este simbolo "#"#class Window_VictoryLevelUp#  alias mez_wvlu_da draw_arrows#  def draw_arrows#       Mez::ArrowFix::FONT.use(self) do#          mez_wvlu_da#        end#  end#end
 

Users Who Are Viewing This Thread (Users: 0, Guests: 1)

Latest Threads

Latest Posts

Latest Profile Posts

Our latest feature is an interview with... me?!

People4_2 (Capelet off and on) added!

Just beat the last of us 2 last night and starting jedi: fallen order right now, both use unreal engine & when I say i knew 80% of jedi's buttons right away because they were the same buttons as TLOU2 its ridiculous, even the same narrow hallway crawl and barely-made-it jump they do. Unreal Engine is just big budget RPG Maker the way they make games nearly identical at its core lol.
Can someone recommend some fun story-heavy RPGs to me? Coming up with good gameplay is a nightmare! I was thinking of making some gameplay platforming-based, but that doesn't work well in RPG form*. I also was thinking of removing battles, but that would be too much like OneShot. I don't even know how to make good puzzles!
one bad plugin combo later and one of my followers is moonwalking off the screen on his own... I didn't even more yet on the new map lol.

Forum statistics

Threads
106,035
Messages
1,018,450
Members
137,820
Latest member
georg09byron
Top