feat: add NimmerSky modlist foundation
- Visions of Vaermina reference list parsed into sections - Community Shaders guide with PGPatcher setup - Body/animation stack documentation - CSV/ODS tracking spreadsheets Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
190
sections/_LOAD_ORDER_LOGICAL.txt
Normal file
190
sections/_LOAD_ORDER_LOGICAL.txt
Normal file
@@ -0,0 +1,190 @@
|
||||
# MO2 Load Order - LOGICAL READING ORDER
|
||||
# ========================================
|
||||
# This file presents the SAME load order as _LOAD_ORDER.txt, but REVERSED
|
||||
# for natural reading: #1 = loads FIRST, #104 = loads LAST (wins conflicts)
|
||||
#
|
||||
# Read this top-to-bottom to understand load sequence and conflict resolution.
|
||||
# Group headings show major organizational phases.
|
||||
#
|
||||
# (The original file reads BOTTOM-TO-TOP because MO2's plugin list reads that way.
|
||||
# This file reverses it for human sanity. Both represent the same load order.)
|
||||
|
||||
# ============================================================================
|
||||
# FOUNDATION PHASE - Core Requirements & Engine Hooks
|
||||
# ============================================================================
|
||||
# These MUST load first. They provide the engine foundations for everything else.
|
||||
|
||||
1. CORE
|
||||
2. Creation Club + Cleaned Plugins
|
||||
3. Unofficial Patches
|
||||
4. SKSE & Core DLL Mods
|
||||
5. DLL & Plugin Enhancements
|
||||
6. Bug & Script Fixes
|
||||
7. Control Bug Fixes
|
||||
8. Quest Bug Fixes
|
||||
|
||||
# ============================================================================
|
||||
# INTERFACE PHASE - UI Layer
|
||||
# ============================================================================
|
||||
# UI must load before content that references it
|
||||
|
||||
9. USER INTERFACE
|
||||
10. UI Foundation
|
||||
11. UI Addons
|
||||
|
||||
# ============================================================================
|
||||
# NAVIGATION & WORLD REFERENCE
|
||||
# ============================================================================
|
||||
# World map and spatial reference before visual overlays
|
||||
|
||||
12. World Map
|
||||
13. Mesh Fixes
|
||||
|
||||
# ============================================================================
|
||||
# VISUALS PHASE - Foundation Visual Systems
|
||||
# ============================================================================
|
||||
# Base visual frameworks before specific content
|
||||
|
||||
14. Visuals
|
||||
15. Core Foundations
|
||||
16. Weather and Sky
|
||||
17. Landscapes and World Improvements
|
||||
|
||||
# ============================================================================
|
||||
# FLORA & LANDSCAPE DETAILS
|
||||
# ============================================================================
|
||||
# Vegetation and terrain refinement
|
||||
|
||||
18. Grass
|
||||
19. Trees
|
||||
20. Flora
|
||||
|
||||
# ============================================================================
|
||||
# ARCHITECTURE & CITY BUILDING
|
||||
# ============================================================================
|
||||
# Structural and city modifications
|
||||
|
||||
21. Cities, Towns & Architecture
|
||||
22. Towns
|
||||
23. Cities of the North & JK's
|
||||
24. Whiterun
|
||||
25. Markarth
|
||||
26. Riften
|
||||
27. Solitude
|
||||
28. Windhelm
|
||||
29. City Patch Collections
|
||||
30. Architecture
|
||||
31. Smaller Architecture
|
||||
32. Dawnguard and Dragonborn DLC
|
||||
33. Underground & Ice
|
||||
34. Shrines and Statues
|
||||
35. JK's Skyrim & Interiors
|
||||
36. Snazzy Overhauls
|
||||
37. Temryuu Interiors
|
||||
38. Smaller Stuff
|
||||
39. Animals
|
||||
40. Creatures
|
||||
41. Clutter
|
||||
42. Furniture
|
||||
43. Valuables & JS Mods
|
||||
44. Food and Beverages
|
||||
45. Ingredients
|
||||
46. Vanilla Armor & Clothing Replacers
|
||||
47. Vanilla Equipment Retextures
|
||||
|
||||
# ============================================================================
|
||||
# GAMEPLAY SYSTEMS
|
||||
# ============================================================================
|
||||
# Mechanics and content systems
|
||||
|
||||
48. Gameplay
|
||||
49. Survival
|
||||
50. Character Visuals & RaceMenu
|
||||
51. Core Character Visuals
|
||||
52. Humanoids
|
||||
53. Scars, Overlays, and Misc
|
||||
54. Beast Races
|
||||
55. Hair
|
||||
56. Eyes
|
||||
57. Brows
|
||||
58. 3BA BodySlide Presets
|
||||
59. HIMBO BodySlide Presets
|
||||
60. OBody
|
||||
61. Race Menu Presets
|
||||
|
||||
# ============================================================================
|
||||
# VISUAL EFFECTS & LIGHTING
|
||||
# ============================================================================
|
||||
# VFX and lighting systems
|
||||
|
||||
62. World VFX
|
||||
63. Water
|
||||
64. Visual FX & Decals
|
||||
65. Dragons
|
||||
66. Lighting
|
||||
67. VFX - Later Loaders
|
||||
68. Ancient Dwemer Metal Patches
|
||||
69. ENB Particle Lights
|
||||
70. Visuals - Late Loaders
|
||||
|
||||
# ============================================================================
|
||||
# CHARACTER & ANIMATION SYSTEMS
|
||||
# ============================================================================
|
||||
# Character resources and animation foundations
|
||||
|
||||
71. Audio Overhauls
|
||||
72. Animations and Audio
|
||||
73. Anim Foundations
|
||||
74. Idle Anims
|
||||
75. Locomotion Anims
|
||||
76. Combat Animations
|
||||
77. Anim Fixes
|
||||
78. Followers and NPCs
|
||||
79. Framework & Resources
|
||||
80. NPC Resources
|
||||
81. NPC Overhauls
|
||||
|
||||
# ============================================================================
|
||||
# LATE-BINDING CONTENT & OVERRIDES
|
||||
# ============================================================================
|
||||
# Systems that must come after their dependencies
|
||||
|
||||
82. OStim
|
||||
83. Essentials
|
||||
84. Enhancements
|
||||
85. Gameplay & Quests
|
||||
86. Animations
|
||||
87. Finishing Line
|
||||
88. eFPS
|
||||
89. Northern Roads & Patches
|
||||
90. Alternate Perpsective
|
||||
91. Overrides and Patches
|
||||
|
||||
# ============================================================================
|
||||
# PERFORMANCE & SETTINGS LAYER
|
||||
# ============================================================================
|
||||
# These tune the whole stack
|
||||
|
||||
92. Settings Loaders
|
||||
93. Controller Support
|
||||
94. Resolution Presets
|
||||
95. Outputs
|
||||
96. ENB Essentials
|
||||
97. ENB Preset Options
|
||||
98. Community Shaders
|
||||
|
||||
# ============================================================================
|
||||
# INFRASTRUCTURE & META
|
||||
# ============================================================================
|
||||
# These are not game content
|
||||
|
||||
99. Modder Tools
|
||||
100. Other Profiles (LEAVE DISABLED)
|
||||
101. Not Yet Installed
|
||||
|
||||
# ============================================================================
|
||||
# PROFILE METADATA
|
||||
# ============================================================================
|
||||
|
||||
102. Visions of Vaermina 1.0.0
|
||||
|
||||
Reference in New Issue
Block a user