Probe journal route listeners

This commit is contained in:
2026-06-20 00:25:47 -05:00
parent 71c044f643
commit 451e84beb1
3 changed files with 167 additions and 3 deletions
+5 -3
View File
@@ -546,6 +546,8 @@ Better versions of this mod could:
graph component
- ship multiple archives only if a data patch is proven to affect routing
The next practical step is one more in-game route-plotting run with the current
RED4ext mappin-system slot probe installed. If it logs concrete slot RVAs, the
next static-disassembly target is no longer a guess.
The next practical runtime step is no longer broad map/mappin logging. The
installed RED4ext shim now hooks `JournalManager.TrackEntry` directly and dumps
the listener array that native `TrackEntry` calls through. A short route-plotting
run should identify which native listener consumes tracked quest/objective
changes; that listener is the next focused static-disassembly target.