Skip to main content

On Sale: GamesAssetsToolsTabletopComics
Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

I realise I didn't answer the other question. Basically it's all generated programatically. The fighters are all the same gameobject which is fed info from a master script. The outfits are based on a list of Vector 2s for example with x for style and y for colours way. These are assigned at birth and revealed as the burden grows. Hair/skin/beard colour too. The Moves you collect are all Vector 4s that are randomly generated when you pick a box and then added to the specific Quarreler's list. Basically there is a very large amount of lists going on behind the scenes. A burden of lists! When you select a Quarreler the id information is sent ahead to the relevant gameobjects on the other stages and they clear the previous set up and update to be dressed right etc. Does that make sense?

Ah, that’s pretty cool!