Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

I'm trying to think about what could cause this.  There's one problem for sure - the Snowrisu should be dead forever.  Did you also kill the Snowrocco?  (A second one should show up.)  After they're both dead, a second cutscene should occur - the camera should scroll to the right, open the gate, then bring the camera back.  Also after that, the character should be able to walk through the gate and the rest of the level should be within camera view now.

I just tested this on firefox on itch.io, and the snowman fight works as intended in this browser setup.  I did notice a bug where the "powerup" at the end was not working as expected - it's supposed to move around as a demonstration of how it works, but the powerup is motionless.  I didn't see any errors to explain that one, I'll have to keep looking.

Hmm. I'm clueless as usual. Snowrisu dead. What? Snowrocco. What? I didn't kill the snowrisu - I just tried to escape through the 2nd gate. Am I suppose to lure him to a laser or something? Maybe I'll try that. (Sorry, didn't try windows - but maybe the browser isn't the issue.)

OK, everything** including cutscenes seems to work great. I just needed a hint to get moving. Too bad I didn't capture the Bosses have been defeated screen. Wow there is a lot of new stuff in this level, even if one ignores the time involved in creating the level itself. The Ground Power, and the one-way slides... It is gonna take me a while to get 42 souls - I only got up to 19 so far I think.

**except for saving the state

If it helps, the game state data is stored in "local storage" (localStorage).  I'm not sure if your settings manager would have an option to add an exception for that.  It might also be true that the url that hosts the cookies, local storage, and everything else is not itch.io - it's some sort of content-hosting domain (hwcdn.net for me, at least right now).

Here are some notes before I forget. More research required.

  1. read your message about site data
  2. unchecked "delete cookies and site data on close"
  3. launched game
  4. Game started after gate1, but with 0 souls
  5. got 4 (more) souls
  6. quit and closed browser
  7. restarted
  8. state and (4) souls were correct.
  9. firefox reports 7 cookies from itch.io
  10. firefox reports storage only from the 3 sites I always have
  11. closed and reopened browser.
  12. told browser to selectively delete cookies from itch.io
  13. game still started in correct location with 4 souls.
  14. deleted itch.io exception and checked the "delete on close" box
  15. restarted browser.
  16. starts after gate1 with zero souls.

started firefox as gamerb (different linux user). Still starts after 1st gate. Didn't expect that!

Could be red herring though. Firefox seems to have config issues when started from command line as gamerb. Same error message over and over.

(firefox:7322): dconf-CRITICAL **: 09:59:50.291: unable to create directory '/run/user/1000/dconf': Permission denied.  dconf will not work properly.

(itch: all these cute formatting widgets and no [code] option?)

Laptop/win10/Edge 90.something. Starts (drum roll) after 1st gate with zero souls. (!!) Didn't expect that. Must be storing part of it on the server side, or in "the cloud", based on [IP address] or - dunno clueless.

I was gonna say "might want to consider a reset-game option at some point". From my pov this little experiment bumps the priority up a little bit.

Dunno how you puzzled out hwcdn. Edge does show 67 bytes stored there, while Firefox didn't show it at all. I'll try deleting that after I post this.

(1 edit)

Deleted all data; cookies, cache, the whole #! from Edge. Still after first gate, zero souls on launch. Tried twice with same result.

(Almost off topic: At first I left Edge nearly in the default condition, including the startup page. This results in around 100 cookies as soon as I start the browser! Once I changed the start page to point to my internal server, I was able to check after start and see zero cookies.)[Edit: changing the startup page had no effect on what I would call the home page - MS calls it the new tab page. Seems I can make only cosmetic changes to that. From some reason I'm reluctant to call it adware. Dunno why - that is how it behaves.

This was a mistake I made when testing the "gate is unlocked in boss fight" bug.  I made the boss fight the default starting level and forgot to change it back, so a fresh game would be starting there.  It's been fixed back to the proper first level now.