Skip to main content

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

wondering if theres any plans to add the races from arics mod to the editor now that both the versions of arics mod for both games have the arics races?

That can be accomplished with editing the settings.json file

I'd have to look up what the new races in Aric's Mod are to do it myself

appreciate it

(2 edits)

   i got all the races done, atleast for whats stated to be in the conquest version of aric's mod

    { "Name": "Giant", "Regex": "Giant", "Tag": "Giant"}

    { "Name": "Ogre", "Regex": "Ogre", "Tag": "Ogre"}

    { "Name": "Gnoll", "Regex": "Gnoll", "Tag": "Gnoll"}

    { "Name": "Lizardfolk", "Regex": "Lizardfolk", "Tag": "Lizardfolk"}

    { "Name": "Avali", "Regex": "Avali", "Tag": "Avali"}

    { "Name": "Boggard", "Regex": "Boggard", "Tag": "Boggard"}

    { "Name": "Beastkin Mouse", "Regex": "BeastkinMouse", "Tag": "BeastkinMouse"}

    { "Name": "Beastkin Squirrel", "Regex": "BeastkinSquirrel", "Tag": "BeastkinSquirrel"}

    { "Name": "Beastkin Otter", "Regex": "BeastkinOtter", "Tag": "BeastkinOtter"}

    { "Name": "Beastkin Bird", "Regex": "BeastkinBird", "Tag": "BeastkinBird"}

    { "Name": "Beastkin Rat", "Regex": "BeastkinRat", "Tag": "BeastkinRat"}

    { "Name": "Beastkin Sheep", "Regex": "BeastkinSheep", "Tag": "BeastkinSheep"}

    { "Name": "Halfkin Mouse", "Regex": "HalfkinMouse", "Tag": "HalfkinMouse"}

    { "Name": "Halfkin Squirrel", "Regex": "HalfkinSquirrel", "Tag": "HalfkinSquirrel"}

    { "Name": "Halfkin Otter", "Regex": "HalfkinOtter", "Tag": "HalfkinOtter"}

    { "Name": "Halfkin Bird", "Regex": "HalfkinBird", "Tag": "HalfkinBird"}

    { "Name": "Halfkin Rat", "Regex": "HalfkinRat", "Tag": "HalfkinRat"}

    { "Name": "Halfkin Sheep", "Regex": "HalfkinSheep", "Tag": "HalfkinSheep"}

when i put these in the settings the editor unfortunately wouldn't start so i dont quite know what i should do next

EDIT: nevermind i fixed it i forgot to put commas between each set