Navigation

    Fuze Arena Logo
    • Register
    • Login
    • Search
    • Categories
    • Recent
    • Popular
    • Users
    • Groups
    • Help
    • Discord

    Map Editor Tutorial?

    Help
    4
    5
    431
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • G
      gilman last edited by

      After reading the game tutorial, I see that the level is made using an array. It makes sense, but to be practical it seems the map editor is needed when working on something more. I have been experimenting with the editor but am having a hard time understanding what's what. How should I align collision shapes with the platforms, how do I control where my map gets drawn, how does the map i edited relate to the screen resolution? Is there a tutorial or a resource out there that I can read and get some general pointers to get me started?

      1 Reply Last reply Reply Quote 1
      • Kat
        Kat Fuze Team last edited by

        For some more general pointers you could check out
        https://fuzearena.com/help/view/Map Editor
        (if you haven't already) There are also some demo projects near the end of the FUZE projects list in game that might help with things like collision and map commands :)

        1 Reply Last reply Reply Quote 1
        • Retrocade_media
          Retrocade_media F last edited by

          You should also learn from others mistakes (as in mine). Will Tice has a super useful reply in here:

          https://fuzearena.com/forum/topic/722/moving-maps/3

          1 Reply Last reply Reply Quote 1
          • G
            gilman last edited by

            Thanks for your answers. I understand the genreal map editing functions, I guess my confusion is with understanding how to control where the map gets drawn. I have used centrespritecamera in a loop to follow my "player" left and right around a map. Setspritecamera on the other hand seems to move the camera independently for example if I want to pan over if a player "looks" up or down. What I cant seem to control is the initial position of the map when i draw it. I load and draw it as in the example by setspritecamera(0,0,1) then drawing the map and it draws near the top of my screen and offset to the left in a way I cant predict. Im sure I am missing something but what?

            waldron 1 Reply Last reply Reply Quote 4
            • waldron
              waldron F @gilman last edited by

              @gilman i was confused by this also at first,
              it depends on what type of game your making e.g

              climbing- start at the bottom of the editor
              labyrinth- center
              flying- top

              depending on what your doing you should only need one camera
              spritecam
              or
              cam
              im no master and still learning but it will click in to place with perseverance ;)

              1 Reply Last reply Reply Quote 1
              • First post
                Last post