View Single Post
  #8  
Old 05-24-2020, 04:51 PM
Mirox Mirox is offline
Aviak


Join Date: Dec 2010
Posts: 92
Default

Quote:
Originally Posted by melandis [You must be logged in to view images. Log in or Register.]
Hey Mirox

This is a seriously handy bit of software, thank you for writing it.

For anyone else fed up of microsoft's warnings about the binary version, running the latest dev version works really well and avoids the pain.

Once you have python installed you'll need to "pip install" a few dependencies {pyqt5, request, gtts} but it's all really seamless and works out of the box.

The change to the windows layout in recent dev versions is a real quality of life thing for me, no more playing hunt-the-moving-line to cancel buffs when you click in the spells window.

I'm assuming that needing to edit the config json for things like spell cast level is only temporary while you work on profile support.

Once again, thanks for such a great bit of P99 CSR rule compliant software.

-m
Thanks! I think I include a requirements (hopefully it is up to date) file in the dev branch, so you should be able to do:

Code:
pip install -r requirements.txt
Some of the new stuff I am doing requires Python 3.8 I think.

I am so close to a new release. Almost done redoing the entire trigger (so they can be portable) and config (now with profiles) systems. Once I finish the code, I need to do some testing, but once those items are fully tested, then I will finally do a new release.

I have tested the new binary and it is not triggering on Windows anymore, so hopefully the next release will have less of these annoying false positive issues.

edit: I will pull all the changes into the dev branch for the testing phase.
Last edited by Mirox; 05-24-2020 at 04:54 PM..
Reply With Quote