Skip to main content

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

Hey! Thanks for the help. I just wanna clarify a few things before commit to it, I hope its ok. 

1. Its for a 1bit pixel art game, can I customize all the windows, shapes and fonts to the ones I want to, or I'll need to delve into the code? 

2. Can I remove or edit options in the main menu, like removing the Enziklopedi option?

3. Is it possible to use itens outside the battle non pokemon related, like a teleport scroll or something like that?

4. Can I alter or even add new 'pokemon' status and types?

(1 edit)

1. You can edit all like window size/window bg, font in parameter plugin manager

2. Yes, the monster dex/encyclopedia is a separate system that you have to call up, so, if you don't want to use the encyclopedia, you don't need to trigger it via a script call. The encyclopedia is like the Pokédex system you get from the professor.

3. Yes, you can use items that are not for Pokemon, such as teleportation scroll etc.

4. Yes, you can change the type or name, but by default, the type currently follows the Pokémon format, so you might need to edit the “string name” section in the PKMN_Core plugin to change this. So you might need to edit a few lines of the plugin's script

Maybe you could take a look at the PKMN_Documentation.html file I’ve attached to my Itch page first. That way, you can get an idea of how the plugin works. 

Thank you for the help. I've read all the plugin documentation and its really a robust and well done plugin. 

There is one last thing I tried to search over the web and it tells me that would crash the menu:

What happens if I wanna use a show choices command on the map item menu? It works normally? Its needed for the main mechanic of the game.

I know I did a lot of questions but I promise this is the last one before deciding to acquire the tool.

Do you mean put choice in map menu? If that’s what you mean, for now the map menu only displays your location. So when you open the map, it only shows a marker indicating where you are.

if you want to add a selection system/chooce to the map, you can edit the script for that map plugin.

I hope my explanation helps. And it’s okay if you have questions, that’s normal, and I understand. I’ll do my best to answer your questions. 

I'm refering to the "show choices" command in the rpg maker native engine. I want to give an item two or more options of usage, but I don't know if this works with your custom menu. 

Show choice with event is work normal, However, the hold item system for Pokémon isn't available yet.

So, if I want to use an item in the menu and I call "show choices" it will work?

for use item is still use default system mz, u do not need show choice event

(1 edit)

I'm sorry, I wasn't very clear. Its for a "book item" that add a monster to party or show a picture. Thats why I need show choices. If its not possible if I deactivate the "PKMN_MainMenu", the plugin still works?

Yes still work, just dont call itu, like u play pokemon, don't give player pokedex