Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

Viewing post in Bug

(1 edit)

Ahh hmm never looked at the second window because I never noticed it pop up :D  This is the error I found I will attempt to fix it: 

SCRIPT ERROR: GDScript::reload: Parse Error: Too few arguments for 'str' intrinsic function.
          At: user://mods/Constants/constantsmod.gd:22
ERROR: reload: Method/Function Failed, returning: ERR_PARSE_ERROR
   At: modules/gdscript/gdscript.cpp:580
SCRIPT ERROR: _ready: Invalid call. Nonexistent function 'new' in base 'GDScript'.
          At: res://files/scripts/mainmenu.gd:125

I don't usually go on Discord because of past problems I've had but if I can't fix this then I will go then. Thank you. 

Edit: Also what I meant by finding the line that was meantion in the previous posts I just meant the farmmana = 0  in every masionupgrade , masion and global files. Unless im missing one...?

The error means that your "Constants" mod in AppData is old and the code is no longer compatible with the current Godot engine. Either delete the folder or get the bugfix.  The original globals.gd file has the line "farmmana = 0," which only works for new progresses and evades the backwards compatibility problem of this thread.