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