Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags
(+1)

how do you guys go about making the clothes for the game? What’s the process behind editing the shirt template? I bet it’s possible to get a rudimentary custom clothing program for Asterion. You use the hotels magic to make him stuff all the time, this way, anyone at all could actually make him something and slap it in the directory with the other clothes Just one issue. 

there’s no way for him to acknowledge whatever it is you made in any natural way. 

(2 edits)

It's rather simple to create the art but slightly more complicated to implement in, first you need to make the assets, this means you need to make the clothing for each pose Asterion has, he has 4 poses, neutral, hunched, front and surprise/rage (surprise and rage share the same pose). once that has been  created you name the file in this format: *INSERT CLOTHING TYPE*_*INSERT POSE NAME*_*NAME OF CLOTHING*

for my flower crown mod I named my hat as "hat_neutral_flowers".  when implementing it into the game (simplifying this big time btw) each update is done like a script, from top to bottom it shows the entire update and you have to add code in the middle of this script like code to give the player the ability to choose it in the wardrobe. so a custom clothing program would be rather awkward to sort out because there isn't just a single piece of code that handles inserting every piece of clothing into the players wardrobe at once