Maps - Data Structures in GameMaker

Поділитися
Вставка
  • Опубліковано 3 січ 2025

КОМЕНТАРІ •

  • @thinker2273
    @thinker2273 3 роки тому +10

    "This is probably gonna be on the short side"
    Runtime 25:10

  • @pizzaguy_
    @pizzaguy_ 5 місяців тому

    Thanks for the explanation. This is underrated :)

  • @craigcashman2275
    @craigcashman2275 3 роки тому +2

    Excellent tutorial. Thanks. Can't wait for future content.

  • @coxyofnewp
    @coxyofnewp 3 роки тому +3

    Great vid as always.. Is there any chance you could do a tutorial using a way to store the data for large worlds. say have the map broken down into chunks, using tiles and then have some way for collision from that data or the tiles.. I'm trying to get an understanding of best way to create large worlds, and hold all the data involved.. Any ideas or a tutorial be amazing !! Keep up the great work!!

    • @DragoniteSpam
      @DragoniteSpam  3 роки тому +1

      i probably will eventually since that's a pretty common request, but the tldr for chunking is to divide your world into cells (x div CELL_SIZE, y div CELL_SIZE etc) and only process/draw the chunks that are within a certain radius of the player

    • @scotsparaman
      @scotsparaman 3 роки тому

      This would be great.

  • @ronbriscoe888
    @ronbriscoe888 3 роки тому

    Loved this tutorial

  • @tonguesurgery7188
    @tonguesurgery7188 3 роки тому

    Thanks for this video, it's very helpful!

  • @_goldmanv5925
    @_goldmanv5925 Рік тому

    It's not entirely clear. What is the difference between ds_Map and ds_List. Now ds_Map can not be used? Now you need to use only arrays?