Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

Hi! Could you tell me a bit more about the issue?

Is the font missing only in the Materia scene, or throughout the entire game?

Also, are you using any font or UI-related plugins? If so, please let me know which ones you're using.

The Materia plugin itself doesn't modify or load fonts, so it should be using whatever font your project is already using. Knowing a bit more about your setup will help me narrow down what's causing the issue.

(1 edit)

So I can open the materia screen from my menu. I can click on a weapon and choose one of its empty slots and it will come up with a drop box of materia, and their effects do kick in. However there won't be any words saying what the materia does, its list of skills, its AP. It just comes up with a star (i assume its mastery level). 

I don't believe it's any of my other plugins as i tried disabling all my plugins and it made it worse.

I'm using Visustella plugins and [Summons]Linking_system

Thanks for the extra information.


Since the Materia effects are working and the mastery stars/icons are displaying correctly, I'd like to rule out a database setup issue first.


The plugin pulls the displayed information directly from your RPG Maker database. For example:


• The description shown in the Materia scene comes from the Materia item's Description field in the Armor database.


• Skill names are pulled from the Skills database based on the IDs used in your "<skill: x>" or "<skills: x;y;z>" notetags.


• AP progression values are pulled from the referenced skills' note boxes using the "<ap: x>" notetag.


So if a Materia has no description, or if the referenced skills are missing names or AP notetags, the scene may have little or no text to display.


Could you check one of the Materia that isn't displaying correctly and verify that:


- The Materia has a description in the Armor database.

- The skill IDs in its notetags point to existing skills.

- Those skills have names set.

- Those skills have "<ap: x>" notetags if you're using AP progression.


Also, since you're using VisuStella plugins, please try moving the Materia plugin near the bottom of your plugin list (below all  plugins) and see if that changes anything.

You can also add me on discord and send me a screenshot of the issue;

@paradajz93

Okay that was super helpful. My mistake was that I had just named the Materia but hadn't put the name into the description. I had also written the AP into the Materia, not into the skill. 

Thank you! You were super helpful. I'm going to rate you 5 stars!

Thank you very much!  I am glad i could help :)