Skip to main content

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

i've run into an issue where the main character permanently doesn't have boots, and the character model doesn't have boots or a hat. I have the hat as an item, and can equip it, but it doesn't show up on the character and i don't have boots as an item.

Hhi ^^ thanks for your feedback, friend 😀

Well, there is certainly a small glitch (which is not really a glitch but a lack of logics) when you equip a hat and not the shoes.

Sadly, RPGMaker's options to manage efficiently different outfits and variants for the character's graphics is quite reduced, so I provided an external custom plugin to introduce the capture and undress events, but it's limited to three states:

  • full dressed: Anne wears outfit and shoes
  • barefoot and accessories removed: When Anne has lost her shoes
  • and all clothes gone

So, in order to change the graphics, the way is by toggling or removing footwear and outfit.

Sadly, I have no way at the moment to implement the logics for other accessories, or even add the lingerie option.

I leave that for the new potential future project ideas, when focused on a single party member adventure 😉