Skip to main content

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

When extracted the mod is inside a folder named "AricsExpansion v0.9.1", but the game is looking for a folder named "AricsExpansion". Simply rename the mod folder and it will work. If you don't install with the new mod folder name, the active mod list will be incorrect, but this will not affect gameplay.

Edit: There is another error, the 'shaliq' and 'umbra' reputations were not included in a secondary dictionary named "ghostrep". In globals.gd line 696, it should be:

var ghostrep = {wimborn = 0, frostford = 0, gorn = 0, amberguard = 0, shaliq = 0, umbra = 0}

Also, I've already informed him about the mod size, it should be fixed soon.

(1 edit)

Which globals.gd? In the "Put in Strive Game files"?

My line 696 for that is    if father == null:

ghostrep for me is at line 533 var ghostrep = {wimborn = 0, frostford = 0, gorn = 0, amberguard = 0}

Sorry, I forgot there was more than 1 globals.gd file. I was talking about the one in the Strive folder after the mod has been applied. If you change the one in the mod folder, you will need change the one at the highest level(inside the folder that should be named "AricsExpansion") and apply the mod for it to take effect. Changing the one in "Put in Strive Game files" will have no effect at all.

Fixed thanks! Not receiving any error at the moment.