Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

Your errors exactly match this one https://itch.io/post/2005618. Thus your problem is related to failure to apply the mod through the mod system. As my reply to that briefly post states, this issue can happen from simply forgoing the application of the mod or if the path to the mod is incorrect.

If you applied the mod in-game. then the path is probably wrong. Strive is VERY strict about file paths and any changes to folder names or the number of folder levels will break stuff. Typically people extract the mod into another folder and have the first path but should have the second path.

  1. /Strive/mods/AricsExpansion v0.9.7/AricsExpansion/info.txt
  2. /Strive/mods/AricsExpansion/info.txt

Simply fix the path and re-apply the mod.

Figured it out;

My pathing was correct in the first place the issue was the game kept de selecting the mod upon boot-up constantly. Just had to get a bit of luck for it to work

That just sounds weird, the mod system should never be luck based and the selection of the mod upon boot-up has no impact on the game functionality. It's just for appearances, though it probably means that there was some problems with either the mod system or the file system.

As long as you got it to work, I suppose that's fine.