docs: fix stale pipeline repo name + script_text path drift#32
Open
Exoridus wants to merge 2 commits into
Open
docs: fix stale pipeline repo name + script_text path drift#32Exoridus wants to merge 2 commits into
Exoridus wants to merge 2 commits into
Conversation
added 2 commits
May 27, 2026 01:25
…e, streak observe Four new features shipped alongside Fahrenheit v1.0.0-alpha10 update: **Battle Camera Lock** — three-hook set covering every camera-change path. - MsAtelRequestCamera (0x397BD0): standard attack camera, 12 call sites. - MsAtelRequestMagicCamera (0x398010): magic-spell camera; returns 0xFF sentinel on suppress. - MsBattleSpecialCameraPause (0x39DDD0): cinematic/boss/overdrive camera; bare skip-orig (partner MsBattleSpecialCameraFree is a no-op when Pause was suppressed via btl._24_1_ guard). - Three modes: Off / EnemyTurnsOnly (default) / AllTurns. - Legacy bool EnemyCameraLock migrated on settings load. **Parry Visual Effect** — fires Sentinel barrier visual (effect 0x4A) on parrying character via global-handle emitter MsBtlSetHitEffect (0x39EC60). PC-safe (mirrors engine's own usage for Sentinel-statused party members). Default-on. **Disable Native Evasion** (MsDmgCalcCheckHit, 0x38A950) — always calls orig to preserve RNG; overrides MISS→HIT for real PCs only (not aeons, not monsters) when enabled. HIT/MISS enum values are auto-discovered by observing 5+ consecutive PC-target returns. Default-off. **Streak Counter-Attack** (observe-only by default) — increments per-slot consecutive-parry streak at cue-clear time; calls MsInsertBtlCommand (0x3929D0) when threshold is reached and _optionStreakCounter is on. Default-off pending in-game verification of the call address and AttackCue layout; the streak observation and debug overlay output are always active. Also: remove StartupProbe.cs (startup-skip spikes retired), fix ms_camera_matrix cast from nint* to uint* following Fahrenheit v1.0.0-alpha10 API change, add FfxDataMappings entries.
…wledge-base) + migrated script_text path Files changed: - REPO_BOUNDARY.md: renamed all repo references (title, section heading, cd instructions, config.json ref, regeneration path); corrected tools/ claim to .workspace/tools/ (gitignored); updated Battles/Events table paths inputs/script_text/ -> canonical/ffx/scripts/text/ - docs/data-pipeline.md: renamed repo references (prose, output path prefix, README ref, cd command); updated Battles/Events table paths and prose reference - docs/localization.md: renamed repo reference in Build/Data Pipeline section; updated frozen snapshots path reference - build/Build.cs: renamed repo reference in tools.cmd help line Two drift classes fixed: 1. Repo rename: ffx-forensics-pipeline -> ffx-knowledge-base (sibling repo was renamed) 2. Path migration: inputs/script_text/<locale>/ -> canonical/ffx/scripts/text/<locale>/ (script-text extractor now committed to canonical/ not inputs/) mappings/runtime/ffx-mappings.provenance.json intentionally not edited — generator field self-heals on the next build-mod-runtime-bundles run.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
ffx-forensics-pipelineupdated toffx-knowledge-basethroughout docs and build help strings (the sibling forensics repo was renamed).inputs/script_text/path: Table entries and prose references updated tocanonical/ffx/scripts/text/<locale>/— the script-text extractor now commits its outputs tocanonical/rather thaninputs/.REPO_BOUNDARY.mdpreviously claimed pipeline tooling lives committed underffx-forensics-pipeline/tools/— corrected to.workspace/tools/(gitignored, downloaded at runtime).Files changed
REPO_BOUNDARY.mdcdinstructions, config ref, regeneration path, tools/ →.workspace/tools/, Battles/Events table pathsdocs/data-pipeline.mdcdcommand, Battles/Events table paths and prosedocs/localization.mdbuild/Build.cstools.cmdhelp lineNote
mappings/runtime/ffx-mappings.provenance.jsonstill contains both stale values ("generator": "ffx-forensics-pipeline"and"script_text": "inputs/script_text"). This file is intentionally not edited here — itsgeneratorfield and paths self-heal on the nextbuild-mod-runtime-bundlesrun in the pipeline repo.