I have to say, I'm impressed, as I'm sure everyone here is, with Dungeon Architect. You guys did an insanely detailed job. Well done.
Announcement
Collapse
No announcement yet.
Dungeon Architect
Collapse
X
-
[Released] The Art of Combat on the Marketplace
[Released] The Targeting System
[Portfolio] www.ibrahimakinde.com
[Patreon] Support me as I produce Adrayvia!
[YouTube Channel] Subscribe to my channel!
[Discord] https://discord.gg/3CbF5Yq
[Discord (Pm)] @Ragnar#9805
-
Originally posted by jul_lef View PostHi all,
I am a new user, sorry for basic questions.
I am trying the snap dungeon and I am getting that issue:
I have some rooms with a doorway open to nothing when I have dead end rooms and there is some room with doorway pointing to room that can't connect to it.
Any ideas ?
Thanks
Comment
-
OK I will try that but [MENTION=59935]A[/MENTION]li I was hoping that dead rooms would cap room each time unless there is no space ( in that case a the close mesh is fine), so you can have more random on the dead end.
Having some pourcentage control of which rooms are spawn would be nice and a check to not use twice the same room in a row too.
Comment
-
Would it be possible to flag SnapDoors as "non essential" or something? Basically it would be nice if they connected to something, but they should not be considered when requiring an entry point to the room. I'm wanting to add upper floors to rooms that do not have a way up from the lower area, but players can jump down. With the current system the lower area might end up with no exits. Another example would be I want a secret door/room that may or may not be behind a bookshelf, but it can't count as an entrance/exit to the room.
[edit]
Transform works in mesh area, not in transform subsection when set to relative... weird.
Also destroying snap dungeons crashes editor about 9/10 times... can't delete generated snap dungeon instance levels manually either, unless I delete the level that created them; crashes editor.Last edited by MiDri; 11-05-2016, 05:06 PM.
Comment
-
After testing an early beta release i finally plan to buy this package. One question i have is in regards to procedural generated levels and the positioning of blueprints and decals. Is it possible to setup blueprints and decals, randomly - or manually prepare segments for runtime generated levels. I am particular interested to use BPs, and decals, from the ROME package, as seen in this video
Comment
-
There seems to be a folder lookup issue with the 2.2 quick start content pack. I downloaded this today and the maps are looking for assets in a relative folder; "/Game" which doesn't exist.
Here's a sample of the error;
LogLinker:Warning: Can't find file '/Game/StarterContent/Textures/T_Concrete_Tiles_N'
LogLinker:Warning: Can't find file for asset '/Game/StarterContent/Textures/T_Concrete_Tiles_N' while loading D:/Unreal Projects/DungeonArchitect/Content/DA_StarterPack/Materials/M_Glass_Railing_01.uasset.
LoadErrors:Error: Error /Game/DA_StarterPack/Materials/M_Glass_Railing_01 : Can't find file for asset. /Game/StarterContent/Textures/T_Concrete_Tiles_N
Comment
-
Originally posted by graysan View PostThere seems to be a folder lookup issue with the 2.2 quick start content pack. I downloaded this today and the maps are looking for assets in a relative folder; "/Game" which doesn't exist.
Here's a sample of the error;
LogLinker:Warning: Can't find file '/Game/StarterContent/Textures/T_Concrete_Tiles_N'
LogLinker:Warning: Can't find file for asset '/Game/StarterContent/Textures/T_Concrete_Tiles_N' while loading D:/Unreal Projects/DungeonArchitect/Content/DA_StarterPack/Materials/M_Glass_Railing_01.uasset.
LoadErrors:Error: Error /Game/DA_StarterPack/Materials/M_Glass_Railing_01 : Can't find file for asset. /Game/StarterContent/Textures/T_Concrete_Tiles_N
Comment
-
Originally posted by dkoding View PostHello.
I am a fresh owner of Dungeon Architect for Unreal Engine 4.13.
'Is Pillar on Corner' does not compile:
How do I fix this? I tried dragging a 'Dungeon' reference into the blueprint but that did not work.
https://www.youtube.com/watch?v=eL4C42A7rx4
For pillars, you'd use 2x2 spatial grid when attached to wall / fence seperaters
Comment
-
That is good news, I'm eager to start using Dungeon Architect with the Forward Renderer in 4.14.
Another question - how can I go about creating a roof for every 'floor' tile UNLESS there is something else placed on that tile, i.e. stairs?
I'm using the GridDungeonBuilder, and I want my dungeon to have roofs, however I get this:
I guess I have to use a selector, but I can't figure out what the query should look like to query the cell for an existing stair in the room. Also, I don't know if the floor or the stairs are created first.
I guess I could use an emitter, but as I want to use an instanced dungeon, that is not the way I want to create my roof tiles.Attached Files
Comment
-
Originally posted by dkoding View PostThat is good news, I'm eager to start using Dungeon Architect with the Forward Renderer in 4.14.
Another question - how can I go about creating a roof for every 'floor' tile UNLESS there is something else placed on that tile, i.e. stairs?
I'm using the GridDungeonBuilder, and I want my dungeon to have roofs, however I get this:
I guess I have to use a selector, but I can't figure out what the query should look like to query the cell for an existing stair in the room. Also, I don't know if the floor or the stairs are created first.
I guess I could use an emitter, but as I want to use an instanced dungeon, that is not the way I want to create my roof tiles.
In your roof mesh node, create and attach this selector so that the roof meshes don't spawn where a stair is present (Create a blueprint derived from GridDungeonSelectorLogic and override the function SelectNode like this)
This will create holes where stairs are. Create a new mesh like this and attach it to the stair marker and move it up so they cover all the regions properly
In the future updates, I'll emit Ceiling and StairCeiling markers as part of the builder itself so you don't have to do this extra step
Comment
Comment