Noisefever's Forum Posts

  • Damn! You do what I PLANNED to do

    Very good work so far! I'm curious where you going to with this project.

  • I did TRY to play it on a mobile but the controls didn't work. I used the version on Scirra Arcade.

  • I like it! Looks VERY promising!

    Are you in the need of music or is this already settled?

  • I like the graphics! But the gameplay doesn't catch me, sorry.

    I see some problems there:

    If the player jump on the head of a zombie, he will bounced up and hurt the zombie. The jump that kill that zombie doesn't bounce the player up, even if there is another zombie under him that should bounce him up. Then there is a double jump ability that is not working all the time. It seems to have problems with the head jumping.

    Sometimes I have no ammo if I start the game. Is that intensional?

    The zombies just appear on the screen. That feels strange! They are zombies not ghosts.

  • I'm sorry, my fault!

    A Firefox addon called "All-In-One-Gestures" is blocking the right mouse button (or to be exact: holding the right mouse button). Space works of course.

    As for the savegame I see my own game don't saves either, here on the Scirra Website. Firefox must blocking that somehow...

  • Tested again. The right mouse button doesn't work (Firefox).

    Progress is not saved. Or at least not loaded. If I am going back to the menu, I don't see which levels I have played. And it doesn't matter on which I fly and press mouse, I start every time in the first.

  • I like it! It looks good, it plays good!

    Until the level that introduses the lasers. I don't know what to do there. My last action was to press both mouse buttons. Then the game crashed.

    And it seems it has not saved its progress.

    I don't know if it saves progress normally, but it definitely should! After each level.

  • I think I may have a far better solution, I'll just have to test it intensive:

    If the hero's vertical speed equals to null, change direction. Simple but effective! Because if the hero stopps, he has to be by a wall.

  • It's been a while but I think it were things like:

    • turning on slopes
    • turning on "tunnels" with too near ceilings (or turning NOT in tunnels with too near ceilings but ending on wall)

    All the collision polygons are rectangles. Increasing the overlap (0, -2...+) helps at (0, -4) but then I run into the problems of the original isByWall function.

    Yes, this is one of the exact spots where that happens. The player has already landed on the corner of the platform. So it IS in fact ON the platform. There is no wall here. But he turns around sometimes (and more often on mobiles with lower performance).

    The only reason I can imagine at the moment for this behaviour is:

    My wall condition sometimes happen while the player is IN the platform (just before the platform behaviour moves him out). But this shouldn't happen! On the other side the varying jump highs SHOULDN'T happen either....

  • Could you please at least mention this in the manual? I will have a fucking hard time to redesign my game now because I relied on repeatable behaviour and could have saved much work if I had this known earlier! Thank you. :/

  • :

    I don't exactly get what you mean with "before or after scaling". The window? I guess it happens in all sizes, but I will test that. I can't rely on the implemented "is by wall" function because it has other (worse) side effects. So I looked into the code and modified it a bit. So my conditions are mostly the same I already tested the (0,-2) variation too but it doesn't make a difference.

    OddConfection:

    Thank you for clarification! I suspected something like that and it's good to be sure. In my opinion thats a big down for Construct. I have to rely on repeatable behaviour in a hard and exact gameplay. The game behaviour must not be affected of the fps, thats an unbreakable rule in my opinion. Now I have to find a way out :/

    99Instances2Go:

    No, I understand it this is (as said) copied and modified from the "is by wall" function and should work the way I want it to. Thank you nevertheless!

  • Hello!

    I'm currently working on a jump'n'run game and experiencing some strange behaviors. The game is tested by approx 5 regular testers including desktops and mobiles. Some testers reporting some things like:

    • Hero jumps into the spikes at the ceiling. But he shouldn't reach them! There is barely space between the jump high of the player and the spikes, maybe just 1 pixel. But on most devices he doesn't reach them (or only in rare cases). But on this one device regulary. This rises the question: how can it be that the jump high is different? Or are there perhaps differences with floats in the collision polygons?
    • it is a one button game. with the button you jump. the hero runs automatically. if he touches a wall he changes direction. Sometimes it happens that if he lands on the edge of a block, but clearly ON the block not against the side, he changes his direction - and runs off the block. 2 pics to make that clearer (I hope):

    If I don't miss something here he shouldn't change the direction. Next thing is: this happens rare on desktops, but often on mobiles. As if the performance play a role here. Is this possible!?

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • Thank you!

    I had tried that from the project browser and there it is not possible. But when you posted thats possible I tried to do it in the layout editor. And there it works. That's a bit confusing, because you'd expect that the project browser is the main place to do such things.

  • Hello guys!

    Like the title says: how do I copy objects (like a tilemap) from one project to another? is this possible?

  • Thank you for your reply and feedback!

    I thought clicking a link and playing directly would be enough service But okay, I have added an Scirra Arcade link.

    Yes, the font should be changed, you're right. I will do that later. Have to find a good and free one first.

    Glad you like it overall! I will think about the pixel perfekt jumps and collect opinions about that. But actually the game will be much harder than that later...

    Regards,

    Daniel