Skip to main content

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

I dont find...

A topic by ruby928 created Aug 25, 2024 Views: 219 Replies: 15
Viewing posts 1 to 2

hey! I can't figure out how to add a characteristic like intelligence to a class, say the wizard... could someone tell me the procedure for this case? it would allow me to repeat the process for something else... thanks

Developer

Hi there!

Your answer is right on the help file, on the section "How to use". Did you read it? If you did, what part you didn't understand?

There you will find examples too. Another way to learn is to download my sample project and see how it is done there and compare with your current project.

Hello and thank you for your answer. Yes i read the tutorial but, the part who i don't understand is for add the Caracteristic ( like strenght, agility, etc.. ) to a class.

I don't understand the following step for it...

Developer

Did you try to see the sample project?

I don't know how can I explain better. The workflow to use the plugin, is to create the custom parameters you want(agility, strenght, etc...) on the plugin parameters. 


Then apply them with the note tags.

It's literally what is being said on the help file. So:

  1. Create the parameters on the plugin parameters.
  2. Create a template parameter configuration to add into the class via note tag. Or, apply the Parameter value directly using note tags.
(1 edit)

Hello man, first, i whant to thank you for helping me even if it's difficult i'm sorry about that.

Maybe cause im french and my english isn't perfect idk, i try to do this in different way but i can't... I will share u with picture, maybe you will can tell me what's wrong ? 

Developer

It's better if you use a template name that is differently from the custom parameter name.

Also, you need to fill the Custom Parameter List of the template, with all the others custom parameters too. Here you are putting only the Intelligence. Try fill them all. It must match the same amount of parameters that are created on the "New Parameters" plugin parameter.

Man idk not working for me.... maybe u can show me process of an example on ur rpg maker ?

Developer

Yeah, from your prints, I don't know how it is not working. How are you checking if it is working or not? How do you know it is not working?

If you want an example, you can just check the Sample Project link that is on the plugin page.

Download that project, go to the Custom Parameter map and test there.

On the Sample Project, everything is working, so you can open it and compare the events and plugin parameters. 

Otherwise, take that project you are using and upload it somewhere, then send that link for me. I will download and check it out.

(2 edits)

Hey man, 

I think you expect it to show up on the status menu right?  You should verify it by opening the console and try


Since I only set 1 custom param and added it on the class note