Skip to main content

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

Hi, I followed the instructions that you gave, and after I put the mod into the game and I restarted it these errors pop up. I can't click any most buttons and cannot start a game. Is there any way to fix this?, I hope I'm not being too much of a bother.

          At: res://files/globals.gd:965
ERROR: reload: Method/Function Failed, returning: ERR_PARSE_ERROR
   At: modules/gdscript/gdscript.cpp:580
ERROR: Script does not inherit a Node: res://files/globals.gd
   At: main/main.cpp:1557
SCRIPT ERROR: _init: Invalid get index 'gameDir' (on base: 'Nil').
          At: res://files/scripts/mods/modpanel.gd:4
SCRIPT ERROR: scanfolder: Invalid call. Nonexistent function 'dir_exists' in base 'Nil'.
          At: res://files/scripts/mods/modpanel.gd:85
SCRIPT ERROR: _ready: Unable to iterate on object of type  Nil'.
          At: res://files/scripts/mods/modpanel.gd:43
SCRIPT ERROR: _ready: Invalid get index 'rules' (on base: 'Nil').
          At: res://files/scripts/options.tres.gd:53
SCRIPT ERROR: run: Invalid get index 'modfolder' (on base: 'Nil').
          At: res://files/constmodinstal.gd:10
SCRIPT ERROR: _ready_system_check: Invalid get index 'gameversion' (on base: 'Nil').
          At: res://files/scripts/mainmenu.gd:152
SCRIPT ERROR: _ready: Invalid call. Nonexistent function 'clearstate' in base 'Nil'.
          At: res://files/scripts/mainmenu.gd:139
SCRIPT ERROR: _newgame_creator_reset: Invalid set index 'player' (on base: 'Nil') with value of type 'Nil'.
          At: res://files/scripts/mainmenu.gd:335
SCRIPT ERROR: _advance_stage: Invalid get index 'rules' (on base: 'Nil').
          At: res://files/scripts/mainmenu.gd:533
SCRIPT ERROR: show: Invalid get index 'setfolders' (on base: 'Nil').
          At: res://files/scripts/mods/modpanel.gd:484
SCRIPT ERROR: _on_applymods_pressed: Invalid get index 'developmode' (on base: 'Nil').
          At: res://files/scripts/mods/modpanel.gd:218
SCRIPT ERROR: saveconfig: Invalid get index 'gameversion' (on base: 'Nil').
          At: res://files/scripts/mods/modpanel.gd:135

It's difficult to figure out the source of the problem from the errors posted because the top portion is cut off and all of those errors are secondary errors. Think of it like an avalanche of errors that grows larger the more it tumbles through the program. The errors you posted only show the mess afterwards and not the cause.

Common errors are using Strive v1.0a as a base instead of v0.5.25 (or the "pre-merged" version of Arics), using the wrong files from the mod folder to patch the game if not using the "pre-merged" version, or having the mod folder in the wrong position. Strive is VERY strict about where it expects mods to be located; unless you changed the setup, your Strive AppData should have this exact path to the info.txt file "\Strive\mods\AricsExpansion\info.txt".