"vault backup: 2026-03-20 14:15:42 from Flow"

This commit is contained in:
2026-03-20 14:15:42 -05:00
parent 8f31f6dd95
commit bd5626c9be
2 changed files with 29 additions and 43 deletions

View File

@@ -8,7 +8,8 @@
"Bash(ssh raspi:*)", "Bash(ssh raspi:*)",
"WebSearch", "WebSearch",
"WebFetch(domain:github.com)", "WebFetch(domain:github.com)",
"WebFetch(domain:oneuptime.com)" "WebFetch(domain:oneuptime.com)",
"WebFetch(domain:steamcommunity.com)"
] ]
} }
} }

View File

@@ -1,6 +1,6 @@
# ARK: Survival Evolved — Mod Reference # ARK: Survival Evolved — Mod Reference
Top 20 server mods. All are Steam Workshop mods loaded via `GAME_MOD_IDS` in the compose file. 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`. Content-heavy mods like Primal Fear must go first.
@@ -9,39 +9,38 @@ Top 20 server mods. All are Steam Workshop mods loaded via `GAME_MOD_IDS` in the
## Quick Reference Table ## Quick Reference Table
| # | Mod Name | Workshop ID | Category | Notes | | # | Mod Name | Workshop ID | Category | Notes |
| --- | ----------------------------- | ----------- | ------------- | -------------------------------------------------------------------- | |----|-------------------------------|-------------|---------------|-----------------------------------------------------------------|
| 1 | Super Structures | 1999447172 | Building | Use instead of S+. More polished fork. | | 1 | Super Structures | 1999447172 | Building | Building overhaul + built-in automation (collector, crafter) |
| 2 | Structures Plus (S+) | 731604991 | Building | Original. Superseded by Super Structures — pick one. | | 2 | Dino Storage v2 | 1609138312 | Creature Mgmt | Pokéball-style creature storage |
| 3 | Dino Storage v2 | 1609138312 | Creature Mgmt | Pokéball-style creature storage | | 3 | Death Recovery Mod | 751991809 | QoL | Gravestone on death; recover lost items |
| 4 | Death Recovery Mod | 751991809 | QoL | Gravestone on death; recover lost items | | 4 | Awesome Spyglass! | 1404697612 | QoL | Shows dino stats, player info, loot, eggs at range |
| 5 | 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 | Awesome Teleporters! | 889745138 | QoL | Fast travel network; personal teleporter remote | | 6 | Upgrade Station v1.8i | 821530042 | QoL | Upgrade armor, weapons, and tools beyond base tier |
| 7 | Auto Engrams! | 1428596566 | QoL | Auto-unlocks engrams on level up | | 7 | Primal Fear | 839162288 | Content | Adds tiered dino variants (Toxic → Elemental). PvE focused. |
| 8 | Lethals Reusables | 1967741708 | QoL | Reusable parachutes/tools; removes durability from hazmat/scuba | | 8 | Improved Dinos | 479929837 | Content | Rare dino spawns with better loot and harder fights |
| 9 | Upgrade Station v1.8i | 821530042 | QoL | Upgrade armor, weapons, and tools beyond base tier | | 9 | Shiny! Dinos | 2016338122 | Content | Rare color-variant dinos to hunt and tame |
| 10 | Primal Fear | 839162288 | Content | Adds tiered dino variants (Toxic → Elemental). PvE focused. | | 10 | Immersive Taming | 1251632107 | Content | Hand-feed and interact with creatures to tame; more natural feel|
| 11 | Improved Dinos | 479929837 | Content | Rare dino spawns with better loot and harder fights | | 11 | Higher Difficulty | 687208953 | Content | Raises dino level cap up to 9600 |
| 12 | Shiny! Dinos | 2016338122 | Content | Rare color-variant dinos to hunt and tame | | 12 | Marniimods: Wildlife | 1984936918 | Content | Adds non-dino animals (owls, etc.) with saddles |
| 13 | Immersive Taming | 1251632107 | Content | Hand-feed and interact with creatures to tame; more natural feel | | 13 | The World Turtle | 936959483 | Content | Massive tameable turtle; functions as a mobile base |
| 14 | Higher Difficulty | 687208953 | Content | Raises dino level cap up to 9600 | | 14 | Dino Tracker | 924933745 | Utility | GPS device to locate tamed dinos on the map |
| 15 | Marniimods: Wildlife | 1984936918 | Content | Adds non-dino animals (owls, etc.) with saddles | | 15 | More Turrets and Turret Tools | 771785590 | Defense | New turret types with auto-refill capability |
| 16 | The World Turtle | 936959483 | Content | Massive tameable turtle; functions as a mobile base | | 16 | Rideable Dodos | 502202937 | Fun | Makes dodos mountable. Important. |
| 17 | Dino Tracker | 924933745 | Utility | GPS device to locate tamed dinos on the map |
| 18 | More Turrets and Turret Tools | 771785590 | Defense | New turret types with auto-refill capability |
| 19 | Survivor Chronicles | 3582903552 | Map Expansion | Expands Lost Island with 14 biomes and 31 caves (WIP, ~36% complete) |
| 20 | Rideable Dodos | 502202937 | Fun | Makes dodos mountable. Important. |
--- ---
## Mod Details ## Mod Details
### Building ### Building & Automation
**Super Structures** `1999447172` **Super Structures** `1999447172`
Fork of S+ from 2019 with a cleaner codebase and fewer bugs. Adds snapping, auto-doors/gates, item collectors, auto-crafter, silent structures, fuel-free torches. The recommended choice over the original S+. Fork of S+ with a cleaner codebase and fewer bugs. Adds snapping, auto-doors/gates, silent structures, and fuel-free torches. Also includes a built-in automation suite — **this replaces the need for a dedicated automation mod:**
- **SS Item Collector** — periodically sweeps nearby containers and dinos for specified items (eggs, feces, resources) and deposits them
- **SS Item Aggregator** — combines Hatchery, Gardener, Collector, and Farmer roles; less server-intensive than the old per-role structures
- **SS Auto-Crafter** — automates crafting queues with materials pulled from nearby storage
- **Resource pull** — integrated into the inventory UI; works on any container
**Structures Plus (S+)** `731604991` > Dedicated "automation mods" (Automated Ark, AA3) are both effectively abandoned and broken post-Aquatica. Super Structures' built-in tools cover the same ground and are actively maintained.
The original building overhaul that S+ forked from. Avoid using both simultaneously. Listed here for reference — Super Structures is preferred.
--- ---
@@ -56,13 +55,6 @@ Places a gravestone at your death location. You can retrieve all lost items from
**Awesome Spyglass!** `1404697612` **Awesome Spyglass!** `1404697612`
Replaces the vanilla spyglass. Points at dinos to see HP, torpor, level, and stats. Works on players, structures, eggs, and supply drops too. Essential for evaluating tame candidates. Replaces the vanilla spyglass. Points at dinos to see HP, torpor, level, and stats. Works on players, structures, eggs, and supply drops too. Essential for evaluating tame candidates.
**Awesome Teleporters!** `889745138`
Places teleporter pads around the map for fast travel between bases and farming spots. Includes a personal teleporter remote that doubles as an item recovery tool on death.
> Note: As of early 2026, the Steam Workshop page for this mod may be restricted. Verify availability before adding.
**Auto Engrams!** `1428596566`
Automatically unlocks all available engrams as you level up. Eliminates the tedious engram point management that clutters early-game progression on private servers.
**Lethals Reusables** `1967741708` **Lethals Reusables** `1967741708`
Makes parachutes, grappling hooks, and tools reusable. Removes durability from hazmat suits and scuba gear. Significantly reduces the grind around utility items. Makes parachutes, grappling hooks, and tools reusable. Removes durability from hazmat suits and scuba gear. Significantly reduces the grind around utility items.
@@ -106,13 +98,6 @@ Adds new defensive turret types beyond vanilla and a tool for auto-refilling amm
--- ---
### Map Expansion
**Survivor Chronicles** `3582903552`
Work-in-progress expansion for the Lost Island DLC map. Adds 14 new biomes and 31 caves. ~36% complete as of early 2026. Only relevant if playing on Lost Island.
---
### Fun ### Fun
**Rideable Dodos** `502202937` **Rideable Dodos** `502202937`
@@ -125,7 +110,7 @@ Exactly what it says.
If using multiple mods, prioritize content mods before QoL mods: If using multiple mods, prioritize content mods before QoL mods:
``` ```
GAME_MOD_IDS=839162288,1999447172,1609138312,751991809,1404697612,479929837,2016338122,1251632107,687208953,1984936918,936959483,889745138,1428596566,1967741708,821530042,924933745,771785590,502202937 GAME_MOD_IDS=839162288,1999447172,1609138312,751991809,1404697612,479929837,2016338122,1251632107,687208953,1984936918,936959483,1967741708,821530042,924933745,771785590,502202937
``` ```
> Primal Fear (839162288) first. Super Structures (1999447172) second. Adjust order if mod conflicts arise. > Primal Fear (839162288) first. Super Structures (1999447172) second. Adjust order if mod conflicts arise.