Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

LittleWhale

1
Posts
1
Following
A member registered 37 days ago

Recent community posts

    Hello, I am a NarrowOne player. I have encountered an issue that I believe may be a bug.

    Every time I play NarrowOne, I use the browser's Incognito Window. Upon logging in with my Apple account, the server transfers the saved account data to my browser. Upon inspecting the downloaded data, I found that although my account actually possesses a certain piece of equipment, it does not appear on the player client's browser UI, preventing me from equipping it. The absence of this equipment on the display also disables me from clicking the "equip" button.

    After checking the IndexedDB, I confirmed that the equipment does exist in the account data:

"cachedShopState" {ownedCoins: 41642, purchasedItems: Array(70)}

ownedCoins: 41642

purchasedItems: Array(70)

64: "carrotArrow"

65: "easterRabbitHat"

66: "mediumBowEasterEggsHandle"

69: "mediumBowEasterEggsTip"

    I believe this is a bug for the following reasons: if the purpose is to only allow players to use it during holidays, there is no need to save that the player owns a holiday-limited equipment in the server database. This not only wastes server storage space but also consumes unnecessary network traffic.

    Therefore, I suspect that after the holiday period, the means of acquiring the equipment needs to be hidden. However, consideration should also be given to whether players already own this specific equipment, as it appears to be causing the player's UI interface to not display it.