Procedural Dungeon Generation Tutorial

Поділитися
Вставка
  • Опубліковано 16 гру 2024

КОМЕНТАРІ • 27

  • @MobileScrap
    @MobileScrap 3 місяці тому +2

    This generation is awesome! Would love to see this continued to add different sized rooms and different rooms that can spawn, like in the other video you uploaded. Maybe even a biome like system would be interesting just to change to a different floor blueprint. Looking forward to see what other tutorials you bring out, thank you!!! :D

  • @Alpha_GameDev-wq5cc
    @Alpha_GameDev-wq5cc 5 місяців тому +3

    It’s great to see more educational videos about UE5 in comparison to do-this-click-that tutorials. Dungeon topic does have very little coverage

  • @JuanSumChninezeFue
    @JuanSumChninezeFue 4 місяці тому +1

    Didn't work the first time, worked the second time! Appreciate you, Boss!

    • @dylannicolay7347
      @dylannicolay7347 4 місяці тому

      No problem son

    • @MakilHeru
      @MakilHeru 4 місяці тому

      I ran into issues on my first time as well. What version of Unreal did you use? I used 5.4 to try and do this but I'm wondering if maybe there is something not compatible in this version with this workflow.

  • @FragosoEntertainment
    @FragosoEntertainment 3 місяці тому +6

    Great tutorial but we need a part 2 that explains how to make the rooms bigger in scale and size. How to spawn the player in the room and how to spawn enemies or other objects in the room

    • @BibWork
      @BibWork Місяць тому +1

      Would also be nice to handle different room shapes, and stairs. and how to connect it all to a minimap

  • @HonestGuyWhoSpeaksUp
    @HonestGuyWhoSpeaksUp 5 місяців тому +2

    Good tutorial! Nice and straightforward with a nice algorithm that creates corridors and hallways automatically.

  • @Xadhoom
    @Xadhoom 17 днів тому

    I'm loving this generator! But I am really needing a Chapter 2 and onwards - I desperately want to randomize the rooms more, and I can't figure out how.

  • @HansangVibration
    @HansangVibration 3 місяці тому +2

    10:11 I cant connect the "Get" result to the "Set variable - Current Room", what am i doing wrong? the "Keys" and "Find ref" can connect to "Get a Ref", but that value can't connect to "Set current Room"!

    • @g79o
      @g79o 3 місяці тому

      Same problem on my end as well.. "🚫Room Parent Object Reference is not compatible with Empty Room BP Object Reference." i've redone the tutorial meticulously but still the same issue.. ☹

    • @g79o
      @g79o 3 місяці тому

      OK i got it ! ! ! ..the Current Room needs to be Replaced with a new Local Variable.. so Drag the output of GET out and Create the Local Variable from here and replace all references of the old one.

  • @JosephBisanda-z8e
    @JosephBisanda-z8e 14 днів тому

    Im getting the Infinite loop error as well. What should I do?

  • @Biz3375
    @Biz3375 6 місяців тому +1

    Great tutorial, how could you potentially make this have multiple layers/floors? (like add stairs and upper levels)

  • @dylannicolay7347
    @dylannicolay7347 6 місяців тому

    Thank you so much JJrelly for this tutorial

  • @hernangomar5445
    @hernangomar5445 4 місяці тому

    works great, had some issues because the grid was not set to 100, but eventually figured that out, are you goinf to expant this in order to set the spawn location, or more custom rooms?

  • @C47.0
    @C47.0 3 місяці тому

    Very good content keep it going!

  • @agus11125
    @agus11125 3 місяці тому +1

    i think i have the same code but can't get up to 4 rooms because of infinite loop error/warning

  • @elilab
    @elilab 26 днів тому

    Is this compatible with UE4?

  • @franklimburns7938
    @franklimburns7938 4 місяці тому

    Can you make a part 2 to make it spawn player start enemys and environment meshes,

  • @angelamagolan1528
    @angelamagolan1528 4 місяці тому +1

    So, a problem I'm having is that 10 minutes into the vid, I don't know why the return on my get node will not go into current room. It says it's not compatible, if anyone has any idea of what the issue is, please let me know.

    • @scry_one
      @scry_one 4 місяці тому

      Open up your empty room blueprint and check the parent in the top right is showing as Room Parent - if it's not, just recreate the child blueprint

    • @angelamagolan1528
      @angelamagolan1528 4 місяці тому +2

      I figured it out, I mistakenly made the local var current rooms into an empty room. It should be parent room type.

  • @MeowMasterZombo
    @MeowMasterZombo Місяць тому

    Doesn't work for me :(

  • @freedomofspeech2100
    @freedomofspeech2100 24 дні тому

    The way you present this "tutorial" is similar to posting a picture anywhere online. You either do it from scratch and explain the login while wokring on it or you post an image. This is only helpful to advanced users.