26 lines
1.2 KiB
Plaintext
26 lines
1.2 KiB
Plaintext
; RV Interior Expansion (B42) — sortof-operator-curated sorting rules.
|
|
; Provenance: data/rules/curated/. Edit freely when authoring new
|
|
; load-order constraints for mods whose authors didn't declare them.
|
|
;
|
|
; Triggers:
|
|
; - 3618427553 (RVInteriorExpansion, map folder rvupdate)
|
|
; - 3622163276 (RVInteriorExpansionPart2, map folder rv2)
|
|
; Auto-injected by app.py:_auto_rules_for() when either trigger wsid is
|
|
; in the user's input. User-supplied rules are appended afterward and
|
|
; override these on conflicting keys.
|
|
;
|
|
; Authored ordering: PROJECTRVInterior42 → RVInteriorExpansion → RVInteriorExpansionPart2.
|
|
; The expansion mods don't declare these loadAfter relationships in their own
|
|
; mod.info. The actual adjacent placement is now enforced by PREORDER slots
|
|
; 8/9 in mlos_sort.py — `loadAfter` only constrains topo order and lets
|
|
; category-sort drift the expansions to the end of MODS_LINE under
|
|
; "undefined". The rules below remain as documentation of the intended chain
|
|
; AND so the `rules-applied` warning still fires when either expansion wsid
|
|
; is in the user's input.
|
|
|
|
[RVInteriorExpansion]
|
|
loadAfter=PROJECTRVInterior42
|
|
|
|
[RVInteriorExpansionPart2]
|
|
loadAfter=RVInteriorExpansion
|