lukezero's Forum Posts

  • You do not have permission to view this post

  • There’s this:

    https://www.construct.net/en/forum/game-development/tools-and-resources-27/spritefont-generator-168408?kws=Spritefont

    I think there’s another tool floating around the forum too.

    Thanks! :D

  • Hi guys!

    I'm using the great "Give Your Fonts Mono" (v2.5), but in Arial, Tahoma and Verdana fonts are having a lot of space in my game, even after tweaks. :(

    What do you guys suggest?

    Tagged:

  • Course. Send it to adhidwipaskx@gmail.com

    I sent it now. Thank you very much!

  • Probably something with character size or it's collision shape. I don't know exactly what happening unless get my hands wet. It's better to not use platform behavior at all since we want is to make character idle on it's x position.

    I tried several things and was unsuccessful. :(

    Can I send my CAPX for you to review?

    If yes, what is your email?

  • What behavior do you use for the character?

    Just "Platform". ^^

  • alextro Your example CAPX is wonderful, but I have a problem: my Endless Runner doesn't randomly generate platforms, but the character is always running on a constant and infinite platform, without elevation variations (like Jetpack Joyride).

    When testing here, the character disappears and suddenly appears further on the platform, I believe that due to the rendering of the infinite platform ahead.

    Do you have any suggestion to fix this problem?

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • See an example for basic runner: dropbox.com/s/kvd7xhj1qdjrm6b/put_cactus.capx

    Thank you very mych, dude! :D

    Already studying it!

  • Hi lukezero I haven't personally gotten into that style of game yet, but I did find this tutorial which may be a good place to start and it has examples. Hope it helps!

    https://www.construct.net/en/courses/displaying-dialogue-games-36

    Thanks for the tutorial!

    Already seeing it here! :D

  • Hi guys!

    If anyone has and can share an example CAPX, I appreciate it!

  • Does anyone have a suggestion?

  • Hi guys!

    I'm developing an educational Endless Runner whose character is always standing in the same position with the running animation active. In the background there are layers with Parallax effect to simulate movement (image 1 below).

    There are only two obstacles, randomly generated: boxes and drones. Colliding with the box takes it to the left corner, and you can jump over it or walk over it whenever you want.

    I created a simple routine that automatically places the character in the original position (x=280) (image 2 below). However, the routine below still doesn't work perfectly, making her stand still on a moving box or be teleported abruptly forward.

    I have two doubts:

    1. What's the best routine to spawn the drones within a given area on the Y-axis (without making the drones spawn just above the screen).

    2. What do you suggest to perfect the box routine (bump and walk on it)?

    Thank you in advance for your attention and collaboration.

    Image 1

    Image 2

  • You do not have permission to view this post

  • You do not have permission to view this post

  • your NPC_HUD animation names are starting with NPC01. But your random creates 0,1,or 2. Try to change set level to 1+ floor(random(3))

    Thanks for the tip, man! :D