Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

Race Selection

A topic by katycrab created Jan 07, 2024 Views: 99 Replies: 4
Viewing posts 1 to 2

Hey there, is there a way I could cause RPG Maker to understand if the player is selecting a different head shape (say going from having human head to having a lizard head) that it is a different race? For example, after body_human_male_011, you wind up going to body_lizard_male_001 and somewhere in the game, NPCs treat you as a lizard?

I think if the plugin were to be able to update a variable, I could do it. :) Is that a function the plugin has and I am just missing it?

Developer

Hi there!

I guess in your example, you are creating a single generator with multiple races, right? Currently, the only way you can do this is to create a different generator for each race on the plugin parameter. Then, for example,  create a show choice and let the player choose what race he wants to be. According to the choice the player chooses, you open a different generator for each race.

Hihi! Thanks for the quick reply! Hmm. I failed to realize I could make multiple generators, but that should work. To make sure I'm looking in the right place, would this be how I make multiple generators? (Attached image)

Developer

Yeah, exactly! As you can see on the screenshot you have 3 different types of generators.

(+1)

Thanks so much, Hakuen! :D