Skip to main content

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

The Second One isn't a big problem, mostly because the game does have the code that allow to syncronize both the portrait and the body if they have the same tags. my problem is mostly that, when i add a custom race in the json file, the game doesn't recognize the folder that is made. 

i think that my problem is that im missing what is the correct tag of the custom race. to put a example

{ "Name": "Tribal Elf", "Regex": "TribalElf", "Tag": "TribalElf"}, 

is how the portrait editor reads the base game races, but when i try to add a custom race using this same pattern, i think that im doing a mistake, perhaps im writing the tag wrong or something