Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

kkaiy

2
Posts
3
Following
A member registered Sep 14, 2022

Recent community posts

Minor bug report. I believe:

elif globals.state.nonsexactions > 0 && researcher.dailyevents.count('assistedresearch') < 0:

should be:

elif globals.state.nonsexactions > 0 && researcher.dailyevents.count('assistedresearch') < 1:

(or)

elif globals.state.nonsexactions > 0 && researcher.dailyevents.count('assistedresearch') == 0:

Otherwise, one can never assist on crystal research.

(4 edits)

I'm encountering the same. Clean install of public win64 1.0d, user data likewise cleaned, start game to repopulate user data, exit game, unpack the bugfix and expansion mods to the proper directory, start game, activate just the bugfix mod, exit game, start game, activate just the expansion mod (after bugfix mod in list), exit game, start game, CTD.

Log shows:

**ERROR**: Method failed. Returning: RES()
   At: core/io/resource_loader.cpp:286:_load() - Method failed. Returning: RES()
**SCRIPT ERROR**: Parse Error: Expected an indented block after "else".
   At: user://mods/AricsExpansion/customScripts/expansion.gd:2204:GDScript::reload() - Parse Error: Expected an indented block after "else".
**ERROR**: Method failed. Returning: ERR_PARSE_ERROR
   At: modules/gdscript/gdscript.cpp:599:reload() - Method failed. Returning: ERR_PARSE_ERROR