cursey / kanan

Mods for Mabinogi using Javascript
The Unlicense
57 stars 30 forks source link

Added Morrighan launch capability. #130

Closed vurtic closed 8 years ago

vurtic commented 8 years ago

Added a way to launch with Morrighan. Uses psutil module to identify the newest instance of Client.exe so that auto launch can attach to the right Mabi. Not sure if this is needed, but it's something I use whenever I want to multiclient with kanan and Morrighan.

cursey commented 8 years ago

Oh, I looked at this library before but for some reason didn't think to use it like you did. Thanks for your contribution!