Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

Hellfire8100

5
Posts
1
Topics
6
Following
A member registered Oct 11, 2020

Recent community posts

Having that issue myself. Also having the issue that the down button is constantly active, making moving about a little more annoying, especially when trying to fire

Ite thanks for that.

Just started to get back into S4P but with two mods, Alriks and Expanded Sex. Upon reloading the game after activating these mods, the game fails to boot with the log showing;

**SCRIPT ERROR**: Parse Error: Error parsing expression, misplaced: var
   At: res://files/scripts/abilities.gd:37:GDScript::reload() - Parse Error: Error parsing expression, misplaced: var
**ERROR**: Method failed. Returning: ERR_PARSE_ERROR
   At: modules/gdscript/gdscript.cpp:599:reload() - Method failed. Returning: ERR_PARSE_ERROR
**SCRIPT ERROR**: Parse Error: Error parsing expression, misplaced: var
   At: res://files/scripts/gallery.gd:126:GDScript::reload() - Parse Error: Error parsing expression, misplaced: var
**ERROR**: Method failed. Returning: ERR_PARSE_ERROR
   At: modules/gdscript/gdscript.cpp:599:reload() - Method failed. Returning: ERR_PARSE_ERROR
**SCRIPT ERROR**: Parse Error: Error parsing expression, misplaced: var
   At: res://files/scripts/combatdata.gd:10:GDScript::reload() - Parse Error: Error parsing expression, misplaced: var
**ERROR**: Method failed. Returning: ERR_PARSE_ERROR
   At: modules/gdscript/gdscript.cpp:599:reload() - Method failed. Returning: ERR_PARSE_ERROR
**SCRIPT ERROR**: Parse Error: Variable "parent" already defined in the scope (at line 762).
   At: user://mods/AricsExpansion/scripts/aricsexpansion/expansion.gd:830:GDScript::reload() - Parse Error: Variable "parent" already defined in the scope (at line 762).
**ERROR**: Method failed. Returning: ERR_PARSE_ERROR
   At: modules/gdscript/gdscript.cpp:599:reload() - Method failed. Returning: ERR_PARSE_ERROR
**SCRIPT ERROR**: Parse Error: Variable "cattle" already defined in the scope (at line 311).
   At: user://mods/AricsExpansion/scripts/aricsexpansion/expansionfarm.gd:377:GDScript::reload() - Parse Error: Variable "cattle" already defined in the scope (at line 311).
**ERROR**: Method failed. Returning: ERR_PARSE_ERROR
   At: modules/gdscript/gdscript.cpp:599:reload() - Method failed. Returning: ERR_PARSE_ERROR
**WARNING**: BaseButton's Enabled Focus Mode property has been deprecated due to redundancy and will be removed in Godot 4.0. Please use Control.set_focus_mode instead.
   At: scene/gui/base_button.cpp:329:set_enabled_focus_mode() - This method has been deprecated and will be removed in the future.

If anyone knows a fix do tell.

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

Cant create a new character at all. Game fails to pass the race section as all the options are gone. The Script feedback gives these errors.


OpenGL ES 2.0 Renderer: GeForce 940M/PCIe/SSE2
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
SCRIPT ERROR: _on_raceconfirm_pressed: Invalid get index 'race' (on base: 'Nil').
          At: res://files/scripts/mainmenu.gd:808

Any clue on how to fix this?