Skip to content

Releases: laymain/farever-mods

imgui 0.0.2

Choose a tag to compare

@github-actions github-actions released this 08 Aug 20:35
do not mess with game's cursor

imgui 0.0.1

Choose a tag to compare

@github-actions github-actions released this 08 Aug 00:48
Dear ImGui wrapper for building debug/tool UIs in mods

shader-persistent-cache 0.0.2

Choose a tag to compare

Fix startup crash on Farever 0.2.3.28769

shader-persistent-cache 0.0.1

Choose a tag to compare

Caches every compiled DX12 pipeline to disk.

pew-pew-meter 0.0.3

Choose a tag to compare

Rebuilt against the updated hlx-runtime - no player-visible change, but the mod is more resilient to future game updates as a result.

- Constructing tracked objects (combatant/report state) now resolves live at runtime instead of a bytecode index baked in at build time
- No action needed by players; existing meter behavior is unchanged

pew-pew-meter 0.0.2

Choose a tag to compare

Fixes damage tracking accuracy and the Reset button.

- Reset now properly clears the displayed meter
- Damage totals no longer undercount during a fight
- More reliable encounter start/end detection

pew-pew-meter 0.0.1

Choose a tag to compare

Initial release: a lightweight DPS meter for Farever.

- Tracks encounters and per-combatant damage/DPS (DpsTracker, Encounter, RosterTracker)
- Draggable in-game panel (MeterPanel/MeterRow) showing live per-player DPS