Commit Graph
7 Commits
Author SHA1 Message Date
Daniel Schlatter f14428a4a7 Add official support for Baldur's Gate 3 (#188) 2025-08-18 07:52:02 +02:00
Jeremy Rimpo 1b142d0bab Fixes for python 3.11 2023-09-08 01:12:47 -05:00
Jeremy Rimpo c4bc955c4b Python 3.10 support 2021-12-09 16:45:31 -06:00
Chris Bessent a25f454a2d Merge pull request #71 from LostDragonist/mele
Add Mass Effect Legendary Edition plugin
2021-11-23 20:09:29 -07:00
Chris Bessent 10e59f0841 Add Mass Effect Legendary Edition plugin
All the weird stuff here is done to get around the Origin DRM. The
only way I've found to make MO2 and Origin play nicely together is
to run Origin through MO2. Therefore, the plugin makes sure Origin
is dead when running an executable.

Then because Origin is still alive and hooked by MO2 (probably bad),
it tries to kill Origin after the game is closed. However, the
onFinishedRun callback is only called when all hooked processes are
closed so a a thread is used to monitor the processes.

Psutil is included from PyPi for accessing process data.
2021-10-01 18:13:26 -07:00
Qudix e748d945d9 Add save reading
Add lib lzokay to uncompress lzo data
Display character stats on hover
+ Minor bug fixes and improvements
2021-09-30 02:34:07 -05:00
Mikaël Capelle e3f28b8a27 Add VDF dependency. 2021-07-18 10:33:36 +02:00