Eliaquim

Hakuen Studio
Veteran
Joined
May 22, 2018
Messages
3,256
Reaction score
2,527
First Language
Portuguese - Br
Primarily Uses
RMMZ
Hi there!

Also I think I've figured it out, but now I get this issue:
InvalidStateError
Failed to execute 'drawImage' on 'CanvasRenderingContext2D': The image argument is a canvas element with a width or height of 0.
- I need the console screenshot to try to understand it better.

Also have a suggestion for gradient fonts like in RPG Maker 2000/2003. Unless I can do that already...
- You can already do that since you can/need to create the Bitmap/PNG font in an image editor.

Looks like I’ll have to do this the long way and create the bitmap in GIMP. Otherwise, I think I’ve resolved this roadblock.
- You will need to create the Bitmap Font in any image editor. GIMP is one of them. So the "long way" you mentioned, is the only way actually.

But, your best way, since you are having a hard time setting up the plugin, is first to use the sample project:

- Get the sample project
- Create your Bitmap font on the image editor you want.
- Test the font in the sample project until it works.
- When it works, you will know for sure that you learned how to do it. Then you can move to your actual project.

If it does not work on your actual project, then we will understand that it is a plugin compatibility problem.
Then you will need to disable one plugin and test. Keep repeating this until the problem is solved.
When it works, the last disabled plugin is the cause. Tell me what he plugin is so I can try to find and solve the problem.
 

BloodletterQ

Chaotic Neutral Assassin
Veteran
Joined
Aug 15, 2012
Messages
1,605
Reaction score
1,236
First Language
English
Primarily Uses
N/A
I feel like a moron. Finally figured it out!

Keeping this one at the bottom of my plugins. Just don't know how to add a gradiant effect to the font in the plugin settings. It's still going to come out white even if the color settings are empty.
 

Eliaquim

Hakuen Studio
Veteran
Joined
May 22, 2018
Messages
3,256
Reaction score
2,527
First Language
Portuguese - Br
Primarily Uses
RMMZ
I feel like a moron. Finally figured it out!

Keeping this one at the bottom of my plugins. Just don't know how to add a gradiant effect to the font in the plugin settings. It's still going to come out white even if the color settings are empty.
Nice!

You can't add Gradient via plugin settings. It needs to be done with the image editor you build the .PNG file.
 

BloodletterQ

Chaotic Neutral Assassin
Veteran
Joined
Aug 15, 2012
Messages
1,605
Reaction score
1,236
First Language
English
Primarily Uses
N/A
Sorry I should have mentioned that I’m trying to turn off the color settings. Even if I leave it blank, it’s still going to be white. I’ll try digging through my plugins again after work.
 

Eliaquim

Hakuen Studio
Veteran
Joined
May 22, 2018
Messages
3,256
Reaction score
2,527
First Language
Portuguese - Br
Primarily Uses
RMMZ
Sorry I should have mentioned that I’m trying to turn off the color settings. Even if I leave it blank, it’s still going to be white. I’ll try digging through my plugins again after work.
Oh! I understand it now!
I think I will have to take a look at this then. I totally forgot that the bitmap font is painted when created. I will see what I can do for you and will let you know!
 

EndlessGame

Veteran
Veteran
Joined
Jun 17, 2020
Messages
164
Reaction score
38
First Language
English
Primarily Uses
RMMV
How do I increase the font size? (\{ \}) was shown in the plugin help section, but I'm not sure what to do with it.
 

Eliaquim

Hakuen Studio
Veteran
Joined
May 22, 2018
Messages
3,256
Reaction score
2,527
First Language
Portuguese - Br
Primarily Uses
RMMZ
How do I increase the font size? (\{ \}) was shown in the plugin help section, but I'm not sure what to do with it.
Hi there!
To increase font size inside the game, on texts, you can use the \{ or \} escape codes. But they will only work on the Pro version.

Besides, bitmap fonts do not increase their size like regular fonts. After you define the font size on the creation of the font, they work like that:

BitmapFontSize * 1(default)
BitmapFontSize * 2(increase font size by 1)
BitmapFontSize * 3(increase font size by 2)
etc...

etc...
 

EndlessGame

Veteran
Veteran
Joined
Jun 17, 2020
Messages
164
Reaction score
38
First Language
English
Primarily Uses
RMMV
Hi there!
To increase font size inside the game, on texts, you can use the \{ or \} escape codes. But they will only work on the Pro version.

Besides, bitmap fonts do not increase their size like regular fonts. After you define the font size on the creation of the font, they work like that:

BitmapFontSize * 1(default)
BitmapFontSize * 2(increase font size by 1)
BitmapFontSize * 3(increase font size by 2)
etc...

etc...
Sometimes I ask the stupidest questions, haha. I just made my own bitmap font and quickly realized I can change the size through Aseprite
 

Eliaquim

Hakuen Studio
Veteran
Joined
May 22, 2018
Messages
3,256
Reaction score
2,527
First Language
Portuguese - Br
Primarily Uses
RMMZ
Sometimes I ask the stupidest questions, haha. I just made my own bitmap font and quickly realized I can change the size through Aseprite
Yeah, that also works! haha!
Have fun!
 

Eliaquim

Hakuen Studio
Veteran
Joined
May 22, 2018
Messages
3,256
Reaction score
2,527
First Language
Portuguese - Br
Primarily Uses
RMMZ

Version 5.1.1 - 08/30/2022​

  • Fixed a bug where the Bitmap font for the Pop-up sprites on the battle was not working.
 

Eliaquim

Hakuen Studio
Veteran
Joined
May 22, 2018
Messages
3,256
Reaction score
2,527
First Language
Portuguese - Br
Primarily Uses
RMMZ

Version 5.1.2(Free) & 5.2.1(Pro) - 12/09/2022​

  • [MV] Fixed a bug that Scroll text windows are only displaying one line of text.
  • [MV] Add compatibility fix instructions on the help file for Yep Message Core.
 

BloodletterQ

Chaotic Neutral Assassin
Veteran
Joined
Aug 15, 2012
Messages
1,605
Reaction score
1,236
First Language
English
Primarily Uses
N/A
With only the required plugins of yours, I am doing fine with just capital letters.

1680214263290.png


If I include lowercase...
1680214451615.png

What is my issue? I have the default characters according to a new font in your plugin so I don't think it should go wacky after inserting lowercase characters.
 

Eliaquim

Hakuen Studio
Veteran
Joined
May 22, 2018
Messages
3,256
Reaction score
2,527
First Language
Portuguese - Br
Primarily Uses
RMMZ
With only the required plugins of yours, I am doing fine with just capital letters.

View attachment 257537


If I include lowercase...
View attachment 257538

What is my issue? I have the default characters according to a new font in your plugin so I don't think it should go wacky after inserting lowercase characters.
Hi!
You need to have the upper and lower case on the plugin parameters and the bitmap file.
But also, in order. The upper case comes first, and the lower case comes after.
 

BloodletterQ

Chaotic Neutral Assassin
Veteran
Joined
Aug 15, 2012
Messages
1,605
Reaction score
1,236
First Language
English
Primarily Uses
N/A
Got it working now! Thanks.
 

Willibab

The Lord of Whackery
Veteran
Joined
Jun 22, 2017
Messages
677
Reaction score
1,790
First Language
Norwegian
Primarily Uses
RMMZ
This plugin had a bigger impact then I imagined it would :p

Only one small issue so far, with the name input processing.

name.png

This does not happen in the demo, yet it does with no other plugins on for me (Except Eli's Book) Anyone know what it could be or had this issue?
 

Eliaquim

Hakuen Studio
Veteran
Joined
May 22, 2018
Messages
3,256
Reaction score
2,527
First Language
Portuguese - Br
Primarily Uses
RMMZ
This plugin had a bigger impact then I imagined it would :p

Only one small issue so far, with the name input processing.

View attachment 258345

This does not happen in the demo, yet it does with no other plugins on for me (Except Eli's Book) Anyone know what it could be or had this issue?
Hi there!
I tested here on MV and MZ. That did not happen.
  • MV Eli Book 5.3.1
  • MV Bitmap Font 5.1.2
  • MV Bitmap Font Pro 5.2.1

  • MZ Eli Book 5.4.3
  • MZ Bitmap Font 5.1.2
  • MZ Bitmap Font Pro 5.2.1
So that is probably something on your end. See if you have these versions above.
Also make sure you did not make any edits to the default RPG maker codes, by updating them again.
 

Willibab

The Lord of Whackery
Veteran
Joined
Jun 22, 2017
Messages
677
Reaction score
1,790
First Language
Norwegian
Primarily Uses
RMMZ
It is deffo on my side of things yeah, this is how it looks without any plugins including yours.

sdfsdfc.png

xD

I didn't think about the fact that I was using the 8-bit pack as a starting point. I suppose the creators are Japanese or something and forgot to change the name input scene in their English version :p
 

Eliaquim

Hakuen Studio
Veteran
Joined
May 22, 2018
Messages
3,256
Reaction score
2,527
First Language
Portuguese - Br
Primarily Uses
RMMZ
It is deffo on my side of things yeah, this is how it looks without any plugins including yours.

View attachment 258403

xD

I didn't think about the fact that I was using the 8-bit pack as a starting point. I suppose the creators are Japanese or something and forgot to change the name input scene in their English version :p
Sorry, I didn't understand. You manage to solve the problems?

The first sentence you mean that the screenshot is done without use any plugins? Or just using my plugins?

About the japanese stuff, are you saying about the rpg maker code? Ou about the graphics?
 

Willibab

The Lord of Whackery
Veteran
Joined
Jun 22, 2017
Messages
677
Reaction score
1,790
First Language
Norwegian
Primarily Uses
RMMZ
Sorry, I didn't understand. You manage to solve the problems?

The first sentence you mean that the screenshot is done without use any plugins? Or just using my plugins?
Without ANY plugins. I discovered that the issue is NOT related to your plugins.
About the japanese stuff, are you saying about the rpg maker code? Ou about the graphics?

The picture shows how my name scene looks without any plugins at all. The base of my project is a translated version of an asset pack.

I didn't know that this scene alone wasn't translated.
 

Latest Threads

Latest Posts

Latest Profile Posts

oneOfUs.jpg
Streaming more Poppet Quest game even in about 12 minutes.
Some dog owners really impress me. I'm pushing 2-3 metric tons of garbage containers that destroy everything they hit. What do you think is going to happen to your tiny dog when I run it over? And why are you crossing my path to argue with me? Have you never been hit by 200kgs of garbage?

Lesson for you folks. Never mess with an angry garbage container. Or its driver.
I didn't dispose of a file properly and now my whole game won't start: I get a script error in the Scene Manager stage of game launch. What to do? Transfer it all to a new project? That's going to be tedious. Fortunately I am only nine workdays into it.

Forum statistics

Threads
131,679
Messages
1,222,163
Members
173,426
Latest member
sleepykitsune
Top