This update includes several breaking changes in the Unofficial Extras interface as well as for GUIDs in EVTC structs.
- Update for latest Unofficial Extras release:
- Add support for new chat message callback with NPC chatter as
extras_chat_message
- Rename previous
extras_chat_message
callback toextras_squad_chat_message
,ChatMessage
toSquadMessage
etc.
- Add support for new chat message callback with NPC chatter as
- Fix incorrect Unofficial Extras version check
- Make Unofficial Extras structs equivalent to their raw C version (akin to the change made for ArcDPS structs in v0.13.0)
- Move ArcDPS realtime API
Agent
to theevtc
crate (behind the"realtime"
feature) - Fix misinterpretation of GUIDs in EVTC structs like
ContentGUID
- Improve thread-safety