Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags
(1 edit)

Hi, I have a bug when I hunting on the sea, I dont know that this bug get report yet
and if I want to try and fix it myself, what should I edit?

Aric's Expansion v1.5

SCRIPT ERROR: buildenemies: Invalid get index 'nereidgroup' (on base: 'Dictionary').

          At: res://files/scripts/exploration.gd:504

SCRIPT ERROR: encounterdictionary: Invalid get index '0' (on base: 'Array').

          At: res://files/scripts/exploration.gd:2298

SCRIPT ERROR: maintext_set: Invalid set index 'bbcode_text' (on base: 'RichTextLabel') with value of type 'Nil'.

          At: res://files/scripts/Mansion.gd:204

SCRIPT ERROR: enemyinfo: Division By Zero in operator '/'.

          At: res://files/scripts/exploration.gd:443

(+1)

That feature was not fully implemented in 1.5a, so the best solution is simply to remove it. In explorationregions.gd you should be able to find 'nereidgroup'. Simply delete the entry it is apart of with the comma.

,{value = 'nereidgroup', weight = 1}

If you make the change in the mod folder, then you will need to re-apply the mod.

Thank for the replied, your fix seem to be working!