Hi guys, I'm having difficulty trying to change the font of the game back to normal after adding the "Ace Message Sistem Script" to my game: http://yanflychannel.wordpress.com/rmvxa/core-scripts/ace-message-system/
After I added the Script all the Text have a bigger and strange font, I want it back to normal, Actually the only thing that I wanted from the Script was the little box that display a text above the chat in the left coner to display the npc's name, If there is a simpler Script that only does that it would be perfect. Can someone help me please!
Thanks!
Use Ace Message System Script, but keep the original text font?
● ARCHIVED · READ-ONLY
-
-
What you want to do is change the font names in the array at line 203 (it'll have MESSAGE_WINDOW_FONT_NAME beside it) to just "VL Gothic" (that's the name of the default font that comes with Ace) You may also need to mess with the text size and other options under that (Either that or you could use Font.default_name and Font.default_size which pretty much automatically do it for you)
As for a simpler script, I haven't seen one (about the only other script I know of that shows a name window is Message Options, which doesn't change the font, but does have a lot of other features to mess with...) -
Thanks man!! That "Message Options" works perfectly! :DWhat you want to do is change the font names in the array at line 203 (it'll have MESSAGE_WINDOW_FONT_NAME beside it) to just "VL Gothic" (that's the name of the default font that comes with Ace) You may also need to mess with the text size and other options under that (Either that or you could use Font.default_name and Font.default_size which pretty much automatically do it for you)
As for a simpler script, I haven't seen one (about the only other script I know of that shows a name window is Message Options, which doesn't change the font, but does have a lot of other features to mess with...) -
This thread is being closed, due to being solved. If for some reason you would like this thread re-opened, please report this post and leave a message why. Thank you.