xnuk / ikegami

Horizontal FFXIV Miniparse Overlay

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ikegami

Example

In 8-player duty:

In 8-player duty

Detailed view (when hover, username manually redacted):

Detailed view (when hover)

Installation

Add http://kagerou.hibiya.moe/ikegami-test to your ACT Plugin.

if you're getting problem to position overlay absolutely-center, try modifying OverlayPlugin config file. Save and relaunch ACT (or reload plugin).

<!-- ACT\Config\RainbowMage.OverlayPlugin.config.xml -->
...
<LogParseOverlayConfig>
  <Name>ikegami</Name> <!-- ← find this -->
  <IsVisible>true</IsVisible>
  <IsClickThru>false</IsClickThru>
  <Position>
    <X>320</X> <!---->
    <Y>0</Y>
  </Position>
  <Size>
    <Width>1280</Width> <!---->
    <Height>400</Height> <!---->
  </Size>
...

About HTTP

this domain serves on HTTP, because browsers doesn't allow downgrade to ws:// connection. ACTWebSocket provides ws:// interface, but doesn't includes local certificate which required to wss://.

About

Horizontal FFXIV Miniparse Overlay

License:Other


Languages

Language:Vue 62.8%Language:JavaScript 23.1%Language:SCSS 7.2%Language:Sass 6.6%Language:HTML 0.3%