Skip to main content

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

Hi,

I briefly tried this, and have noticed a couple of technical issues.

Firstly is that if I come back to the game, I can't seem to type any commands. Not sure if this is because of the scripts you applied over the compiled adventuron game or not. UPDATE: It seems that the script seems to not focus on the command line text box when you reload a game, so when reloading, the text a player types goes nowhere. This may frustrate players to the point of quitting. I do recommend disabling your command logging API for this reason, and generally speaking, players would not expect that their inputs would be recorded, even if anonymised.

The second problem is that you seem to have configured the game to run inside the Itch window as an IFrame, which is not in accordance to the guide that should have been presented to you when you were submitting the game.

Please pay attention to sections 9E, 9F, 9G and make sure that you select that the game should start in full screen mode, and if on mobile, in portrait orientation.

https://itch.io/jam/cavejam/topic/543846/tutorial-uploading-your-adventuron-game...

The music is very atmospheric, and I'll try to figure out how to make some inroads into the game shortly.

Chris

(2 edits)

Thank you for your feedback. I will disable script and change configs, missed this.

UPD. Fixed. No data sending now and config was changed. Is it working ok now?

UPD. If you are talking about returning from the game page with "Restore game" button then it's not focusing in most of submitted games.

I often lost focus when I switched to full screen mode.

Please explain what do you mean?

When I clicked on the icon, at the bottom right, to switch to full screen mode, I couldn't do any keyboard input.

It's very strange. I've definitely disabled this button, because Adventuron already said about it. Try to refresh the page with Ctrl+F5/CMD+R.