Changes for page Eco-System System Design
Last modified by Utku Dagli on 2026/03/14 17:22
From version 43.1
edited by Adam Janus
on 2026/01/13 20:25
on 2026/01/13 20:25
Change comment:
Added annotation on "Main comment by Adam "
Summary
-
Page properties (2 modified, 0 added, 0 removed)
-
Objects (6 modified, 8 added, 1 removed)
- XWiki.XWikiComments[1]
- XWiki.XWikiComments[2]
- XWiki.XWikiComments[4]
- XWiki.XWikiComments[5]
- XWiki.XWikiComments[8]
- XWiki.XWikiComments[10]
- XWiki.XWikiComments[12]
- XWiki.XWikiComments[14]
- XWiki.XWikiComments[15]
- XWiki.XWikiComments[16]
- XWiki.XWikiComments[17]
- XWiki.XWikiComments[18]
- XWiki.XWikiComments[19]
- XWiki.XWikiComments[20]
- XWiki.XWikiComments[21]
Details
- Page properties
-
- Author
-
... ... @@ -1,1 +1,1 @@ 1 -XWiki. AdamDesign1 +XWiki.utkudagli - Content
-
... ... @@ -33,32 +33,33 @@ 33 33 34 34 == 1.1 - Layer 1: Creature State Machine == 35 35 36 -**Core Concept:** Each creature type behaves differently under specific conditions and states, depending on what those states dictate. For now, they are categori zed into three groups (prey, predators and scavengers). In the future, changes could include additions and updates to these documents. These creatures’ behavior varies under observable conditions, such as day and weather cycles.36 +**Core Concept:** Each creature type behaves differently under specific conditions and states, depending on what those states dictate. For now, they are categorised into three groups (prey, predators and scavengers). In the future, changes could include additions and updates to these documents. These creatures’ behaviour varies under observable conditions, such as day and weather cycles. 37 37 38 38 === 1.1.1 - Core States === 39 39 40 -(% class="table-bordered" %) 41 -(% class="active" %)|=(% style="width: 144px;" %)State|=(% style="width: 10 19px;" %)Characteristics42 -|(% style="width:144px" %){{box}}Resting{{/box}}|(% style="width:10 19px" %)(((40 +(% class="table-bordered" style="width:1210px" %) 41 +(% class="active" %)|=(% style="width: 144px;" %)State|=(% style="width: 1058px;" %)Characteristics 42 +|(% style="width:144px" %){{box}}Resting{{/box}}|(% style="width:1058px" %)((( 43 43 * Low activity, reduced movement 44 -* Found in a sheltered location (caves, dense foliage, nest, etc.) 44 +* Found in a sheltered location (caves, dense foliage, nest, deep water, etc.) 45 45 * Increased during rain 46 46 * Creatures are less aggressive and easier to approach. 47 47 ** **Predator:** When a predator creature notices the player or another predator while resting, it becomes aggressive. 48 48 ** **Prey & Scavenger:** When the creature detects the player or a predator while resting, it flees or flies away. 49 49 ))) 50 -|(% style="width:144px" %){{box}}Feeding{{/box}}|(% style="width:10 19px" %)(((50 +|(% style="width:144px" %){{box}}Feeding{{/box}}|(% style="width:1058px" %)((( 51 51 * Active foraging/hunting 52 52 * Found in food sources (water, vegetation, fruit bushes, prey shelters, scavengers scavenging the corpse of other creatures) 53 53 * Peak activity during sunny conditions. 54 +** For underwater creatures, unless it's raining, they could be in a feeding state. 54 54 ))) 55 -|(% style="width:144px" %){{box}}Migrating{{/box}}|(% style="width:10 19px" %)(((56 +|(% style="width:144px" %){{box}}Migrating{{/box}}|(% style="width:1058px" %)((( 56 56 * Transitional movement between states 57 57 * Creatures move between micro-zones when there is a situation related to that creature. For instance, if the prey creature is in the feeding state, it can move from the opening to the forest edge to eat tasty berries. 58 58 * Follows terrain-based pathways, such as waterways and ridgelines. 59 59 * The most unpredictable state creates variances. 60 60 ))) 61 -|(% style="width:144px" %){{box}}Territorial{{/box}}|(% style="width:10 19px" %)(((62 +|(% style="width:144px" %){{box}}Territorial{{/box}}|(% style="width:1058px" %)((( 62 62 * Defending specific areas. 63 63 * Aggressive toward all intruders. 64 64 * Around nests and sheltered locations. ... ... @@ -65,24 +65,21 @@ 65 65 * Localised to specific locations. 66 66 * **Prey:** When the player or another predator enters the prey’s territory, if the prey has an attack chance or can attack (like a deer using its antlers to attack), it will attack to knock the player or the predator down and run away. 67 67 ))) 68 -|(% style="width:144px" %){{box}}Scavenging{{/box}}|(% style="width:10 19px" %)(((69 +|(% style="width:144px" %){{box}}Scavenging{{/box}}|(% style="width:1058px" %)((( 69 69 * Drawn to the recent kill sites. 70 70 * Appears after predators or the player’s hunt 71 71 * After the prey dies, after a certain time, if the corpse is not touched, scavengers will spawn and start nibbling it. 72 72 ))) 73 -|(% style="width:144px" %){{box}}Alert{{/box}}|(% style="width:1019px" %)((( 74 -* Auditory awareness increased 74 +|(% style="width:144px" %){{box}}Alert{{/box}}|(% style="width:1058px" %)((( 75 75 * They move slowly 76 -* More reactive to the sound-basedthreats. A slight sound cue could trigger the prey to transition into the flee state.76 +* More reactive to the nearby threats. A slight sound cue could trigger the prey to transition into the flee state. 77 77 ))) 78 -|(% style="width:144px" %){{box}}Flee{{/box}}|(% style="width:10 19px" %)(((78 +|(% style="width:144px" %){{box}}Flee{{/box}}|(% style="width:1058px" %)((( 79 79 * Triggers after the creature feels threatened. 80 80 ))) 81 81 82 -==== State Transition Diagram====82 +==== State Transitions ==== 83 83 84 -[[image:Screenshot 2025-12-08 162729.png||alt="State Transition Diagram"]] 85 - 86 86 (% class="table-bordered" %) 87 87 (% class="active" %)|=Creature Type|=Morning|=Midday|=Dusk|=Night|=Primary Location 88 88 |Predator|Resting|Feeding|Feeding|Feeding|Caves → Open areas ... ... @@ -97,12 +97,12 @@ 97 97 * Visibility: 100% 98 98 * Audio range: 100% 99 99 * Movement: 100% 100 -* Normal creature behaviors 98 +* Normal creature behaviours 101 101 * Standard schedules are followed, and creatures operate at full activity level. 102 102 * Vision-based detection at maximum range 103 -* **Player Strategy:** Patterns aremore predictable.101 +* **Player Strategy:** Patterns are less predictable because the creatures will traverse without being in an alert state. However, creatures will be more visible, so the PC could engage more easily, too. 104 104 ))) 105 -|Rainy|((( 103 +|Bad Weather (Rainy, Storm, etc.)|((( 106 106 * Visibility: 80% 107 107 * Audio Range: 60% 108 108 * Movement: 70% ... ... @@ -114,21 +114,23 @@ 114 114 * Caves could have groups of predators; players must be careful. 115 115 * **Player Strategies:** Check shelter locations, check caves, check dense vegetation. 116 116 ))) 117 -|Fog gy|(((118 -* Visibility: 40%119 -* Audio range: 150%115 +|Low Visibility (Fog, Sandstorm, etc.)|((( 116 +* Visibility: 60% 117 +* Audio range: 70% 120 120 * Movement: 70% 121 -* Creatures can enter the alert state more frequently. A slight leaf crunch sound could trigger the flee state. 122 -* Visual detection is low, auditory detection is high. When the creatures are not in flee mode, they move slowly. 123 -* Predators rely on ambush tactics. Players could be hunted if they haven’t noticed the predators. 124 -* **Player Strategies:** Move slowly and quietly, but be careful; players can also be hunted if they are unaware of the predator. 119 +* Fog dampens environmental sounds, reducing audio clarity for both players and creatures. 120 +* Since the audio was muffled, the source of the sound could not be easily identified. 121 +* The detection range is reduced during fog. Creatures will be on alert but will easily lose the trace of others in the fog. 122 +* Fog thickness balanced: not fully obscuring, but enough to limit the visibility and create tension. 123 +* Visual detection range is limited, so creatures could easily lose their visual connection with other creatures or the PC. 124 +* **Player Strategies:** Move carefully, never know where the danger lies. However, can easily escape from danger. 125 125 ))) 126 126 127 127 (% class="table-bordered" %) 128 128 (% class="active" %)|=Weather|=Movement Speed|=Roaming Radius from the Spawn Point|=Resting Priority|=Vision Range|=Hearing Range 129 129 |Sunny|100%|100%|1.0x|100%|100% 130 -| Rainy|70%|40%|2.0x|80%|60%131 -| Foggy|80%|60%|1.5x|40%|150%130 +|Bad Weather|70%|40%|2.0x|80%|60% 131 +|Low Visibility|80%|60%|1.5x|50%|70% 132 132 133 133 [[image:Screenshot 2025-12-09 161553.png||alt="Weather System"]] 134 134 ... ... @@ -139,30 +139,38 @@ 139 139 (% class="table-bordered" %) 140 140 (% class="active" %)|=Feature|=Description 141 141 |High elevation|More like hills, or mountains. Predators and scavengers hide or rest here. 142 -|Dense Vegetation|Dense forests with thick vegetation such as trees, bushes, plants, etc. This zone serves as a resting ground for prey. 143 -|Cave Entrance|Dark tunnels or just an opening; mostly predators rest; sometimes prey can be found here, too. 144 -|Riverside/Seashore|Where all animals drink or hang out. Still, predators and scavengers hunt and feed here. Also, some predators are in the water to hunt fish. 142 +|Dense Vegetation|Dense forests with thick vegetation, such as trees, bushes, and plants. This zone serves as a resting ground for prey. 143 +|Cave Entrance/Old Buildings|Dark tunnels or just an entrance of a cave or just abandoned building and old building ruins; mostly predators rest and if there are no predators around preys could also use it as a shelter during heavy rain. 144 +|Riverside/Seashore|((( 145 +Where all animals drink or hang out. Still, predators and scavengers hunt and feed here. Also, some predators are in the water to hunt fish. 146 +))) 147 +|Shallow Water|((( 148 +Where the small amphibious creatures from the water ecosystem hang out, hunt with small bugs or scavenge the dead animals. 149 +))) 150 +|Deep Water|Where the creatures from the water ecosystem hide and shelter from the entities outside of the water ecosystem. 145 145 146 146 === 1.2.1 - Micro-zone types === 147 147 148 148 (% class="table-bordered" %) 149 149 (% class="active" %)|=(% style="width: 200px;" %)Micro-Zone|=(% style="width: 115px;" %)Trait|=(% style="width: 852px;" %)Description 156 +|(% colspan="1" rowspan="2" style="width:200px" %){{info}}Water Ecosystem{{/info}}|(% style="width:115px" %)-50-0m|(% style="width:852px" %)Shallow water. Amphibious creatures hang out, feed, and scavenge from other animals. 157 +|(% style="width:115px" %)-50m and Below|(% style="width:852px" %)Deep water. Water creatures hide from the entities outside of the water ecosystem. Water creatures' shelter is in deep water. 150 150 |(% colspan="1" rowspan="3" style="width:200px" %){{info}}Water Proximity Zones (Riverside/Seashores){{/info}}|(% style="width:115px" %)0-50m|(% style="width:852px" %)All the creatures drink water. Some predators hunt prey or fish in the water. 151 151 |(% style="width:115px" %)50-150m|(% style="width:852px" %)Predator ambush zone. Predators could hide in a bush and attack prey or players. 152 152 |(% style="width:115px" %)150m+|(% style="width:852px" %)General territory. Where the Valley or Vegetation starts. Prey rest or feeding place, depending on vegetation density. 153 153 |(% colspan="1" rowspan="3" style="width:200px" %){{warning}}Elevation Zone{{/warning}}|(% style="width:115px" %)High Ground|(% style="width:852px" %)Predators and scavengers' resting place. If territorial, they become aggressive when an outsider approaches. 154 154 |(% style="width:115px" %)Mid Elevation|(% style="width:852px" %)Migration paths, predators, and scavengers pass through or rest here during the late hours. 155 -|(% style="width:115px" %)Valley|(% style="width:852px" %)Prey resting, or feeding place, depending on the density of the vegetation. 163 +|(% style="width:115px" %)Valley|(% style="width:852px" %)Prey resting, or a feeding place, depending on the density of the vegetation. 156 156 |(% colspan="1" rowspan="3" style="width:200px" %){{success}}Vegetation Density{{/success}}|(% style="width:115px" %)Dense|(% style="width:852px" %)Where the prey primarily hide and rest. If there is a prey nest, the prey are territorial. There could also be predators for players to hunt, but players will mainly find prey. During fog and rain, there will be no predators in here. 157 157 |(% style="width:115px" %)Forest Edge|(% style="width:852px" %)Where the prey feeds on fruits and berries on trees and bushes. Where predators hunt prey. 158 158 |(% style="width:115px" %)Clearings|(% style="width:852px" %)Where the prey feeds on bushes and grass. Where the predators haunt prey, and scavengers feast on carcasses. 159 -|(% colspan="1" rowspan="2" style="width:200px" %){{error}}Cave{{/error}}|(% style="width:115px" %)Cave Entrance|(% style="width:852px" %)During rain, most prey will hide here from the rain. Other than rainy days, there will be no prey. During foggy periods, predators will be here. 167 +|(% colspan="1" rowspan="2" style="width:200px" %){{error}}Cave{{/error}}|(% style="width:115px" %)Cave Entrance|(% style="width:852px" %)During the rain, if there are no predators around, most prey will hide here from the rain. If there are predators around, the prey will smell their scent and will not even try to use it as a shelter. This will create uncertainty for the player whether they found prey or a predator in here. Other than rainy days, there will be no prey. During foggy periods, predators will be here. 160 160 |(% style="width:115px" %)Inner Cave|(% style="width:852px" %)A Hide and resting place for predators. Predators in here are territorial because this place also serves as their nest. 161 161 162 162 (% class="table-bordered" %) 163 163 (% class="active" %)|=State/Creature|=Prey|=Predator|=Scavengers 164 164 |=Resting|Sunny: Dense vegetation 165 -Rain: Dense vegetation and Cave Entrance|Sunny: Inner cave, High Ground and mid elevation 173 +Rain: Dense vegetation and Cave Entrance if there are no predators.|Sunny: Inner cave, High Ground and mid elevation 166 166 Foggy: Cave Entrance and Inner Cave|High Ground and mid elevation 167 167 |=Feeding|Clearing and forest edge.|Sunny: Mid elevation, Dense vegetation, forest edge, clearings, Water proximity, Zone 1 and Zone 2. 168 168 Foggy and Rainy: They won’t enter Dense vegetation.|Mid elevation, forest edge, clearings, Water proximity Zone 1 and Zone 2. ... ... @@ -180,12 +180,12 @@ 180 180 * (% style="color:#000000; font-family:Arial,sans-serif; font-size:11pt; font-style:normal; font-variant:normal; font-weight:700; text-decoration:none; white-space:pre-wrap" %)**Sunny Weather** 181 181 ** (% style="color:#000000; font-family:Arial,sans-serif; font-size:11pt; font-style:normal; font-variant:normal; font-weight:400; text-decoration:none; white-space:pre-wrap" %)Creatures' visual detection range will be 100 meters. 182 182 ** (% style="color:#000000; font-family:Arial,sans-serif; font-size:11pt; font-style:normal; font-variant:normal; font-weight:400; text-decoration:none; white-space:pre-wrap" %)The audio detection range will be 50 meters. 183 -* (% style="color:#000000; font-family:Arial,sans-serif; font-size:11pt; font-style:normal; font-variant:normal; font-weight:700; text-decoration:none; white-space:pre-wrap" %)** Foggy Weather**191 +* (% style="color:#000000; font-family:Arial,sans-serif; font-size:11pt; font-style:normal; font-variant:normal; font-weight:700; text-decoration:none; white-space:pre-wrap" %)**Low Visibility Weather (Fog/Desert Storm)** 184 184 ** (% style="color:#000000; font-family:Arial,sans-serif; font-size:11pt; font-style:normal; font-variant:normal; font-weight:400; text-decoration:none; white-space:pre-wrap" %)Visual Detection will be 40 meters. 185 -** (% style="color:#000000; font-family:Arial,sans-serif; font-size:11pt; font-style:normal; font-variant:normal; font-weight:400; text-decoration:none; white-space:pre-wrap" %)Audio Detection will be 100meters.186 -** (%style="color:#000000;font-family:Arial,sans-serif;font-size:11pt;font-style:normal;font-variant:normal;font-weight:400;text-decoration:none;white-space:pre-wrap"%)Within50 meters,aslightleafcrunch will triggerthe flee state.187 -* (% style="color:#000000; font-family:Arial,sans-serif; font-size:11pt; font-style:normal; font-variant:normal; font-weight:700; text-decoration:none; white-space:pre-wrap" %)** RainyWeather**188 -** (% style="color:#000000; font-family:Arial,sans-serif; font-size:11pt; font-style:normal; font-variant:normal; font-weight:400; text-decoration:none; white-space:pre-wrap" %)Visual Detection range will be 60 meters.193 +** (% style="color:#000000; font-family:Arial,sans-serif; font-size:11pt; font-style:normal; font-variant:normal; font-weight:400; text-decoration:none; white-space:pre-wrap" %)Audio Detection will be 70 meters. 194 +** Audio is muffled. The audio source is hard to identify, so predators will be able to easily lose prey's tracks. 195 +* (% style="color:#000000; font-family:Arial,sans-serif; font-size:11pt; font-style:normal; font-variant:normal; font-weight:700; text-decoration:none; white-space:pre-wrap" %)**Bad Weather** 196 +** (% style="color:#000000; font-family:Arial,sans-serif; font-size:11pt; font-style:normal; font-variant:normal; font-weight:400; text-decoration:none; white-space:pre-wrap" %)Visual detection range will be 60 meters. 189 189 ** (% style="color:#000000; font-family:Arial,sans-serif; font-size:11pt; font-style:normal; font-variant:normal; font-weight:400; text-decoration:none; white-space:pre-wrap" %)The audio detection range will be 30 meters. 190 190 ** (% style="color:#000000; font-family:Arial,sans-serif; font-size:11pt; font-style:normal; font-variant:normal; font-weight:400; text-decoration:none; white-space:pre-wrap" %)Most of the sounds will be muffled by rain interference. 191 191 ** (% style="color:#000000; font-family:Arial,sans-serif; font-size:11pt; font-style:normal; font-variant:normal; font-weight:400; text-decoration:none; white-space:pre-wrap" %)Within 10 meters, a slight leaf crunch is audible. ... ... @@ -192,24 +192,22 @@ 192 192 193 193 ==== (% style="color:#000000; font-family:Arial,sans-serif; font-size:11pt; font-style:normal; font-variant:normal; font-weight:400; text-decoration:none; white-space:pre-wrap" %)**1.3.2 - Prey-Prey Interaction**(%%) ==== 194 194 195 - 196 196 * (% style="color:#000000; font-family:Arial,sans-serif; font-size:11pt; font-style:normal; font-variant:normal; font-weight:400; text-decoration:none; white-space:pre-wrap" %)During sunny weather, prey will spawn and will stay more dispersed 197 -* (% style="color:#000000; font-family:Arial,sans-serif; font-size:11pt; font-style:normal; font-variant:normal; font-weight:400; text-decoration:none; white-space:pre-wrap" %)During foggy weather, they spawn and remain more clustered. Herd-like.204 +* (% style="color:#000000; font-family:Arial,sans-serif; font-size:11pt; font-style:normal; font-variant:normal; font-weight:400; text-decoration:none; white-space:pre-wrap" %)During low-visibility and bad weather, they spawn and remain more clustered. Herd-like. 198 198 * (% style="color:#000000; font-family:Arial,sans-serif; font-size:11pt; font-style:normal; font-variant:normal; font-weight:400; text-decoration:none; white-space:pre-wrap" %)Some creatures will be designed as herds. (Will be specified later) 199 -* (% style="color:#000000; font-family:Arial,sans-serif; font-size:11pt; font-style:normal; font-variant:normal; font-weight:400; text-decoration:none; white-space:pre-wrap" %)If herds or herd-like creature groups trigger each other. For instance, if a prey animal detected a predator, triggering the flee state and initiating a run, the rest of the herd would also enter the flee state and run.206 +* (% style="color:#000000; font-family:Arial,sans-serif; font-size:11pt; font-style:normal; font-variant:normal; font-weight:400; text-decoration:none; white-space:pre-wrap" %)If herds or herd-like groups of creatures trigger each other. For instance, if a prey animal detected a predator, triggering the flee state and initiating a run, the rest of the herd would also enter the flee state and run. 200 200 201 201 **1.3.3 - Scavenger Interaction** 202 202 203 - 204 204 * (% style="color:#000000; font-family:Arial,sans-serif; font-size:11pt; font-style:normal; font-variant:normal; font-weight:400; text-decoration:none; white-space:pre-wrap" %)After the player or any other creature kills a creature, scavengers spawn depending on the weather conditions. 205 205 * (% style="color:#000000; font-family:Arial,sans-serif; font-size:11pt; font-style:normal; font-variant:normal; font-weight:400; text-decoration:none; white-space:pre-wrap" %)If the weather is sunny, scavengers will spawn in 5 minutes near the carcass. 206 -* (% style="color:#000000; font-family:Arial,sans-serif; font-size:11pt; font-style:normal; font-variant:normal; font-weight:400; text-decoration:none; white-space:pre-wrap" %)If the weather is foggy, scavengers will spawnin7 minutes near the carcass.207 -* (% style="color:#000000; font-family:Arial,sans-serif; font-size:11pt; font-style:normal; font-variant:normal; font-weight:400; text-decoration:none; white-space:pre-wrap" %)If the weather is rainy, scavengers will spawnin10 minutes near the carcass.212 +* (% style="color:#000000; font-family:Arial,sans-serif; font-size:11pt; font-style:normal; font-variant:normal; font-weight:400; text-decoration:none; white-space:pre-wrap" %)If the weather is low-visibility, scavengers will spawn near the carcass in 10 minutes. 213 +* (% style="color:#000000; font-family:Arial,sans-serif; font-size:11pt; font-style:normal; font-variant:normal; font-weight:400; text-decoration:none; white-space:pre-wrap" %)If the weather is bad, scavengers will spawn near the carcass in 12 minutes. 208 208 209 -|Time : 0|Kill Occurs215 +|Time|Kill Occurs 210 210 |Sunny Weather|5 mins: Scavenger arrives 211 -| Foggy Weather|7mins: Scavenger arrives212 -| RainyWeather|10mins: Scavenger arrives217 +|Low Visibility Weather|10 mins: Scavenger arrives 218 +|Bad Weather|12 mins: Scavenger arrives 213 213 |If the carcass is scavenged|The carcass turns to bones, and the bones despawn in 5 minutes 214 214 |Time: 20+ mins|Carcass despawns if not scavenged 215 215 ... ... @@ -266,10 +266,10 @@ 266 266 * (% style="color:#000000; font-family:Arial,sans-serif; font-size:11pt; font-style:normal; font-variant:normal; font-weight:400; text-decoration:none; white-space:pre-wrap" %)Foggy: Source —~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~--> Player 267 267 268 268 (% style="line-height:1.38" %) 269 -(% style="color:#000000; font-family:Arial,sans-serif; font-size:11pt; font-style:normal; font-variant:normal; font-weight:400; text-decoration:none; white-space:pre-wrap" %) 150m275 +(% style="color:#000000; font-family:Arial,sans-serif; font-size:11pt; font-style:normal; font-variant:normal; font-weight:400; text-decoration:none; white-space:pre-wrap" %) 70m 270 270 271 271 (% style="line-height:1.38" %) 272 -(% style="color:#000000; font-family:Arial,sans-serif; font-size:11pt; font-style:normal; font-variant:normal; font-weight:400; text-decoration:none; white-space:pre-wrap" %) Echo Effect,harder to pinpoint278 +(% style="color:#000000; font-family:Arial,sans-serif; font-size:11pt; font-style:normal; font-variant:normal; font-weight:400; text-decoration:none; white-space:pre-wrap" %) Muffled and harder to pinpoint 273 273 274 274 275 275 **Audio Range Table** ... ... @@ -317,42 +317,10 @@ 317 317 318 318 === **2.2 - Creature Behaviour Complexity Progression** === 319 319 320 - 321 321 (% style="line-height:1.38" %) 322 -(% style="color:#000000; font-family:Arial,sans-serif; font-size:1 1pt; font-style:normal; font-variant:normal; font-weight:400; text-decoration:none; white-space:pre-wrap" %)Thissectionexplainsthe creaturebehaviours,andtoconveythe progressionto the player,Idesigned the complexityincrease throughzonechanges. However,whentheplayerreachesthenextzone,and itscomplexityincreases,thepreviouszone'scomplexity increasesaswell.327 +(% style="color:#000000; font-family:Arial,sans-serif; font-size:14.6667px; white-space-collapse:preserve" %)In each layer there will be new creatures which may be different in many aspects than the previous layers. Which the player will get used to each creature in the new layer. However there are also suggestions below which may help to improve the complexity of the creature behaviour or the challenge to the player. 323 323 324 324 (% style="line-height:1.38" %) 325 -(% style="color:#000000; font-family:Arial,sans-serif; font-size:11pt; font-style:normal; font-variant:normal; font-weight:700; text-decoration:none; white-space:pre-wrap" %)**At Zone 1 ** 326 - 327 -* (% style="color:#000000; font-family:Arial,sans-serif; font-size:11pt; font-style:normal; font-variant:normal; font-weight:400; text-decoration:none; white-space:pre-wrap" %)Creatures have more predictable behaviours. 328 -* (% style="color:#000000; font-family:Arial,sans-serif; font-size:11pt; font-style:normal; font-variant:normal; font-weight:400; text-decoration:none; white-space:pre-wrap" %)Creatures make more noise. 329 -* (% style="color:#000000; font-family:Arial,sans-serif; font-size:11pt; font-style:normal; font-variant:normal; font-weight:400; text-decoration:none; white-space:pre-wrap" %)They can be found in more predictable locations, such as openings, along waterways, cave entrances or near bushes. 330 -* (% style="color:#000000; font-family:Arial,sans-serif; font-size:11pt; font-style:normal; font-variant:normal; font-weight:400; text-decoration:none; white-space:pre-wrap" %)They react less to the weather conditions. 331 -* (% style="color:#000000; font-family:Arial,sans-serif; font-size:11pt; font-style:normal; font-variant:normal; font-weight:400; text-decoration:none; white-space:pre-wrap" %)Visual and auditory detection ranges 50% lower than base conditions. As a result, 50% fewer triggers in the flee state. 332 - 333 -(% style="line-height:1.38" %) 334 -(% style="color:#000000; font-family:Arial,sans-serif; font-size:11pt; font-style:normal; font-variant:normal; font-weight:700; text-decoration:none; white-space:pre-wrap" %)**From Zone 2 to 4** 335 - 336 -* (% style="color:#000000; font-family:Arial,sans-serif; font-size:11pt; font-style:normal; font-variant:normal; font-weight:400; text-decoration:none; white-space:pre-wrap" %)Creatures have less predictable behaviour. 337 -* (% style="color:#000000; font-family:Arial,sans-serif; font-size:11pt; font-style:normal; font-variant:normal; font-weight:400; text-decoration:none; white-space:pre-wrap" %)Creatures make less noise. 338 -* (% style="color:#000000; font-family:Arial,sans-serif; font-size:11pt; font-style:normal; font-variant:normal; font-weight:400; text-decoration:none; white-space:pre-wrap" %)They can be found in less predictable locations and are more likely to migrate between micro-zones or to areas close to their nests. 339 -* (% style="color:#000000; font-family:Arial,sans-serif; font-size:11pt; font-style:normal; font-variant:normal; font-weight:400; text-decoration:none; white-space:pre-wrap" %)Creatures will interact more frequently with one another. 340 -* (% style="color:#000000; font-family:Arial,sans-serif; font-size:11pt; font-style:normal; font-variant:normal; font-weight:400; text-decoration:none; white-space:pre-wrap" %)They fully respond to weather conditions. 341 -* (% style="color:#000000; font-family:Arial,sans-serif; font-size:11pt; font-style:normal; font-variant:normal; font-weight:400; text-decoration:none; white-space:pre-wrap" %)Visual and auditory detection ranges 30% lower than base conditions. As a result, 30% fewer triggers in the flee state. 342 - 343 -(% style="line-height:1.38" %) 344 -(% style="color:#000000; font-family:Arial,sans-serif; font-size:11pt; font-style:normal; font-variant:normal; font-weight:700; text-decoration:none; white-space:pre-wrap" %)**From Zone 5 to 6** 345 - 346 -* (% style="color:#000000; font-family:Arial,sans-serif; font-size:11pt; font-style:normal; font-variant:normal; font-weight:400; text-decoration:none; white-space:pre-wrap" %)Creatures have less predictable behaviour. 347 -* (% style="color:#000000; font-family:Arial,sans-serif; font-size:11pt; font-style:normal; font-variant:normal; font-weight:400; text-decoration:none; white-space:pre-wrap" %)Creatures will fully interact with each other. 348 -* (% style="color:#000000; font-family:Arial,sans-serif; font-size:11pt; font-style:normal; font-variant:normal; font-weight:400; text-decoration:none; white-space:pre-wrap" %)Visual and auditory detection ranges 10% lower than base conditions. As a result, 10% fewer triggers in the flee state. 349 - 350 -(% style="line-height:1.38" %) 351 -(% style="color:#000000; font-family:Arial,sans-serif; font-size:11pt; font-style:normal; font-variant:normal; font-weight:700; text-decoration:none; white-space:pre-wrap" %)**From Zone 7 to 8** 352 - 353 -* (% style="color:#000000; font-family:Arial,sans-serif; font-size:11pt; font-style:normal; font-variant:normal; font-weight:400; text-decoration:none; white-space:pre-wrap" %)Every behaviour will be in the base conditions, as explained in the previous section. 354 - 355 -(% style="line-height:1.38" %) 356 356 (% style="color:#000000; font-family:Arial,sans-serif; font-size:11pt; font-style:normal; font-variant:normal; font-weight:700; text-decoration:none; white-space:pre-wrap" %)**Design Notes** 357 357 358 358 * (% style="color:#000000; font-family:Arial,sans-serif; font-size:11pt; font-style:normal; font-variant:normal; font-weight:400; text-decoration:none; white-space:pre-wrap" %)Instead of zones, playing time could be used to set the complexity progression.
- XWiki.XWikiComments[1]
-
- Original Selection
-
... ... @@ -1,0 +1,1 @@ 1 +More reactive to the sound-based threats. - Selection
-
... ... @@ -1,1 +1,1 @@ 1 -More reactive to the sound-basedthreats.1 +More reactive to the nearby threats. - State
-
... ... @@ -1,1 +1,1 @@ 1 - SAFE1 +UPDATED
- XWiki.XWikiComments[2]
-
- Original Selection
-
... ... @@ -1,0 +1,1 @@ 1 +State Transition Diagram - Selection
-
... ... @@ -1,1 +1,1 @@ 1 -State Transition Diagram1 +State Transitions Creatur - State
-
... ... @@ -1,1 +1,1 @@ 1 - SAFE1 +UPDATED
- XWiki.XWikiComments[4]
-
- Original Selection
-
... ... @@ -1,0 +1,1 @@ 1 +Player Strategy: Patterns are more predictable. - Selection
-
... ... @@ -1,1 +1,1 @@ 1 -Player Strategy: Patterns aremore predictable.1 +Player Strategy: Patterns are less predictable because the creatures will traverse without being in an alert state. - State
-
... ... @@ -1,1 +1,1 @@ 1 - SAFE1 +UPDATED
- XWiki.XWikiComments[5]
-
- Original Selection
-
... ... @@ -1,0 +1,1 @@ 1 +Player Strategies: Move slowly and quietly, but be careful; players can also be hunted if they are unaware of the predator. - Selection
-
... ... @@ -1,1 +1,1 @@ 1 -Player Strategies: Move slowly and quietly, but becareful; playerscanalsobehuntediftheyareunawareofthe predator.1 +Player Strategies: Move carefully, never know where the danger lies. However, can easily escape from danger. - State
-
... ... @@ -1,1 +1,1 @@ 1 - SAFE1 +UPDATED
- XWiki.XWikiComments[8]
-
- Author
-
... ... @@ -1,1 +1,0 @@ 1 -xwiki:XWiki.AdamDesign - Comment
-
... ... @@ -1,2 +1,0 @@ 1 -Sooo shallow in cave there are preys but deep in cave there are predators? 2 -\\No, it would be hilarious. - Date
-
... ... @@ -1,1 +1,0 @@ 1 -2026-01-13 18:53:24.175 - Selection
-
... ... @@ -1,1 +1,0 @@ 1 -Cave Entrance During rain, most prey will hide here from the rain. Other than rainy days, there will be no prey. During foggy periods, predators will be here. Inner Cave A Hide and resting place for predators. Predators in here are territorial because this place also serves as their nest. - State
-
... ... @@ -1,1 +1,0 @@ 1 -SAFE - Target
-
... ... @@ -1,1 +1,0 @@ 1 -Test file.Eco-System System Design.WebHome
- XWiki.XWikiComments[10]
-
- Original Selection
-
... ... @@ -1,0 +1,1 @@ 1 +From Zone 2 to 4 Creatures have less predictable behaviour. Creatures make less noise. They can be found in less predictable locations and are more likely to migrate between micro-zones or to areas close to their nests. Creatures will interact more frequently with one another. They fully respond to weather conditions. Visual and auditory detection ranges 30% lower than base conditions. As a result, 30% fewer triggers in the flee state. From Zone 5 to 6 Creatures have less predictable behaviour. Creatures will fully interact with each other. Visual and auditory detection ranges 10% lower than base conditions. As a result, 10% fewer triggers in the flee state. From Zone 7 to 8 Every behaviour will be in the base conditions, as explained in the previous section. - Selection
-
... ... @@ -1,1 +1,1 @@ 1 - From Zone 2to4 Creatureshaveless predictable behaviour. Creaturesmake less noise.Theycanbefound inless predictablelocations and aremorelikely to migratebetween micro-zonesor toareasclose totheir nests. Creatureswill interactmorefrequentlywithoneanother.They fully respondtoweather conditions. Visual and auditory detection ranges30% lowerthan base conditions. As a result, 30% fewer triggers inthefleestate.From Zone5 to 6 Creatureshave less predictablebehaviour.Creatureswill fully interact witheachother. Visualand auditory detection ranges 10%lower thanbase conditions. As a result, 10% fewer triggersinthe flee state. FromZone 7to 8 Every behaviour will bein the base conditions, as explained in the previous section.1 +to each creature in the new layer. However there are also suggestions below which may help to improve the complexity of the creature behaviour or the challenge to the player. - State
-
... ... @@ -1,1 +1,1 @@ 1 - SAFE1 +UPDATED
- XWiki.XWikiComments[12]
-
- Comment
-
... ... @@ -5,4 +5,5 @@ 5 5 - PC is bleeding for a longer time? Predator that smeels blood apprears 6 6 - player travesers world and if time and weather are correct they may hear a noises of fight and see birds flying away form there. If they go there they see a predator and prey fighting. (Here i don't condratic myself because it is optional and is visual component is added). 7 7 \\Let me know if i expilained my point here well. 8 -\\Overall great job! Good start with great potential with only few quircks. 8 +\\Overall great job! Good start with great potential with only few quircks. 9 +\\Review the document apply my remarks as well as preapare raw draft of this event director. Once both are ready, let me know! - Selection
-
... ... @@ -1,1 +1,1 @@ 1 -Main comment by Adam 1 +Main comment by Adam
- XWiki.XWikiComments[14]
-
- Author
-
... ... @@ -1,0 +1,1 @@ 1 +XWiki.utkudagli - Comment
-
... ... @@ -1,0 +1,3 @@ 1 +Mainly i desined this document to focus on the creatures behaviours. So main focus in here is not PvE more likely EvE like how creatures will engage with each other. Like where the creatures will rest, what they will react to, how they behave, etc. These information could be used by the player to learn the creatures behaviours but i don't think that it is heavily rely on audio. 2 +\\Since this is a survival game, I think that we could also benefit from the sense of hearing. Yes, some players will not going to listen the environment audio but some will do it. Also, if we focus on the people who'll listen podcast while playing, we may lose the immersion elements, where the people who listens the game audio will be sad about it. Some gamers prefers immersion in survival games. 3 +\\For the environmental conditions you are completely right, it is just a scratch at the surface and I think that instead of implementing in this document it should be another document for the event manager. Which you send me the event manager reference video to me which I will look at it. - Date
-
... ... @@ -1,0 +1,1 @@ 1 +2026-03-07 15:39:48.371 - Reply To
-
... ... @@ -1,0 +1,1 @@ 1 +12
- XWiki.XWikiComments[15]
-
- Author
-
... ... @@ -1,0 +1,1 @@ 1 +XWiki.utkudagli - Comment
-
... ... @@ -1,0 +1,1 @@ 1 +Since we will have different creatures in each layer, what about using the experience level system which also affects the players interaction with the world. For instance, let's say as the player levels up the creatures also levels up like their HP will increase, their armour will increase, prey's damage will increase, etc. This will help us to maintain the challenge while the PC getting stronger. - Date
-
... ... @@ -1,0 +1,1 @@ 1 +2026-03-07 15:51:58.752 - Reply To
-
... ... @@ -1,0 +1,1 @@ 1 +10
- XWiki.XWikiComments[16]
-
- Author
-
... ... @@ -1,0 +1,1 @@ 1 +XWiki.utkudagli - Comment
-
... ... @@ -1,0 +1,1 @@ 1 +Definetly, since we will have specific creatures, they will leave their own spesific marks on the environment. If that's okay I will try to discuss this with the narrative team bc they could inform us about how they imagined what kind of marks they could leave on the environment. - Date
-
... ... @@ -1,0 +1,1 @@ 1 +2026-03-07 15:54:29.940 - Reply To
-
... ... @@ -1,0 +1,1 @@ 1 +9
- XWiki.XWikiComments[17]
-
- Author
-
... ... @@ -1,0 +1,1 @@ 1 +XWiki.utkudagli - Comment
-
... ... @@ -1,0 +1,1 @@ 1 +I was more likely thinking about the idea that if there are no preadators around prey could use it as a shelter. And this will create a suprise moment for the player bc they could not know if there will be preys or predators in here. - Date
-
... ... @@ -1,0 +1,1 @@ 1 +2026-03-07 16:02:50.233 - Reply To
-
... ... @@ -1,0 +1,1 @@ 1 +8
- XWiki.XWikiComments[18]
-
- Author
-
... ... @@ -1,0 +1,1 @@ 1 +XWiki.utkudagli - Comment
-
... ... @@ -1,0 +1,3 @@ 1 +How would you prefer to approach in here? I think that the fog creates a great layer in here to create tension. 2 +\\I think we could solve this issue with changing the dependencies. We could reduce the fog density, and we could reduce the predators activity which the player may encounter a predator in rare ocasion and if they stumble upon each other the prey could act suprised or scared which will create a gap for the player to be prepared to fight against the predator. 3 +\\What do you think? - Date
-
... ... @@ -1,0 +1,1 @@ 1 +2026-03-07 16:09:38.148 - Reply To
-
... ... @@ -1,0 +1,1 @@ 1 +5
- XWiki.XWikiComments[19]
-
- Author
-
... ... @@ -1,0 +1,1 @@ 1 +XWiki.utkudagli - Comment
-
... ... @@ -1,0 +1,1 @@ 1 +I see what you mean I will adapt according to it. However I think we should also plan the weather events that could occur in the game world. For instance when you say dessert layer I started to think that will we have smth like a sand storm. - Date
-
... ... @@ -1,0 +1,1 @@ 1 +2026-03-07 16:16:21.727 - Reply To
-
... ... @@ -1,0 +1,1 @@ 1 +3
- XWiki.XWikiComments[20]
-
- Author
-
... ... @@ -1,0 +1,1 @@ 1 +XWiki.utkudagli - Comment
-
... ... @@ -1,0 +1,1 @@ 1 +But we can't say that the creatures will not react on environment sounds that comming from nearby places. This may ruin the immersion. I understand that we shouldn't be relying on audio but I guess that we should also leave a space for creatures for reacting the environmental sounds that could hint to the creatures that smth is approaching. Maybe we could solve this reducing the sound cue range, that hints the creature smth is approaching. - Date
-
... ... @@ -1,0 +1,1 @@ 1 +2026-03-07 16:22:20.868 - Reply To
-
... ... @@ -1,0 +1,1 @@ 1 +1
- XWiki.XWikiComments[21]
-
- Author
-
... ... @@ -1,0 +1,1 @@ 1 +XWiki.utkudagli - Comment
-
... ... @@ -1,0 +1,1 @@ 1 +Introducing to the player via NPC would be a way or players could experience it and they may start to think that okay caves could be dangerous to enter. Which I think that this is always the case in most of the games. If you entering inside a cave, you could find smth great and you may face enemies that could kill you. I think players could create the connection between these. - Date
-
... ... @@ -1,0 +1,1 @@ 1 +2026-03-07 16:25:44.87 - Reply To
-
... ... @@ -1,0 +1,1 @@ 1 +0