Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

ꜱᴩʀɪᴛᴇ➀

22
Posts
7
Topics
2
Followers
5
Following
A member registered Mar 02, 2018 · View creator page →

Creator of

Recent community posts

(3 edits)

A little bit of both but mostly the latter. Currently, the way to do the latter is to make an additional call to my own server which will use my personal API key (which has access to games I create) and counter check it with the user's basic profile info

Right now, it's either you only request for basic profile information, or you request literally everything about their account. In my opinion, there should be a middle ground where you only request to see their basic profile information and the owned games in their library, not the games they have edit access to.

(1 edit)

Just want to report a small issue with the NSFW landing page. When enabled, it says:

"ProjectName may contain content mature content, or may not be appropriate for viewing at work."

(Emphasis mine)

(1 edit)

I totally get what you mean, I'm more just pining for that auto generated rating image 😛 Something that will generate this kind of badge on the game page. (But obviously not the ESRB one, something that's custom design by itch)

Just fanning my vanity I guess 😅

(1 edit)

GameJolt has a set of radio buttons where they ask the developers to self-rate their games and depending on the selected options, there's a corresponding "rating" image generated along with the contents of the game ala ESRB ratings. Might be worth a look.

Here's a screenshot:

https://screenshots.firefox.com/BXJIoWs4l2uk71t0/gamejolt.com

You can check the contents of the demo, it has `data.win` which is used by GameMaker: Studio

Yay, redownloaded the game and I'm going to transfer my progress over 👍

It seems they're using GameMaker: Studio

Can't wait for v25! 👍

Ohh so it's caused by using WinRAR archive. Okay thanks!

Some games, after it gets downloaded, turns to this instead of being installed.


No matter how I click on Install, it just loads for a bit then goes back to that state.

As everyone has already said, this is so well done! I had to stop playing for now because I have other stuff to deal with so the ability to save any time is also a major bonus. If I had to suggest something though, it would be to add a built in brightness option in-game. Because my screen is already at the max brightness and I still can't see the logo that's supposed to be barely visible.

Other than that, this is some top quality game right here 👍

Oof, you're right, my bad!

When I set an HTML project to "automatically start on page load", it still shows the "Run" button either way.

Hi very awesome game! Can you fix the compatibility with the itch.io app? Because when I try to open the game there it says "Not available on Windows"

Hi there, the controls fine and the pixel art looks nice but the problem is the camera placement seems off most of the time and the environment should have more apparent visual feedback (the spikes at the start were hard to notice) plus, the combat is a bit loose(?), when I hit the enemy I expect them to react somewhat to my attack not continue plowing through my attacks as if it doesn't affect them.

Nice, thanks! Looking forward for 25 to drop. 🎉

(4 edits)

Sure, here's a test I uploaded. It's set to restricted but I'm sure admins can still see it. 😋 made it public for less hassle

https://sprite-1.itch.io/html5test

It works when opened on a browser but when I try to open it from the client, it doesn't load. I thought it was serving the files directly using `file://` because this same behavior (it not working) can be observed when opening the HTML file of the game locally. 

(2 edits)

Some HTML5 games like those made in Godot have trouble running when directly opened locally.

Right now, the itch.io client seems to just download the files and extract them to a directory then opens it directly from there. My suggestion is, when the user tries to launch a downloaded HTML game, spin up a local web server in that game's folder and load the path

http://localhost:<somerandomportforthegame>

in the pop out window instead. Of course when the game is closed, the local web server should be terminated as well.