Creating a Simple Inventory System in GameMaker - Tutorial

Поделиться
HTML-код
  • Опубликовано: 19 сен 2024

Комментарии • 24

  • @skalk6137
    @skalk6137 Год назад +4

    Its a great tutorial but I feel like you did not do such a great job explaining what everything does so, I feel like I did not learn that much, but it worked so that's good enough. Thanks.

  • @SGTIvan921
    @SGTIvan921 9 месяцев назад

    I loved how simple this was - I didn't need a full-blown inventory. Well explained!

  • @phearedphantom
    @phearedphantom 22 дня назад +1

    Not as complex as Shauns, but it is simple enough i can do what i need to with it

    • @bonnymich
      @bonnymich 21 день назад +1

      yea i hate shauns tutors so complex

  • @TabbedOutRat
    @TabbedOutRat 4 месяца назад

    Great tutorial. Please note the link to the website doesn't work in the description.

  • @digitalswordplay
    @digitalswordplay Год назад +1

    Great job! - Any chance you could expand and add stacking, sorting and equipping in future videos ?

    • @phearedphantom
      @phearedphantom 22 дня назад

      I support this, but for stacking and selection instead since all 3 of those things would make for a long video

  • @specterrev
    @specterrev 5 месяцев назад +1

    i have no clue if you still check the comments but, when writing the add function the "if(array_length(_inventory) < _max_inventory_items)" gives me a error saying "the type 'undefined' appears where the type 'Array' is expected."

    • @GameMakerCasts
      @GameMakerCasts  5 месяцев назад +1

      double check your variable _inventory then. Array length expects that variable to be an array. That's what the error means.

    • @specterrev
      @specterrev 5 месяцев назад +1

      @@GameMakerCasts the variable was written out the same exact way it was in the vid and no matter what I did the error didn't go away, I just reopened the project because I saw you replied and the errors randomly stopped, regardless thanks for taking the time to reply

  • @OmarCanaday
    @OmarCanaday 9 месяцев назад

    thank you

  • @yalikeren
    @yalikeren Год назад +1

    great tutorial! (btw, title says "Simply" and i think it it was meant to be "Simple"?)

  • @Gladiator373
    @Gladiator373 2 месяца назад

    Hello, i have issue - when i hit "I" nothing show up. Instead my computer starting crazy and i have to close it with Ctrl+alt+del. Is there any changes? Any ideas? Thanks!

    • @Gladiator373
      @Gladiator373 2 месяца назад

      i figure out - i had wrong { } -
      But new one rise up - my columes re not clicked when i hit them. Istead of that when i hit somewhere in "space" my columes are hit. Seems like big range of that or smt

    • @GameMakerCasts
      @GameMakerCasts  2 месяца назад

      Hit me up on discord and i can help you through it discord.gg/jwaCrcSZ

  • @BSS2151
    @BSS2151 Месяц назад

    If i wanted to create the item how would i do that instead of using it

    • @GameMakerCasts
      @GameMakerCasts  Месяц назад

      The easiest method is once you click on it, you could use an "instance_create_depth/layer" to instantiate the object. You just store in your struct which object to generate

  • @mancakw8308
    @mancakw8308 2 месяца назад

    when i tried pressing "i" the inventory did not show up, do you have any idea where i get it wrong? (sorry for my bad english)

    • @GameMakerCasts
      @GameMakerCasts  2 месяца назад

      To me that means the step event isn't right. Should have something like if(keyboard_check_pressed(ord("I")) { .. }

  • @georgehennen
    @georgehennen 8 месяцев назад +1

    Are you, by chance, looking for someone to make more tutorials? I feel like I have so many years but want to make tutorials for stuff. I have made games before, even on steam. I ask because I notice it's "casts" not just one guy.

    • @GameMakerCasts
      @GameMakerCasts  8 месяцев назад +1

      Messaged you through X.. errmmm Twitter

  • @michaelhooper1474
    @michaelhooper1474 7 месяцев назад +1

    not really that simple, thats alot of information. Not for beginners.

  • @sgsjwdjwowj9535
    @sgsjwdjwowj9535 Год назад +1

    Did not work