Changes for page Eco-System System Design

Last modified by Utku Dagli on 2026/03/14 17:22

From version 54.2
edited by Utku Dagli
on 2026/03/13 20:29
Change comment: (Autosaved)
To version 52.1
edited by Utku Dagli
on 2026/03/13 20:24
Change comment: Updated annotations

Summary

Details

Page properties
Content
... ... @@ -283,7 +283,7 @@
283 283  |=Weather|=Base Range|=Modifier|=Effective Range|=Directionality|=Player Strategy
284 284  |Sunny|100m|1.0x|100m|Clear|Accurate tracking
285 285  |Rainy|100m|0.6x|60m|Muffled|Close-range only
286 -|Foggy|100m|0.7x|70m|Muffled|Wide area search
286 +|Foggy|100m|1.5x|150m|Echoing|Wide area search
287 287  
288 288  ==== **1.4. - Environmental Disturbance Types** ====
289 289  
... ... @@ -291,13 +291,16 @@
291 291  * (% 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" %)**Crushed grass: **(% 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" %)When the creature walks on grass or in a wheat field, it crushes the grass or wheat, indicating its presence.
292 292  * (% 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" %)**Broken branches: **(% 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" %)When the creature walks on a tree branch on the ground or near a tree, or breaks a branch, this indicates the creature is nearby.
293 293  * (% style="color:#000000; font-size:11pt; margin:0px; padding:0px" %)**Disturbed water:** Indicates the creature is passing by, or drank a couple of seconds ago, or is still drinking.
294 -* (% 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" %)**Mud Tracks: **(% 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" %)Footprints will spawn on rainy days, and the water will fill them. As a result, the fresh tracks will last longer. But in the following rain, if the footprints are still alive, they will start to fade away, as explained in 2.4.1
294 +* (% 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" %)**Mud Tracks: **(% 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" %)Footprints will spawn on rainy days, and the water will fill them. Due to that, the fresh tracks will last longer. But in the following rain, if the footprints are still alive, they will start to fade away, as explained in 2.4.1
295 295  * **Claw Marks: **Claw marks indicate that a predator is nearby.
296 296  
297 297  ----
298 298  
299 +== ==
300 +
299 299  == **2 - Teaching the System** ==
300 300  
303 +
301 301  (% 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" %)An essential aspect of this concept is that players should never be instructed or told how to hunt or find creatures. The player should learn this system while observing creature behaviours and patterns. Depending on the player types, there may be multiple hints to guide players in the right direction.
302 302  
303 303  **Player Types**
... ... @@ -321,20 +321,25 @@
321 321  === **2.2 - Creature Behaviour Complexity Progression** ===
322 322  
323 323  (% style="line-height:1.38" %)
324 -(% style="color:#000000; font-family:Arial,sans-serif; font-size:14.6667px; white-space-collapse:preserve" %)In each layer, there will be new creatures that may differ in many aspects from those in 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.
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.
325 325  
326 326  (% style="line-height:1.38" %)
327 327  (% 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**
328 328  
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" %)Instead of zones, playing time could be used to control the progression of complexity.
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" %)Instead of zones, experience level could be used to set the progression of complexity.
332 +* (% 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.
333 +* (% 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, experience level could be used to set the complexity progression.
331 331  
332 -=== **2.3 - Subtle Hints for the Player** ===
335 +=== **2.3 - NPC Dialogue with Subtle Hints** ===
333 333  
334 -* There will be no traditional NPCs; players will not learn the lore directly.
335 -* Mastering these mechanics will
336 -*
337 337  
338 +(% style="line-height:1.38" %)
339 +(% 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" %)**Hint Types**
340 +
341 +* (% 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" %)**Weather: **(% 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" %)NPC explains the creature's behaviours during the weather changes between texts.
342 +* (% 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" %)**Hunter Wisdom: **(% 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" %)NPC gives subtle hints on prey behaviour and patterns.
343 +* (% 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" %)**Old Tales: **(% 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" %)Tells old tales that caution the player on scavenger and predator behaviour and patterns.
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" %)**Self Thought: **(% 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(% 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" %)** **(% 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" %)PC that talks by itself with the observations depending on the pattern findings.
345 +
338 338  === **2.4 - Quest Design for Teaching** ===
339 339  
340 340