WackyToaster's Recent Forum Activity

  • You do not have permission to view this post

  • It's not shipped yet, there will be a stable release first, then the next beta cycle starts. So maybe in a week or two.

  • Yeah I saw the hint system, seems pretty good. I couldn't get it to work properly in version 1 either, but I got it running well in version 2.

    If the feedback in general was good, and your movement is fool proof, I guess you don't absolutely need it. Some of my levels defenitely also need some adjustments to make them overall require less steps. I've cut out a few at least and some will get those adjustments. I think such a feature in puzzle games makes more sense than in shmups though. If I were to make a shmup I wouldn't add a rewind, that seems weird an silly unless I also make it a core mechanic in general.

  • The game looks great though.

    Thx, funny though one consistent feedback was that the graphics are meh.

    Most issues were regarding the controls being sluggish, the lack of a "step-by-step rewind" feature and a lot of people thought it costs too much. I rewrote the entire game from scratch in a 3 week burst of insane momentum that surprised myself. I even added a handful of new mechanics on top. I grew a lot since the release. It's not entirely done yet though. But I think one of the ultimate issues was the lack of marketing, so few people bought my game barely anyone even disliked it. People just don't know it even exists in the first place. I have some plans to hopefully get some eyes on it, even if it's gonna cost me some money.

    What's funny is that the only reason I have any incentive to do all that is just one guy who really enjoyed it (despite also disliking the graphics). He sank like 70+ hours into it and even made a walkthrough, contacted me for help on one of the final levels. He said it's a hidden gem :) So I believe there's merit here and not just my general insanity of updating a "failed" game.

    But back to your game, does it have a step by step rewind feature yet? Because that was like the #1 request I got. It's pretty much expected it seems and I can kinda understand it (especially if the controls are sluggish and you accidentally walk off a ledge and die and have to do all over again, duh. That's frustrating)

  • Try Construct 3

    Develop games in your browser. Powerful, performant & highly capable.

    Try Now Construct 3 users don't see these ads
  • Have you looked into Steam visibility rounds?

    No I haven't touched steam in a while apart from writing the announcement that I'm working on the udpate. I'll look into it.

    What is the game you're updating?

    Rimebeard. Please don't go out and review it, I actually want to stay low right now until the update drops. :V

  • It's going to be an update that I hope I can get out with a little bit of fanfare as to draw attention.

    perhaps once released the game will popup in people's "more like this" queue if they've been shopping for similar types of puzzle games.

    I forgot to add, this is exactly why you want those 10 reviews. Your game will get a massive boost in how often it is shown to people in these queues. Here's an article about that: howtomarketagame.com/2022/01/25/why-your-first-10-reviews-are-the-most-important

    It doesn't even matter if the reviews are positive or negative as long as it's 10.

  • Well what can I tell you, you are literally describing word for word how my first big release went. No marketing, I was super burned out at the end and I just kinda pressed the release button because I wanted to be done with it. The result looks like this btw.

    But I actually think your game might have a better shot at it. I certainly made some mistakes that I never ended up really fixing due to said burnout... which you seem to not make. So... good luck don't get disheartened if it doesn't work out.

    (As for my game, I'm actually working on a big rework because I believe I can salvage it, so it's a weird blessing in disguise that it sold this bad :^) at least that's what I like to tell myself)

  • Looks like a fine prototype. One thing that I absolutely suggest are levels that are on the easy side with few elements just to demonstrate how the mechanics actually work and slowly introduce them. It took me a few minutes until I somewhat had an idea on what I'm actually doing and was able to solve levels, but if you were to ask me now to explain how exactly the mechanics work, I couldn't tell you.

    Another suggestion is a rewind feature that lets you rewind step by step. Trust me when I tell you that people 100% expect this to be in the game and will get frustrated if it isn't.

  • Events run top to bottom, your event runs like this:

    1. Touch object

    2. Object is not selected -> set selected

    3. Object is selected -> set not selected

    Add an "else" to the second condition to fix it.

  • That's not how triggers work, you don't need that every tick. Although it doesn't appear to cause any issues either.

  • The key is finding a position opposite of where the player is.

    Get the angle between player and enemy with angle(player.X, player.Y, enemy.X, enemy.Y)

    Convert it to vectors using cos() and sin()

    Define a distance the enemies should run away

    Then make them run :)

    For pathfinding you'd also have to find the path to that position. In this case the endposition could for example end up inside a wall, which will trigger "on failed to find path". So you'll need some extra handling in place to make sure the endposition is not inside a solid object.

  • How do you actually move the enemies though, I'm assuming pathfinding behavior? That's just the code for finding the targets, which looks fine.

    I think what might be the issue in your case is a setting in the pathfinding behavior, specifically the "rotate object" setting, which you can probably disable in your case. Or it's the acceleration being too slow, and you could increase it.

WackyToaster's avatar

WackyToaster

Member since 18 Feb, 2014

Twitter
WackyToaster has 25 followers

Connect with WackyToaster

Blogs