Commit Graph

12 Commits

Author SHA1 Message Date
dafit
f6fa259f63 fix: Remove LOTD Followers Patch from stack
Scrapped - only needed for modded followers (Inigo, Auri, etc.)
No modded followers in our stack = not needed

Stack verification complete:
- All mods downloaded ✓
- Pilgrim added ✓
- M.A.R.A.S already installed ✓

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-03-18 20:55:08 +01:00
dafit
24eb731b4b feat: Add comprehensive load order guide
8-section load order with rationale:
1. Frameworks & Combat (BFCO, Precision, SCAR)
2. SimonRim Suite (Simon's recommended order)
3. Survival Stack (Campfire, Last Seed, Stress/Fear, Bathing)
4. Economy & Loot (EVE, Morrowloot, Jewelry)
5. Content & Quests (LOTD, JaySerpa suite)
6. Relationships (M.A.R.A.S)
7. Patches (grouped by interaction type)
8. Final patches (Synthesis/Bashed)

Includes post-install checklist:
- Pandora, Synthesis, LOOT, DynDOLOD
- MCM settings reminders

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-03-18 19:52:26 +01:00
dafit
892eeaeee8 feat: Add Precision - Thaumaturgy Patch
Color-coded weapon trails for Thaumaturgy enchantments:
- Fire → red, Poison → green, Paralysis → green, etc.
- Visual polish for Precision + SimonRim enchanting

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-03-18 19:44:55 +01:00
dafit
93179ab5a2 feat: Add Patches for Thaumaturgy
Essential patches for enchanting integration:
- Thaumaturgy ↔ Morrowloot Ultimate
- Thaumaturgy ↔ Immersive Jewelry

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-03-18 19:43:33 +01:00
dafit
1732a3a567 feat: Add survival crafting addons
- Bathing in Skyrim - Animal Fat and Linen (soap/rag crafting)
- Campfire CC Fish Cooking (cook CC fish at campfire)

Completes the survival crafting loops:
Hunt → fat → soap → hygiene
Fish → cook at campfire → food

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-03-18 19:40:03 +01:00
dafit
e6ec802ba4 feat: Add Stress and Fear ecosystem patches
- Bathing in Skyrim - Stress and Fear Patch (bathing reduces stress)
- iWant Status Bars - Stress and Fear Addon (HUD stress indicator)

Building out the JaySerpa ecosystem integration

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-03-18 19:31:56 +01:00
dafit
dab7212c6e feat: Add Last Seed - Craftable Cure Potions Add-on
Craft disease cures at alchemy lab with thematic recipes
- Sanguinare Vampiris cure requires Vampire Dust, etc.
- Synergy: Apothecary alchemy + Last Seed diseases

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-03-18 19:30:57 +01:00
dafit
e462cb292f fix: Add Precision - Mysticism Bound Weapons Patch
Fixes weapon trail visual effects on Mysticism's bound weapons
when using Precision combat mod

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-03-18 19:27:47 +01:00
dafit
bc7f47e71f fix: Add Campfire - Pilgrim Patch to required patches
Essential patch for Campfire + Pilgrim (SimonRim) combo
- Makes amulet backpack effects consistent with divine effects

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-03-18 19:23:43 +01:00
dafit
87edfa4342 feat: Add economy/loot stack and comprehensive patch list
Economy/Loot/Crafting additions:
- Evolving Value Economy (dynamic market, archived mod)
- Morrowloot Ultimate (deleveled hand-placed artifacts)
- Gourmet (SimonRim cooking)
- Immersive Jewelry SSE (multiple rings)

Patch list compiled (interaction patches only):
- Tier 1 Essential: Gabriel's Patch Hub, Last Seed-Gourmet-SimonRim,
  LOTD Official Patches, MLU Patches
- Tier 2 Recommended: Stress/Fear Hexed, Ze's Patch Hub
- Tier 3 Native: BFCO/B&B/SCAR, Campfire/Adamant, S&F/Pilgrim
- Tier 4 Caution: EVE/SimonRim, Arena/MLU overlap

MCM notes: Disable Last Seed skooma addiction + follower needs

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-03-18 19:18:18 +01:00
dafit
0265cd9df6 refactor: Finalize survival stack - Frostfall → CC Survival Mode
Survival decisions (2026-03-18):
- REMOVED Frostfall: No SkyrimNet triggers, scripted overhead
- ADDED Creation Kit Survival Mode: Native engine, exposed functions, faster
- DISABLED Last Seed follower needs: Use CC exposed functions instead
  Avoids bloating script load with parallel need tracking

Also updated:
- AI Layer section to reflect current inference architecture
  (Euryale-70B + Gemma-27B + Qwen3-VL routing)
- Infrastructure notes aligned with inference_architecture_plan.txt

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-03-18 15:33:43 +01:00
dafit
4058558b11 feat: Initial NimmerSky documentation
- ARCHITECTURE-RESEARCH.md: Three-system landscape analysis (Mantella/CHIM/SkyrimNet)
  - Context bleed analysis and fixes
  - Oghma Infinium RAG documentation
  - Nimmerverse integration architecture
- inference_architecture_plan.txt: Deployed inference architecture
  - Euryale-70B (dialogue) on Theia:31001
  - Gemma-27B (structured JSON) on Dioscuri:31004
  - Qwen3-VL-8B (vision) on Dioscuri:31005
- gameplay_stack.txt: Modlist configuration
- gameplay_dependencies.txt: Mod dependencies
- Mod priority/status tracking

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-03-18 15:25:54 +01:00