Run this checklist after every major FFXIV patch.
Source: https://github.com/karashiiro/FFXIVOpcodes
Find the updated opcodes for the new patch version and update config/opcodes.json.
Change _patch and _updated fields. Update all opcode hex values.
Source: https://github.com/aers/FFXIVClientStructs
Check for changes to actor table offsets. Update config/offsets.json.
Change _patch and _updated fields.
Source: https://github.com/ff14wed/deucalion/releases
If Deucalion releases a new version for the patch, replace bin/deucalion.dll.
- Start Project Ares:
"D:/Anaconda3/envs/ProjectClaude/python.exe" main.py - Confirm [Connected] status in dashboard header
- Enter a duty and do one pull
- Confirm combat events appear in the log feed panel
- Confirm log file is written to
logs/
[WARN] No combat events receivedin dashboard after 30s in a fight -> opcodes wrong[WARN] Could not attach to ffxiv_dx11.exe-> offsets wrong or game updated[WARN] Could not open Deucalion pipe-> Deucalion needs updating