Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

mansionCategory, prisonCategory, farmCategory, awayCategory

They are all GUI controls that were added for v1.0 of Strive.
https://itch.io/post/1996539

(1 edit)

Thank you for your response. Unfortunately another problem has arisen. When it gets to race selection, the race list isn't even there.

SCRIPT ERROR: getsexfeatures: Invalid get index 'expansionsetup' (on base: 'Node (globals.gd)').
          At: res://files/scripts/assets.gd:133
SCRIPT ERROR: newslave: Invalid get index 'expansionsetup' (on base: 'Node (globals.gd)').
          At: res://files/scripts/characters/constructor.gd:88
SCRIPT ERROR: _ready_newgame_creator: Invalid call. Nonexistent function 'cleartraits' in base 'Nil'.
          At: res://files/scripts/mainmenu.gd:283
SCRIPT ERROR: _newgame_creator_reset: Invalid set index 'memory' (on base: 'Nil') with value of type 'String'.
          At: res://files/scripts/mainmenu.gd:336
SCRIPT ERROR: _stage4: Invalid set index 'race' (on base: 'Nil') with value of type 'String'.
          At: res://files/scripts/mainmenu.gd:706

It could be entirely my fault though. I'm not familiar with coding at all.

(1 edit)

Adding mods does not require knowledge of coding, but Strive is VERY strict about its file paths.

Basically you have the same problem as this: https://itch.io/post/2005618

If you tried to apply the mod, then the problem is the path. This path should exist if you've done everything correct (replace USER_NAME as relevant). Edit: assumed Windows, if not, then replace the path before "\Strive\" with relevant path for user's app data.

"C:\Users\USER_NAME\AppData\Roaming\Strive\mods\AricsExpansion\info.txt"

It seems to be working now. I believe I just had it one too many layers deep. Thank you very much for your assistance. It is much appreciated. I believe it should all be working now. Thank you again.