Skip to content

OverlayPlugin 0.3.4.0

Latest
Compare
Choose a tag to compare
@hibiyasleep hibiyasleep released this 27 Nov 01:37
· 241 commits to master since this release

PLEASE READ: If you ended up here by following a guide, please ignore that guide and follow this setup guide instead. Just look at the release date above or read the next paragraph to figure out how outdated the guide you're reading is.

This version hasn't been updated in a very long time, due to limited ability of maintainer about C#. There's an updated fork that's been very active; please follow the link, and use newer version.

공지: 이 저장소를 관리하던 제 한계로 인해, 이 버전은 약 최근 2년간 업데이트되지 못했습니다. ngld님의 새 fork 쪽의 버전을 사용해 주세요.

お知らせ: このレポジトリの管理者の限界のために、このバージョンは約2年間更新されていないです。その問題のように、ngldさんの新しいバージョンを利用してください。


This release includes tested features from 0.3.3.14.

  • OverlayPluginApi.version (String) is now available.
  • OverlayPluginApi.overlayMessage and OverlayPluginApi.overlayName has added, for call-back any message to OverlayPlugin (and addons). (see also: #24)
  • Improved stability. (see also: #18 #19)
  • Ignore Win32Exception occured when ACT running without Administrator permissions, but FFXIV with.
  • Fixed problem that some of deleted overlay persists until get restarted.

heavily thanks for @danakj, who did most contribute on this release.

The x64 file is for 64bit Windows (which you most likely have) and x86 is for 32bit Windows (you'll notice that you have this by the fact that you can't run FFXIV in DX 11 mode).
Please don't get those mixed up.


이 릴리즈는 0.3.3.14의 테스트된 기능을 포함합니다.

  • OverlayPluginApi.version (String)을 사용할 수 있습니다.
  • OverlayPluginApi.overlayMessageOverlayPluginApi.overlayName이 추가되어, OverlayPlugin(과 addon의) 방향으로 메시지를 보낼 수 있게 되었습니다. (자세히: #24)
  • 안정성이 개선되었습니다. (자세히: #18 #19)
  • FFXIV가 관리자 권한으로 실행되고 있지만 ACT가 일반 사용자 권한일 때 발생하는 Win32Exception을 무시합니다.
  • 삭제된 오버레이가 일부 경우 재시작하기 전까지 남아있는 문제를 수정했습니다.