How can I change the font of the choice boxes?

Ganimate

Villager
Member
Joined
Sep 15, 2018
Messages
8
Reaction score
1
First Language
Spanish
Primarily Uses
RMMV
Hi everyone! First time on the forums and first time using VN Maker! Enjoying it a lot so far!

Now, here's the questiong that brings me here seeking for help: I want to change the font of the default choice boxes that VN Maker has.

I found this script in the forums which is really useful:

https://forums.rpgmakerweb.com/index.php?threads/ael-image-choices.88324/

The thing is... I would like to change the font of THE default one if that's possible (as seen in the image below). Is it possible to change it from the default code of the engine? With another script? If you guys can help out, I would really appreciate it!

Thanks everyone!05.jpg
 

Ganimate

Villager
Member
Joined
Sep 15, 2018
Messages
8
Reaction score
1
First Language
Spanish
Primarily Uses
RMMV

Archeia

Level 99 Demi-fiend
Developer
Joined
Mar 1, 2012
Messages
15,141
Reaction score
15,473
First Language
Filipino
Primarily Uses
RMMZ
Hi @Ganimate it's definitely possible. There is the text command or script method. I find the script solution easier so here we go.

upload_2018-9-18_7-18-47.png

- Create a new coffeescript file in the Script Editor and call it Style_Ganimate or something like that. Make sure it's above Main.
- Insert the following snippet with your changes:
Code:
###
# Regular message text style for use in backlog, etc.
###
ui.UIManager.styles.messageText = {
    "font": { "name": "Tahoma", "size": 25, "smallCaps": false, "italic": false, "border": true, "borderSize": 4 }
}

###
# Text for ADV game messages.
###
ui.UIManager.styles.advMessageText = {
    "font": { "name": "Tahoma", "size": 25, "smallCaps": false, "italic": false, "outline": { "size": 4, "color": [0, 0, 0, 255] } }
}

###
# Text for NVL game messages.
###
ui.UIManager.styles.nvlMessageText = {
    "font": { "name": "Tahoma", "size": 25, "smallCaps": false, "italic": false, "border": true, "borderSize": 4 }
}
 

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

Latest Threads

Latest Posts

Latest Profile Posts

Are we allowed to post about non-RPG Maker games? And, if so, would any of you be interested in a short, proof of concept type non-euclidian puzzle game?
I should realize that error was produced by a outdated version of MZ so that's why it pop up like that
Ami
i can't wait to drink some ice after struggling with my illness in 9 days. 9 days is really bad for me,i can't focus with my shop and even can't do something with my project
How many hours have you got in mz so far?

A bit of a "sparkle" update to the lower portion of the world map. :LZSexcite:

Forum statistics

Threads
105,883
Messages
1,017,232
Members
137,607
Latest member
Maddo
Top