Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

Thanks for your patience and your detailed report! All of the issues you describe here should be fixed in the new v1.1.0.

Thanks for the fixes!


I have noticed that, in the selling interface, unidentified owned items still display additional information in their sidebars.

Also got another inventory-related crash (I do not remember exactly but it happened when trying to re-wear a mask after molting).

```

Unhandled exception. System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. (Parameter 'index')

   at System.Collections.Generic.List`1.get_Item(Int32 index)

   at Crablike.Displays.InventoryScreen.RenderScreen() in C:\Users\User\source\repos\Crablike\Crablike\Displays\InventoryScreen.cs:line 636

   at Crablike.Displays.InventoryScreen.ProcessKeyboard(Keyboard keyboard) in C:\Users\User\source\repos\Crablike\Crablike\Displays\InventoryScreen.cs:line 282

   at SadConsole.Host.Game.SadConsoleGameComponent.Update(GameTime gameTime)

   at Microsoft.Xna.Framework.Game.SortingFilteringCollection`1.ForEachFilteredItem[TUserData](Action`2 action, TUserData userData)

   at Microsoft.Xna.Framework.Game.DoUpdate(GameTime gameTime)

   at Microsoft.Xna.Framework.Game.Tick()

   at Microsoft.Xna.Framework.SdlGamePlatform.RunLoop()

   at Microsoft.Xna.Framework.Game.Run(GameRunBehavior runBehavior)

   at Microsoft.Xna.Framework.Game.Run()

   at SadConsole.Game.Run()

   at Program.<Main>$(String[] args) in C:\Users\User\source\repos\Crablike\Crablike\Program.cs:line 14```

I have also noticed the following potential issues:

- "go to stairs" seems to path through unknown secret doors

- in DataFiles, I see a weapon corresponding to what the boss Ch. is wielding, so it appears that he should drop that weapon, but he does not

- it also seems that going to the entrance to the game after killing that boss should display a special message, but it did not do so for me

- I had no idea how to go through the gate in that boss room (I did go through it but I am not sure it was the indended way), and the following area seemed unwinnable without revive.  The items that I think might be related are the "abyssal pearl" (which I had but it did not seem to do anything), and the aforementioned weapon (I see it gave resistance so maybe with two other quest items giving similar resistances it could make that area bearable)

- when I am killed by a monster while using a spiked shield, the game seems to display a message about the enemy being killed by the shield, and then a redundant message about me being killed, while revive shows that the enemy was not actually killed