Chaos Project

RPG Maker => RPG Maker Scripts => Script Requests => Topic started by: sk8r23 on March 21, 2009, 09:35:10 pm

Title: [RESOLVED]Font
Post by: sk8r23 on March 21, 2009, 09:35:10 pm
Rmxp
Addon,etc

Is there a way to Change the font on the game such as,

I want to change my games font to bazooka, but i also want normal talking messages to be gothic

Like be able to change the fonts. :<_<:
Title: Re: Font
Post by: Landith on March 21, 2009, 09:41:12 pm
Tons of Add-ons :: Ultimate font Override (For all fonts)

Ccoa's UMS :: Change the font for the Message Window

Just place Ccoa's UMS below Ton's of Add-ons for it to not affect the message window...
Title: Re: Font
Post by: sk8r23 on March 21, 2009, 09:57:56 pm
Cool but where can i find ccoa's Ums?
Title: Re: Font
Post by: Landith on March 21, 2009, 10:57:34 pm
Here (http://www.pcis-studios.com/ccoa/UMS.exe)
Title: Re: Font
Post by: Calintz on March 21, 2009, 11:25:18 pm
This shouldn't be in the script requests.
For future references, put questions like this in the General Discussion board.

BTW:
Tons won't do what he wants.
Tons overrides the game's font permanently.

I think he wants to be able to change the font at will, so that he can have individual fonts for different things. Ccoa's will.
Title: Re: Font
Post by: Landith on March 22, 2009, 03:35:08 pm
*Sigh..*

Yes, but what he want's is very time consuming and boring to do...

He could add:
self.contents.font.name = ["Font Here","Alternative Font Here"]

in every window he wants it in...

or

@window.contents.font.name = ["Font Here","Alternative Font Here"]