Update Quick Setup

Raphtalia 2024-07-26 10:22:28 +00:00
parent 7f9f2346d0
commit 1c0af9b097
1 changed files with 5 additions and 6 deletions

@ -1,20 +1,19 @@
This guide is to quickly setup multiple main paths for your interior. What these features do exactly is explained in these pages. This guide is to quickly setup multiple main paths for your interior. What these features do exactly is explained [here](https://git.touhou.dev/Raphtalia/DungeonGenerationPlus_LethalCompany_Mod/wiki/DunGenExtender).
### Setting up DunGenExtender ## Setting up DunGenExtender
In the `DunGenExtender` asset, set `MainPathCount` to some value above 1. Set the `MainRoomTilePrefab` to the tile that you want the alternate main paths to start from. Be sure that that tile has multiple doorways. In the `DunGenExtender` asset, set `MainPathCount` to some value above 1. Set the `MainRoomTilePrefab` to the tile that you want the alternate main paths to start from. Be sure that that tile has multiple doorways.
Activate the ArchetypesOnNormalNodes feature by toggling `AddArchetypesToNormalNodes`. Then add a single element to the list. That element will have an empty `Label` and the `Archetype` list will contain the archetype that you would normally use for the main room. Activate the ArchetypesOnNormalNodes feature by toggling `AddArchetypesToNormalNodes`. Then add a single element to the list. That element will have an empty `Label` and the `Archetype` list will contain the archetype that you would normally use for the main room.
![](https://i.imgur.com/nIIeUNE.png) ![](https://i.imgur.com/nIIeUNE.png)
### Setting up DungeonFlow ## Setting up DungeonFlow
The `MainRoomTilePrefab` must also exist in some tileset in the `DungeonFlow` node section. That node must needs to also be a normal node. Perhaps a little known fact, nodes can have the same position. They go in order like how you expect, the element first in the list goes first. The `MainRoomTilePrefab` must also exist in some tileset in the `DungeonFlow` node section. That node must needs to also be a normal node. Perhaps a little known fact, nodes can have the same position. They go in order like how you expect, the element first in the list goes first.
![](https://i.imgur.com/W5hNhDG.png) ![](https://i.imgur.com/W5hNhDG.png)
After all that, multiple main paths should spawn from the main room selected, with branching paths and all, including the main room itself. After all that, multiple main paths should spawn from the main room selected, with branching paths and all, including the main room itself.
### Notes > **Notes:** Usually tiles that spawn from Dungenflow's nodes cannot create branching paths. This is because those tiles cannot have archetypes, which describes how branching paths are created. However with the previously enabled Archetypes On Normal Nodes feature, we can allow these nodes (for the time being only normal nodes) to finally branch out.
Usually tiles that spawn from Dungenflow's nodes cannot create branching paths. This is because those tiles cannot have archetypes, which describes how branching paths are created. However with the previously enabled ArchetypesOnNormalNodes feature, we can allow these nodes (for the time being only normal nodes) to finally branch out.
Keep in mind that the alternate main paths will copy all nodes after the node that contains the `MainRoomTilePrefab`. And that it will not copy the injection tiles. > **Notes:** Keep in mind that the alternate main paths will copy all nodes after the normal node that contains the `MainRoomTilePrefab`. And that it will not copy the injection tiles.