Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

Here are the results of my loading.

Load from the main menu:

onLoad running, save version = 36 index.html line 31442 > eval:1004:10
Forge puzzle should have been reset, new strength value = 1 index.html line 31442 > eval:1483:12


Reload 1:

onLoad running, save version = 36 index.html line 31442 > eval:1004:10
special index.html line 31442 > eval:1:9

_rand = 0 index.html line 31442 > eval:1:9

_rand adjustment triggered index.html line 31442 > eval:1:9

final _rand = -1 index.html line 31442 > eval:1:9

Forge puzzle should have been reset, new strength value = -1 index.html line 31442 > eval:1483:12

Reload 2:

onLoad running, save version = 36 index.html line 31442 > eval:1004:10
no special index.html line 31442 > eval:1:9

Forge puzzle should have been reset, new strength value = 0 index.html line 31442 > eval:1483:12

Reload 3:

onLoad running, save version = 36 index.html line 31442 > eval:1004:10
special index.html line 31442 > eval:1:9

_rand = 0 index.html line 31442 > eval:1:9

_rand adjustment triggered index.html line 31442 > eval:1:9

final _rand = -1 index.html line 31442 > eval:1:9

Forge puzzle should have been reset, new strength value = -1 index.html line 31442 > eval:1483:12

Reload 4:

onLoad running, save version = 36 index.html line 31442 > eval:1004:10
special index.html line 31442 > eval:1:9

_rand = 1 index.html line 31442 > eval:1:9

final _rand = 1 index.html line 31442 > eval:1:9

Forge puzzle should have been reset, new strength value = 1 index.html line 31442 > eval:1483:12




Alright, everything seems to be in order. Has the puzzle actually changed, or is it still stuck?

Its still stuck. I noticed that the random roll adjustment sometimes doesn't trigger, even though the strength value is 0.

Ohhh dear, that means the reset wasn't correctly applied. Fixing that will take some doing.

I noticed that the random roll adjustment sometimes doesn't trigger, even though the strength value is 0.

Even when there is no special? Under what circumstances?

Its the bit of code beneath reload 2, which also states that there is no special. There doesn't seem to be any particular circumstances that brings it about, I can get it randomly whenever I load a save.

Oh, sorry, I meant with special. 0 strength with no special should be fine.

Try it now.

Thanks! Whatever you did, Its allowed me to build a bridge now.