Klopity's Forum Posts

  • Think of Mode 7 as this:

    Each sprite that appears 3d is simply getting bigger and it's Y coordinate gets larger as it "gets closer" to the player.

    The ground is a simple sprite (the tan color) that covers the lower 2/3 of the screen. All the rocks and stuck can be more srpites that get bigger as the y coordinate increases.

    The player never actually moves, instead the button inputs inform how the sprites should move to create the illusion of movement.

    For instance, If I press LEFT, all the sprites should go RIGHT.

    The road can be accmplished with a series of horizontal strips of road that animation in a similar fashion.

    That's how I'd do it in construct.

    But honestly, I'd probably switch to Unity if I was trying to do Mode 7, and just make a true 3d game.

    Mode 7, like passwords, is a relic of engineering magic needed to accomplish something new tech can do much easier.

    Hope that helps!

    Thanks alot.

  • It´s generally referred to as "Mode 7," and it seems to be possible with construct, but I only found quite a ton of outdated stuff you may or may not get to work.

    https://www.construct.net/en/forum/extending-construct-2/effects-31/effect-mode7-55368

    I've looked at this before. He does provide the effect, but I don't know how to import it into c3. Do you have any idea how to?

  • Like this

    Tagged:

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • ^ title

  • "We're aware of a problem using Google Drive cloud saves in Construct. This update aims to address the problem. We apologize for the inconvenience this has caused." construct.net/en/make-games/releases/stable/r234-2

  • Also this

  • Failed to export project when trying to export to desktop.

  • What do you mean? If you are thinking about putting games on a store like steam, it will require a fee of $100, but alternatively, you can just post your game on itch.io for free.

  • Here is a simple example:

    https://www.dropbox.com/s/7zieahc38alave8/GetOverIt.c3p?dl=0

    So I was testing and seeing if I can use mouse controls, so far what I think is I'm going to have to have to program my own physics. If you have any thoughts, then they would be helpful.

  • Does anyone know how to get the same physics based movement from getting over it? just kinda curious.

    Tagged:

  • You do not have permission to view this post

  • Here's a simple capx using variables

    easyupload.io/5rgjyo

  • Thanks it worked! hope You have a good day.

  • I'm trying to create a game similar to moomoo.io and I want each player to have its own camera.