﻿===============================================================================
Sigil Hunter
Author: Sir Fist
Contact: http://steamcommunity.com/id/sirfist
Website: http://fist.moe/monhun/
Version: 20160106
===============================================================================

About:	

An AHK script that makes heavy use of ImageSearch to identify visible sigil
skills in MHFG TW.


Requirements:

In order to use this you need to be either running your game with applocale 
set to Chinese Traditional (presumably actual chinese locale too). This is
because the font renders differently based on locale settings and the images
were made using applocale.

You will also need AutoHotKey (ahkscript.org) as that's what it's made with.


Usage:

Hit F10 with the mouse cursor at the top right of a sigil skill details panel
after having just crafted one or while looking at one to equip. This does not
translate  the skills while they are visible by pressing X on one in your box.

Look at HowWork.png to see what style of window this works on and where it 
expects you to have your mouse cursor.



Issues:

If gameguard is suppressing hotkeys you can make the game windowed or hit the
windows key and click the taskbar before hitting F10. The script searches the
entire virtual desktop for the armour skills panel to compensate for the fact
GameGuard is pretty awful and grabbing the window itself is unreliable. 

I am missing specific sigils, such as the individual move buffing ones feel
free to send suitable image caps  my way through Steam, Twitter or Twitch.


Contact:

If you want to contact me to report an issue or just in general you can do so
using steam (community url at the top of the readme).

You can also find me as simply sirfist on Twitter and Twitch.

If you want to find me in game my name and ID is Carnivean/CL48A6 and I'm in
the guild Cappuccino.


Why this is trying to use the internet:

The script grabs version info from fist.moe and prompts if it has a newer
version than the current running one, this is literally 11 bytes of data
and outside of this it never uses your connection.

If you don't want it to do this, open up the .ahk script and delete the big 
UPDATE CHECK START and UPDATE CHECK END block near the top.


Disclaimer:

The author assumes no responsibility for anything happening directly,
indirectly or otherwise as a result of using this script.