Logo
Explore Help
Register Sign In
Dawnsorrow/Fractured-Distro
Watch 1
Star 0
Fork 0
Code Issues Pull Requests Actions Packages Projects Releases 42 Wiki Activity

42 Releases 43 Tags

RSS Feed
  • v0.7.57-client-vfx-hotfix 9e3711bc7b
    Compare

    Fractured v0.7.57-client-vfx-hotfix Stable

    Dawnsorrow released this 2026-06-16 23:31:29 +00:00 | 0 commits to main since this release

    Client-only hotfix. No server update required.

    What happened

    v0.7.56-item-forge-ilvl-names was the first release that shipped rebuilt
    patch-enUS-A/B/C.MPQ asset shards from the decomposed loose src/ trees (instead
    of carrying the old opaque ~74 MB MPQs from v0.7.54).

    Those shard trees accidentally contained Git LFS pointer text (~129 bytes per
    file) for 230 assets — literal version https://git-lfs.github.com/spec/v1 stubs,
    not real .blp/.m2 data. The build packed them verbatim into the MPQs.

    WoW loads patches in order 4 → … → A → B → C → D. For dozens of spell/world
    paths, a pointer stub in A/B/C overrode the real asset already present in
    patch-enUS-4.MPQ (MPQ paths are case-insensitive). The client tried to render
    pointer text as textures/models → green missing-texture VFX (including login
    screen effects).

    This was not caused by patch-5 (FrameXML), item ilvl renames (server-side),
    or a partial launcher sync. The launcher correctly downloaded and verified the
    broken release bytes. The release itself was wrong.

    What we fixed (Fractured-Client-Patches)

    • Materialized all LFS pointer stubs from .git/lfs/objects into real binaries.
    • Removed ~3k duplicate paths from A/B/C that already ship from patch-4 (shards
      must not override patch-4 on the same archive path).
    • Added tools/fix_lfs_pointer_src.py and a build guard (guard_no_lfs_pointers.py)
      so build_all.py fails if pointer stubs reappear.

    Players

    1. Fully exit WoW.
    2. Launcher Update (or replace all patch MPQs from this release).
    3. Confirm shard sizes are roughly A ~24 MB, B ~33 MB, C ~31 MB (not the
      old ~47–54 MB pointer-inflated layout from v0.7.56).
    4. Cache/WDB are cleared automatically by the launcher.

    No change to patch-enUS-D.MPQ gameplay vs v0.7.56 (ItemForge ilvl UI unchanged).

    Operators

    No VPS reboot needed unless you are deploying unrelated server work.

    Maintainers

    FCP_REF=<patches-repo-commit> bash tools/fractured-client-patch-workspace/scripts/publish-client-release.sh \
      v0.7.57-client-vfx-hotfix v0.7.56-item-forge-ilvl-names
    

    Record the Fractured-Client-Patches commit hash from the publish output in this
    file after the release is cut.

    Fractured-Client-Patches commit: 7ee5986a1f12dc051555a7b45cb038173e4cf567

    Downloads
    • Wow.exe
      7.3 MiB
      2026-06-16 23:33:38 +00:00
    • patch-enUS-4.MPQ
      78 MiB
      2026-06-16 23:33:11 +00:00
    • patch-enUS-5.MPQ
      96 KiB
      2026-06-16 23:33:12 +00:00
    • patch-enUS-6.MPQ
      215 KiB
      2026-06-16 23:33:13 +00:00
    • patch-enUS-7.MPQ
      53 KiB
      2026-06-16 23:33:13 +00:00
    • patch-enUS-8.MPQ
      96 KiB
      2026-06-16 23:33:14 +00:00
    • patch-enUS-9.MPQ
      66 KiB
      2026-06-16 23:33:15 +00:00
    • patch-enUS-A.MPQ
      24 MiB
      2026-06-16 23:33:20 +00:00
    • patch-enUS-B.MPQ
      33 MiB
      2026-06-16 23:33:27 +00:00
    • patch-enUS-C.MPQ
      32 MiB
      2026-06-16 23:33:35 +00:00
    • patch-enUS-D.MPQ
      24 KiB
      2026-06-16 23:33:35 +00:00
    • patch-manifest.json
      1.3 KiB
      2026-06-16 23:33:36 +00:00
    • Source Code (ZIP)
    • Source Code (TAR.GZ)
  • v0.7.56-item-forge-ilvl-names 9e3711bc7b
    Compare

    Fractured v0.7.56-item-forge-ilvl-names Stable

    Dawnsorrow released this 2026-06-16 22:01:51 +00:00 | 0 commits to main since this release

    Fractured v0.7.56-item-forge-ilvl-names (CI).

    Downloads
    • Wow.exe
      7.3 MiB
      2026-06-16 22:03:55 +00:00
    • patch-enUS-4.MPQ
      77 MiB
      2026-06-16 22:03:18 +00:00
    • patch-enUS-5.MPQ
      96 KiB
      2026-06-16 22:03:19 +00:00
    • patch-enUS-6.MPQ
      215 KiB
      2026-06-16 22:03:20 +00:00
    • patch-enUS-7.MPQ
      53 KiB
      2026-06-16 22:03:21 +00:00
    • patch-enUS-8.MPQ
      96 KiB
      2026-06-16 22:03:21 +00:00
    • patch-enUS-9.MPQ
      66 KiB
      2026-06-16 22:03:22 +00:00
    • patch-enUS-A.MPQ
      47 MiB
      2026-06-16 22:03:30 +00:00
    • patch-enUS-B.MPQ
      54 MiB
      2026-06-16 22:03:40 +00:00
    • patch-enUS-C.MPQ
      53 MiB
      2026-06-16 22:03:51 +00:00
    • patch-enUS-D.MPQ
      24 KiB
      2026-06-16 22:03:52 +00:00
    • patch-manifest.json
      1.3 KiB
      2026-06-16 22:03:53 +00:00
    • Source Code (ZIP)
    • Source Code (TAR.GZ)
  • v0.7.56-client-patch-sync 9e3711bc7b
    Compare

    Fractured v0.7.56-client-patch-sync Stable

    Dawnsorrow released this 2026-06-16 02:55:36 +00:00 | 0 commits to main since this release

    Fractured client patch sync

    Brings the client patch set fully in line with the Fractured-Client-Patches SSOT repo (commit 9c8e620). Every patch here is rebuilt deterministically from committed loose source, so contributors reproduce these bytes exactly. This release is a complete drop-in (all patches bundled, including the full custom VFX/SFX set).

    Fixes

    • EluneBuilder search no longer surfaces experimental spells. The search index now honors the same IMPLEMENTED_CLASSES gate the tab/talent surfaces use, so the EXPERIMENTAL pseudo-class (e.g. the duplicate lvl-1 "Titanic Mutilate") is excluded from results. Real spells and tooltips are unaffected.

    Content

    • patch-enUS-4: client VFX captured; Spell.dbc is a row-union merge keeping both ItemForge and Elune rows; EluneBuilder updated to 0.8.25.
    • patch-enUS-6: ParagonAdvancement retired (disable stub).
    • Added patch-enUS-8 and patch-enUS-9 (Spellthief), which were missing from prior releases.

    patch-enUS-A / -B / -C rebalanced (now all bundled)

    The custom VFX/SFX asset set (Creature\ + SPELLS\ models, textures, sounds) is split into three balanced shards so each MPQ stays under the host's ~100 MB upload limit. Previously all new assets had piled into patch-enUS-A (which had also accumulated a dead _mpq_alias_scratch\ duplicate tree), pushing it to ~155 MB so it couldn't be uploaded. It was cleaned, de-duplicated (the three shared 2,161 redundant files), and re-spread evenly across A/B/C:

    • patch-enUS-A.MPQ ~47 MB
    • patch-enUS-B.MPQ ~55 MB
    • patch-enUS-C.MPQ ~54 MB

    The three together equal the full asset set with no duplication. To re-spread after editing assets: python tools/rebalance_assets.py in the SSOT repo, then build_all.py.

    Carried (unchanged)

    Wow.exe is pinned and verified against carried.json.

    patch-manifest.json lists the SHA256 of every bundled patch for anti-disparity verification.

    Downloads
    • Wow.exe
      7.3 MiB
      2026-06-16 04:06:13 +00:00
    • patch-enUS-4.MPQ
      77 MiB
      2026-06-16 04:06:45 +00:00
    • patch-enUS-5.MPQ
      97 KiB
      2026-06-16 04:06:45 +00:00
    • patch-enUS-6.MPQ
      217 KiB
      2026-06-16 04:06:46 +00:00
    • patch-enUS-7.MPQ
      53 KiB
      2026-06-16 04:06:46 +00:00
    • patch-enUS-8.MPQ
      97 KiB
      2026-06-16 04:06:47 +00:00
    • patch-enUS-9.MPQ
      66 KiB
      2026-06-16 04:06:47 +00:00
    • patch-enUS-A.MPQ
      47 MiB
      2026-06-16 04:07:04 +00:00
    • patch-enUS-B.MPQ
      55 MiB
      2026-06-16 04:07:21 +00:00
    • patch-enUS-C.MPQ
      54 MiB
      2026-06-16 04:07:39 +00:00
    • patch-enUS-D.MPQ
      24 KiB
      2026-06-16 04:07:39 +00:00
    • patch-manifest.json
      3.1 KiB
      2026-06-16 04:07:40 +00:00
    • Source Code (ZIP)
    • Source Code (TAR.GZ)
  • v0.7.55-item-forge-ui-fix 9e3711bc7b
    Compare

    Fractured v0.7.55-item-forge-ui-fix Stable

    Dawnsorrow released this 2026-06-14 22:39:39 +00:00 | 0 commits to main since this release

    Fractured v0.7.55-item-forge-ui-fix (CI).

    Downloads
    • Wow.exe
      7.3 MiB
      2026-06-15 00:55:37 +00:00
    • patch-enUS-4.MPQ
      77 MiB
      2026-06-15 00:54:38 +00:00
    • patch-enUS-5.MPQ
      96 KiB
      2026-06-15 00:54:38 +00:00
    • patch-enUS-6.MPQ
      217 KiB
      2026-06-15 00:54:39 +00:00
    • patch-enUS-7.MPQ
      53 KiB
      2026-06-15 00:54:40 +00:00
    • patch-enUS-A.MPQ
      71 MiB
      2026-06-15 00:54:56 +00:00
    • patch-enUS-B.MPQ
      71 MiB
      2026-06-15 00:55:15 +00:00
    • patch-enUS-C.MPQ
      71 MiB
      2026-06-15 00:55:34 +00:00
    • patch-enUS-D.MPQ
      24 KiB
      2026-06-15 00:55:35 +00:00
    • patch-manifest.json
      1.1 KiB
      2026-06-15 00:55:35 +00:00
    • Source Code (ZIP)
    • Source Code (TAR.GZ)
  • v0.7.54-item-forge-update 9e3711bc7b
    Compare

    Fractured v0.7.54-item-forge-update Stable

    Dawnsorrow released this 2026-06-14 02:34:56 +00:00 | 0 commits to main since this release

    Fractured v0.7.54-item-forge-update (CI).

    Downloads
    • Wow.exe
      7.3 MiB
      2026-06-14 17:00:41 +00:00
    • patch-enUS-4.MPQ
      77 MiB
      2026-06-14 16:12:39 +00:00
    • patch-enUS-5.MPQ
      97 KiB
      2026-06-14 16:12:40 +00:00
    • patch-enUS-6.MPQ
      217 KiB
      2026-06-14 16:12:41 +00:00
    • patch-enUS-7.MPQ
      53 KiB
      2026-06-14 16:12:43 +00:00
    • patch-enUS-8.MPQ
      97 KiB
      2026-06-14 16:12:44 +00:00
    • patch-enUS-9.MPQ
      67 KiB
      2026-06-14 16:12:44 +00:00
    • patch-enUS-A.MPQ
      71 MiB
      2026-06-14 16:13:03 +00:00
    • patch-enUS-B.MPQ
      71 MiB
      2026-06-14 16:13:20 +00:00
    • patch-enUS-C.MPQ
      71 MiB
      2026-06-14 16:13:47 +00:00
    • patch-enUS-D.MPQ
      5.0 KiB
      2026-06-14 17:09:05 +00:00
    • patch-manifest.json
      1.3 KiB
      2026-06-14 17:09:18 +00:00
    • Source Code (ZIP)
    • Source Code (TAR.GZ)
  • v0.8.26-fractured-client 9e3711bc7b
    Compare

    v0.8.26-fractured-client Manual upload by KnackAtNite Stable

    Dawnsorrow released this 2026-06-12 03:55:53 +00:00 | 0 commits to main since this release

    Downloads
    • Wow.exe
      7.3 MiB
      2026-06-12 05:15:54 +00:00
    • patch-enUS-4.MPQ
      76 MiB
      2026-06-12 05:16:08 +00:00
    • patch-enUS-5.MPQ
      97 KiB
      2026-06-12 05:16:09 +00:00
    • patch-enUS-6.MPQ
      217 KiB
      2026-06-12 05:16:09 +00:00
    • patch-enUS-7.MPQ
      53 KiB
      2026-06-12 05:16:10 +00:00
    • patch-enUS-8.MPQ
      97 KiB
      2026-06-12 05:16:11 +00:00
    • patch-enUS-9.MPQ
      67 KiB
      2026-06-12 05:16:12 +00:00
    • patch-enUS-A.MPQ
      71 MiB
      2026-06-12 05:16:26 +00:00
    • patch-enUS-B.MPQ
      71 MiB
      2026-06-12 05:16:38 +00:00
    • patch-enUS-C.MPQ
      71 MiB
      2026-06-12 05:16:51 +00:00
    • patch-manifest.json
      1.2 KiB
      2026-06-12 05:16:51 +00:00
    • Source Code (ZIP)
    • Source Code (TAR.GZ)
  • v0.8.25-actionbar-tooltips 9e3711bc7b
    Compare

    Fractured v0.8.25-actionbar-tooltips Stable

    Dawnsorrow released this 2026-06-10 02:42:57 +00:00 | 0 commits to main since this release

    Fractured v0.8.25-actionbar-tooltips release containing patch-enUS-4 through patch-enUS-9, patch-enUS-A/B/C, patch-manifest.json, and Wow.exe.

    Downloads
    • Fractured-Launcher-1.0.21-Linux-x86_64.AppImage
      72 MiB
      2026-06-10 23:49:07 +00:00
    • Fractured-Launcher-1.0.21-Windows-Portable.exe
      64 MiB
      2026-06-10 23:48:53 +00:00
    • Wow.exe
      7.3 MiB
      2026-06-10 03:08:19 +00:00
    • patch-enUS-4.MPQ
      75 MiB
      2026-06-10 03:09:00 +00:00
    • patch-enUS-5.MPQ
      97 KiB
      2026-06-10 03:09:00 +00:00
    • patch-enUS-6.MPQ
      217 KiB
      2026-06-10 03:09:01 +00:00
    • patch-enUS-7.MPQ
      53 KiB
      2026-06-10 03:09:03 +00:00
    • patch-enUS-8.MPQ
      97 KiB
      2026-06-10 03:09:04 +00:00
    • patch-enUS-9.MPQ
      67 KiB
      2026-06-10 03:09:05 +00:00
    • patch-enUS-A.MPQ
      71 MiB
      2026-06-10 03:09:25 +00:00
    • patch-enUS-B.MPQ
      71 MiB
      2026-06-10 03:09:42 +00:00
    • patch-enUS-C.MPQ
      71 MiB
      2026-06-10 03:10:07 +00:00
    • patch-manifest.json
      1.2 KiB
      2026-06-10 03:10:08 +00:00
    • Source Code (ZIP)
    • Source Code (TAR.GZ)
  • v0.7.53-elune-combat-deploy 9e3711bc7b
    Compare

    Fractured v0.7.53-elune-combat-deploy Stable

    Dawnsorrow released this 2026-06-02 14:02:01 +00:00 | 0 commits to main since this release

    Fractured v0.7.53-elune-combat-deploy (uploaded from upload-release-to-gitea.ps1).

    Downloads
    • patch-enUS-4.MPQ
      74 MiB
      2026-06-02 14:02:16 +00:00
    • patch-enUS-5.MPQ
      97 KiB
      2026-06-02 14:02:17 +00:00
    • patch-enUS-6.MPQ
      217 KiB
      2026-06-02 14:02:18 +00:00
    • patch-enUS-7.MPQ
      53 KiB
      2026-06-02 14:02:19 +00:00
    • patch-enUS-8.MPQ
      97 KiB
      2026-06-02 14:02:20 +00:00
    • patch-enUS-9.MPQ
      67 KiB
      2026-06-02 14:02:20 +00:00
    • Source Code (ZIP)
    • Source Code (TAR.GZ)
  • v0.7.52-fractured-free-pick 9e3711bc7b
    Compare

    v0.7.52 - Fractured Free Pick Second Pass Stable

    Dawnsorrow released this 2026-05-30 01:04:24 +00:00 | 0 commits to main since this release

    Second pass on the Elune Free Pick system: a full behavior + data parity audit against the Ascension reference, plus Blizzlike tooltips for Elune Builder spells.

    Players

    • Blizzlike tooltips — Elune Builder spell tooltips now read like retail: the damage/scaling formulas are hidden by default and are revealed when you hold Shift. Stray $33%/$donds data-entry artifacts no longer leak into tooltip text.
    • Summoned helpers — guardian and visual summons (totems, roots, ravagers, etc.) are now correctly visible and attackable instead of invisible, and pulse their authentic periodic effects (Magma Totem, Atal'ai Totem, Ravager, Ebbing Tides Totem).
    • Mass Entanglement now has its proper cast range, and several Elune auras that previously expired instantly now run their correct duration.
    • Hunter pets — learning Tame Beast Abilities now grants the full pet suite: Tame Beast, Call Pet, Dismiss Pet, Feed Pet, Revive Pet and Beast Lore.
    • Replace patch-enUS-4.MPQ and clear Cache/WDB, then relog, if tooltips or summon visuals still look stale after updating.

    Operators

    • Ship tag v0.7.52-fractured-free-pick (or newer). Panel -> Update + Reboot.
    • New mod-paragon SQL migrations (2026_06_20..24_*) apply on worldserver start via DBUpdater. They are idempotent and additively merge custom DBC index rows (spellrange_dbc, spellduration_dbc, spellradius_dbc), summon-pulse spell_dbc rows, guardian render models, and the circular-clone creature fix.
    • Rebuild worldserver for the updated mod-paragon C++ (summoned-helper AI + hunter pet suite teacher).

    Client files updated

    File Change
    patch-enUS-4.MPQ Rebuilt with the Blizzlike Elune Builder tooltip addon baked in
    patch-enUS-5..9, A, B, C / Wow.exe Unchanged, carried forward from v0.7.51-fractured-free-pick

    Notes

    • The Blizzlike tooltip addon source (EluneBuilder_Tooltip.lua) lives outside this repo in the non-versioned Elune Builder client workspace; only the generator references it and wires it into the addon TOC at bake time. It still ships to players because it is baked into patch-enUS-4.MPQ.

    Full notes: doc/releases/RELEASE_NOTES-v0.7.52-fractured-free-pick.md

    Downloads
    • Fractured-Launcher-1.0.20-Linux-x86_64.AppImage
      72 MiB
      2026-05-31 18:06:19 +00:00
    • Fractured-Launcher-1.0.20-Windows-Portable.exe
      64 MiB
      2026-05-31 18:06:02 +00:00
    • Wow.exe
      7.3 MiB
      2026-05-30 01:16:36 +00:00
    • patch-enUS-4.MPQ
      74 MiB
      2026-05-30 01:16:57 +00:00
    • patch-enUS-5.MPQ
      97 KiB
      2026-05-30 01:16:58 +00:00
    • patch-enUS-6.MPQ
      217 KiB
      2026-05-30 01:16:59 +00:00
    • patch-enUS-7.MPQ
      53 KiB
      2026-05-30 01:16:59 +00:00
    • patch-enUS-8.MPQ
      97 KiB
      2026-05-30 01:17:00 +00:00
    • patch-enUS-9.MPQ
      67 KiB
      2026-05-30 01:17:03 +00:00
    • patch-enUS-A.MPQ
      71 MiB
      2026-05-30 01:17:18 +00:00
    • patch-enUS-B.MPQ
      71 MiB
      2026-05-30 01:17:33 +00:00
    • patch-enUS-C.MPQ
      71 MiB
      2026-05-30 01:17:50 +00:00
    • Source Code (ZIP)
    • Source Code (TAR.GZ)
  • v0.7.51-fractured-free-pick 9e3711bc7b
    Compare

    v0.7.51 - Fractured Free Pick First Pass Stable

    Dawnsorrow released this 2026-05-29 03:21:47 +00:00 | 0 commits to main since this release

    This is the first pass release of the Elune Shattered Spells and Talents!

    Downloads
    • Wow.exe
      7.3 MiB
      2026-05-29 04:52:16 +00:00
    • patch-enUS-4.MPQ
      74 MiB
      2026-05-29 04:52:38 +00:00
    • patch-enUS-5.MPQ
      97 KiB
      2026-05-29 04:52:39 +00:00
    • patch-enUS-6.MPQ
      217 KiB
      2026-05-29 04:52:39 +00:00
    • patch-enUS-7.MPQ
      53 KiB
      2026-05-29 04:52:40 +00:00
    • patch-enUS-8.MPQ
      97 KiB
      2026-05-29 04:52:41 +00:00
    • patch-enUS-9.MPQ
      67 KiB
      2026-05-29 04:52:42 +00:00
    • patch-enUS-A.MPQ
      71 MiB
      2026-05-29 04:53:04 +00:00
    • patch-enUS-B.MPQ
      71 MiB
      2026-05-29 04:53:26 +00:00
    • patch-enUS-C.MPQ
      71 MiB
      2026-05-29 04:53:49 +00:00
    • Source Code (ZIP)
    • Source Code (TAR.GZ)
First Previous 1 2 3 4 5 Next Last
Powered by Gitea Version: 1.27.2 Page: 20ms Template: 7ms
Auto
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API