From 654167132b7c252d1709fe8511ab4e21563f1c52 Mon Sep 17 00:00:00 2001 From: Raphtalia Date: Tue, 21 Jan 2025 21:41:12 +0000 Subject: [PATCH] Update Components --- Components.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/Components.md b/Components.md index 2da08ec..830ee56 100644 --- a/Components.md +++ b/Components.md @@ -13,7 +13,7 @@ When a doorway is selected for a main path, the dungeon generation will find tha #### Set In Order When a main path begins generation, for either the default main path or alternate main paths, it will grab the group corresponding to the main path generation order. If the first main path begins generation (`DungeonFlow's` default main path), the first group in the list is selected. If the second main path begins generation (the first alternate main path), the second group is selected and so on. Whichever group is selected, it only allow the doorways in that group to start it's main path. -> **NOTE:** You may want to use this component to split the main paths between floors for example. Or perhaps one main path in the left side of the main room and the other main path in the right side. However you like it. +> **NOTE** You may want to use this component to split the main paths between floors for example. Or perhaps one main path in the left side of the main room and the other main path in the right side. However you like it. # Nice To Have Components @@ -22,7 +22,7 @@ Forces a random piece of scrap to spawn on the `Transform's` position. `spawnCh You can also specify a scrap item by it's scrap's display name or scriptable object file's name. That scrap must be able to spawn naturally on that moon. This will skip the scrap's minValue check. -> **NOTE:** These scrap does not count towards the moon's scrap count. +> **NOTE** These scrap does not count towards the moon's scrap count. # Niche Components @@ -31,7 +31,7 @@ Works in conjunction with `DunGenExtender's` Doorway Sisters feature. The `UseDo `Sisters` contains a list of the sister doorways. This should be self-explanatory. -> **NOTE:** This feature is probably not necessary for your interior. My interior was designed to pack my tiles very closely and for their doorways to have a high chance of intersecting. As such, my interior developed the issue of having too many unnecessary doorways and required this feature to fix it. Most interiors won't have this same issue. +> **NOTE** This feature is probably not necessary for your interior. My interior was designed to pack my tiles very closely and for their doorways to have a high chance of intersecting. As such, my interior developed the issue of having too many unnecessary doorways and required this feature to fix it. Most interiors won't have this same issue. ## Doorway Cleanup Allows for more control on the appearance of a doorway based on a set of preset factors. This script does not by itself. It instead acts as the script that starts the command chain and to store centralized data for the commands. Below are the commands. @@ -44,7 +44,7 @@ Allows for more control on the appearance of a doorway based on a set of preset The override commands are meant for more advanced coding purposes. You can pretty much ignore these unless you want to do some more logic. -> **NOTE:** These set of components is probably not necessary for your interior. I used these components so my doorways could have more diversity in their appearances. +> **NOTE** These set of components is probably not necessary for your interior. I used these components so my doorways could have more diversity in their appearances. #### DCS Connector Blocker Spawned Prefab Switches to either the Connector or Blocker scene objects IF the doorway spawned any Connector or Blocker prefab that contains the `Target's` name. @@ -63,4 +63,4 @@ Works in conjunction with a `SpawnSyncedObject` component. This allows you creat When the dungeon generation finishes but before the networked GameObjects of `SpawnSyncedObject` are spawned, a random cycle number is selected for each `Id`. Then each `SpawnSyncedObjectCycle` component will be called one-by-one. Each will grab an item from the `Props` list based on their cycle number, replace the `SpawnPrefab` in their referenced `SpawnSyncedObject` component, then advance the cycle number by 1. -> **NOTE:** This component is probably not necessary for your interior. I used this component to guarantee that each of my portraits would spawn at least once. Cause I thought it would be cool. \ No newline at end of file +> **NOTE** This component is probably not necessary for your interior. I used this component to guarantee that each of my portraits would spawn at least once. Cause I thought it would be cool. \ No newline at end of file