"vault backup: 2026-03-20 14:25:48 from Flow"

This commit is contained in:
2026-03-20 14:25:48 -05:00
parent bd5626c9be
commit 88615fced6
5 changed files with 16 additions and 29 deletions

View File

@@ -46,7 +46,7 @@ services:
WARN_ON_STOP: "true"
ENABLE_CROSSPLAY: "false"
DISABLE_BATTLEYE: "false"
# GAME_MOD_IDS: "" # See mods.md — add IDs here when ready
GAME_MOD_IDS: "1999447172,1609138312,751991809,1404697612,479929837,1984936918,936959483,1967741708,821530042,924933745,771785590,502202937"
restart: unless-stopped
```

View File

@@ -2,7 +2,7 @@
Server mods loaded via `GAME_MOD_IDS` in the compose file.
> **Load order matters.** Mods are loaded in the order their IDs appear in `GAME_MOD_IDS`. Content-heavy mods like Primal Fear must go first.
> **Load order matters.** Mods are loaded in the order their IDs appear in `GAME_MOD_IDS`. Super Structures must go first as other mods may depend on its building framework.
---
@@ -16,16 +16,12 @@ Server mods loaded via `GAME_MOD_IDS` in the compose file.
| 4 | Awesome Spyglass! | 1404697612 | QoL | Shows dino stats, player info, loot, eggs at range |
| 5 | Lethals Reusables | 1967741708 | QoL | Reusable parachutes/tools; removes durability from hazmat/scuba |
| 6 | Upgrade Station v1.8i | 821530042 | QoL | Upgrade armor, weapons, and tools beyond base tier |
| 7 | Primal Fear | 839162288 | Content | Adds tiered dino variants (Toxic → Elemental). PvE focused. |
| 8 | Improved Dinos | 479929837 | Content | Rare dino spawns with better loot and harder fights |
| 9 | Shiny! Dinos | 2016338122 | Content | Rare color-variant dinos to hunt and tame |
| 10 | Immersive Taming | 1251632107 | Content | Hand-feed and interact with creatures to tame; more natural feel|
| 11 | Higher Difficulty | 687208953 | Content | Raises dino level cap up to 9600 |
| 12 | Marniimods: Wildlife | 1984936918 | Content | Adds non-dino animals (owls, etc.) with saddles |
| 13 | The World Turtle | 936959483 | Content | Massive tameable turtle; functions as a mobile base |
| 14 | Dino Tracker | 924933745 | Utility | GPS device to locate tamed dinos on the map |
| 15 | More Turrets and Turret Tools | 771785590 | Defense | New turret types with auto-refill capability |
| 16 | Rideable Dodos | 502202937 | Fun | Makes dodos mountable. Important. |
| 7 | Improved Dinos | 479929837 | Content | Rare dino spawns with better loot and harder fights |
| 8 | Marniimods: Wildlife | 1984936918 | Content | Adds non-dino animals (owls, etc.) with saddles |
| 9 | The World Turtle | 936959483 | Content | Massive tameable turtle; functions as a mobile base |
| 10 | Dino Tracker | 924933745 | Utility | GPS device to locate tamed dinos on the map |
| 11 | More Turrets and Turret Tools | 771785590 | Defense | New turret types with auto-refill capability |
| 12 | Rideable Dodos | 502202937 | Fun | Makes dodos mountable. Important. |
---
@@ -65,21 +61,9 @@ Adds an upgrade workbench that lets you push armor, weapons, and tools to higher
### Content & Creatures
**Primal Fear** `839162288`
Massive content mod. Adds tiered dino variants: Toxic, Alpha, Apex, Fabled, Buffoon, Celestial, Demonic, Elder, and Elemental. Each tier is harder to tame but stronger. Boss dinos included. **PvE only — not designed for PvP.** Must be first in mod load order. Incompatible with mods that override vanilla creatures (e.g. Classic Flyers).
**Improved Dinos** `479929837`
Spawns rare dino variants with increased difficulty and guaranteed high-quality blueprint drops on kill. Makes the world feel more alive and rewards exploration.
**Shiny! Dinos** `2016338122`
Rare, distinctively-colored dino spawns. Inspired by Pokémon shinies. Adds a collectible hunt layer to taming without changing core mechanics.
**Immersive Taming** `1251632107`
Replaces the traditional knockout/force-feed taming loop with a trust-based approach — feeding and interacting with creatures over time. More natural feel on PvE servers. Can coexist with standard taming methods.
**Higher Difficulty** `687208953`
Raises the server-side dino level cap. Vanilla max is 150; this mod pushes it up to 9600. Pairs well with Primal Fear since tiered dinos need room to scale.
**Marniimods: Wildlife** `1984936918`
Adds non-dinosaur animals to the world — owls and others, many with saddles. Fills out the ecosystem beyond the vanilla creature roster.
@@ -110,7 +94,7 @@ Exactly what it says.
If using multiple mods, prioritize content mods before QoL mods:
```
GAME_MOD_IDS=839162288,1999447172,1609138312,751991809,1404697612,479929837,2016338122,1251632107,687208953,1984936918,936959483,1967741708,821530042,924933745,771785590,502202937
GAME_MOD_IDS=1999447172,1609138312,751991809,1404697612,479929837,1984936918,936959483,1967741708,821530042,924933745,771785590,502202937
```
> Primal Fear (839162288) first. Super Structures (1999447172) second. Adjust order if mod conflicts arise.
> Super Structures (1999447172) first. Adjust order if mod conflicts arise.