Preserved forum archive. This topic stores the original first post and locally mirrored RPG Maker Web attachments when available. It is posted by the BMMPlay archive account, not by the original creator.
Original Source
- Original title: Eli_GameFont
- Original author: Eliaquim
- Original date: April 10, 2020
- Source thread: https://forums.rpgmakerweb.com/threads/eli_gamefont.119992/
- Source forum path: Game Development Engines > RPG Maker Javascript Plugins > JS Plugin Releases (RMMV)
Summary
{ "lightbox_close": "Close", "lightbox_next": "Next", "lightbox_previous": "Previous",
Archived First Post
Author: Eliaquim
Introduction
This plugin allows you to change the basic settings of the default font about the game.
Features
• Change the color of the font outline.
• Change the thickness of the font outline.
• Change the default font color.
• Use the italic style or not.
• Change the font size.
How to use
Just turn it on and configure the parameters.
You can change the parameters in-game too via script calls or plugin commands:
Script Calls:
Eli.GameFont.Param.size = 32 (must be a number)
Eli.GameFont.Param.outlineWidth = 6 (must be a number)
Eli.GameFont.Param.color = "green" (has to be a string)
Eli.GameFont.Param.outlineColor = "rgba(0, 0, 0, 0.5)" (try using only rgba)
Eli.GameFont.Param.italic = true or false
Plugin Commands(don't need quotes here):
FontSize 54
FontColor red
FontColor rgb_150_30_75
FontColor #E89223
FontColor rgba_150_30_75_1
FontOutSize 65
FontOutColor rgba_150_30_75_1 (try using only rgba for that)
FontItalic true
Screenshots
Terms of Use
1. Give the credits to Eliaquim in the credits section of your game.
2. It can be used in free and commercial games.
3. Do not sell or say that you made this plugin or part of him.
4. Do not redistribute this plugin. Link back to this thread.
DOWNLOAD
Eli_GameFont.js
Update LogEli_GameFont.js
Version 1.1 - 06/21/2020
- Changed plugin commands removing the "_".
- Now you can set colors through plugin commands using RGB, rgba, hex, and HTML colors.
- Add dependency with Eli's Book.
Version 1.0 - 04/09/2020
- Released!
Features Mentioned
- Change the color of the font outline.
- Change the thickness of the font outline.
- Change the default font color.
- Use the italic style or not.
- Change the font size.
Downloads / Referenced Files
Log in to download
Log in, then follow the RPG Maker Developers Group to see these download links.
Log in to downloadLicense / Terms Note
Terms of Use 1. Give the credits to Eliaquim in the credits section of your game. 2. It can be used in free and commercial games. 3. Do not sell or say that you made this plugin or part of him.
Creator Claims / Removal
If you are the original creator and want this listing reassigned, edited, or removed, join BMMPlay and contact the moderators with proof that matches the original RPG Maker Web profile, linked GitHub, itch.io page, or another public creator identity.
Replies (0)
No replies yet.
0
replies
1
view
Topic Summary
Loading summary...