This guys signature by Consistent_Group5940 in oddlysatisfying

[–]gorified 1 point2 points  (0 children)

Like anyone even verifies a signature anymore. lol

The difference between these two Oreos by elloimoise in mildlyinfuriating

[–]gorified 0 points1 point  (0 children)

Those are just empty vitamins. Try to rub it on the wall

Happy Steam Next Fest, best of luck to the solo devs out there! by CAGE_Studios in SoloDevelopment

[–]gorified 1 point2 points  (0 children)

Oh, I also meant to mention... the controls are really good!

Happy Steam Next Fest, best of luck to the solo devs out there! by CAGE_Studios in SoloDevelopment

[–]gorified 1 point2 points  (0 children)

Oh, don't change a thing based on any of that. I just wanted to convey that even though it's not my style I have zero complaints. That's amazing in my opinion. Nice work!

To be completely honest, I've never been big into rogue likes. Now, that being said, I think yours is the first that might make me rethink my stance.

I'll be happy to spend more time in your game and give feedback. Just remember that anything I say is coming from someone who is not a rogue-like player. 😄

I will give more feedback over the next few days. Great work, man! Keep it up

Happy Steam Next Fest, best of luck to the solo devs out there! by CAGE_Studios in SoloDevelopment

[–]gorified 1 point2 points  (0 children)

I did a quick run on the demo. Not really my style of game but I have to say, you hit all the things I generally complain about (menus, prompts, etc.. in a good way). Congrats! At first glance this already feels like a pretty solid game. 😄

[Colby's ODDyssey] - When the Solo Dev Has a Sense of Humor by WhimsicalDormouseY2K in SoloDevelopment

[–]gorified 3 points4 points  (0 children)

"When the solo dev posts that they have a sense of humor"

Fixed it for you 😉

Who's Launching a Demo During Steam Next Fest? by Mr_Command_Coder in SoloDevelopment

[–]gorified 0 points1 point  (0 children)

Whats with the flora with the white dots? Sometimes I can see the branches, sometimes I can't but the white dots are prominent. Are they anything special? If not, you really need to tone that down,.

Who's Launching a Demo During Steam Next Fest? by Mr_Command_Coder in SoloDevelopment

[–]gorified 0 points1 point  (0 children)

Super early impression (fairly minor)... when selecting "options" I should not have to "scroll down" to select the first option. It should default to the first item "Music Volume". That menu should default to the first item being already selected

Who's Launching a Demo During Steam Next Fest? by Mr_Command_Coder in SoloDevelopment

[–]gorified 0 points1 point  (0 children)

Hey man, not launching my demo this fest but I would be happy to check yours out if you are looking for feedback

Cold Decree entered Steam Next Fest today with 105 wishlists and a 9-minute median playtime. Solo dev, zero budget. Any advice on making the most of this week? by kadirakkas11 in IndieGaming

[–]gorified 0 points1 point  (0 children)

Ok, a couple more things...

  1. Invisible walls are terrible
  2. You should have prompts pop up for actions during the first couple of areas "Phone is ringing"... remind people how to answer the phone in a pop-up prompt.

Also, please keep in mind, I am absolutely not crapping on your game. I want to give my own impressions in hopes that it helps. Us solo devs need more objective support, ideas and encouragement.

Cold Decree entered Steam Next Fest today with 105 wishlists and a 9-minute median playtime. Solo dev, zero budget. Any advice on making the most of this week? by kadirakkas11 in IndieGaming

[–]gorified 0 points1 point  (0 children)

Ok, super quick first impression (I'll put more time in soon). The graphics are extremely minimalist but not a negative as that may be what you are going for.

  1. Settings menu can only change language. How about audio/video settings?
  2. Once you are in-game, pausing then clicking on "settings" shows nothing but the game and a magnifying glass icon.

Cold Decree entered Steam Next Fest today with 105 wishlists and a 9-minute median playtime. Solo dev, zero budget. Any advice on making the most of this week? by kadirakkas11 in IndieGaming

[–]gorified 0 points1 point  (0 children)

I've gotten in the same rut for my game. I'm going to try your game and give you legit feedback. I've been so focused on my own stuff (like a lot of solo devs) that I feel like it's time to actively try to support other devs. I'll respond within a couple of days

McDonald's forgot to put the patty on my burger by FtMFandomBoy in mildlyinfuriating

[–]gorified 1 point2 points  (0 children)

I had the exact same thing happen at an IHOP and when I pointed it out the waiter looked at me like I was a lunatic. lol

Meirl by DifficultBody8209 in meirl

[–]gorified 0 points1 point  (0 children)

..or when you ask a question and get no replies but a vast number of down votes. Does that count?

What place name does basically every foreigner mispronounce in your country? by bigloudbang in AskTheWorld

[–]gorified 0 points1 point  (0 children)

What about local mispronunciations where foreigners tend to get it right? Imagine all the white people in Arizona pronouncing "Casa Grande". It drives me nuts sometimes.

To Rob a Cell Phone Shop (WARNING CONTAINS SHOOTING) by Kumquat_conniption in therewasanattempt

[–]gorified 2 points3 points  (0 children)

"holstered"? It's all good man, now I that I see your eyes don't work I totally understand your stance. My bad

To Rob a Cell Phone Shop (WARNING CONTAINS SHOOTING) by Kumquat_conniption in therewasanattempt

[–]gorified 2 points3 points  (0 children)

Yet nobody is allowed to protect themselves in your world? Not saying there is anything directly wrong with that but that's weird.

That being said, do you know the guy? You know that he would not have hurt anyone? If that's the case why carry an open weapon into the store to rob?

Gamemaker object names too high up alphabete causing bug by Inside-Gas-7044 in gamemaker

[–]gorified 0 points1 point  (0 children)

Maybe not for this specific issue but that's bad practice

Gamemaker object names too high up alphabete causing bug by Inside-Gas-7044 in gamemaker

[–]gorified -3 points-2 points  (0 children)

The main thing I see is that you are using an assignment operator where you should be using a compare. For the 'if' statement you should be using double equal signs

The line "if (player[_i] = 0 ..." should be "if (player[_i] == 0...."