Commit Graph
293 Commits
Author SHA1 Message Date
dekart811 e609ad273f Fix typo in Subnautica plugin 2021-11-24 18:32:40 +01: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 7060f642f3 Merge pull request #72 from erri120/witcher-1
Add The Witcher: Enhanced Edition
2021-11-23 20:09:18 -07:00
erri120 3367526fa2 Update README 2021-11-09 10:21:02 +01:00
erri120 6845b8e11a Add The Witcher: Enhanced Edition 2021-11-09 10:18:45 +01:00
Mikaël Capelle 5e9310a253 Merge pull request #70 from Qudix/stalkeranomaly2
STALKER Anomaly: Add save reading
2021-10-13 13:48:17 +02:00
Qudix 16d6f7507a Specify nexus name and id 2021-10-05 19:52:00 -05:00
Qudix 76070d7c2e Fix save name edge case 2021-10-01 21:54:36 -05: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 0a8c8ed777 Make mypy happy 2021-10-01 18:40:05 -05:00
Qudix ee09ab2323 Fix debug file crash
Set documents directory
2021-10-01 18:37:12 -05:00
Qudix 60af80b3ed Separate module for XRay classes 2021-09-30 23:35:32 -05:00
Qudix 4a0a9d26f4 Ignore second import 2021-09-30 02:46:52 -05:00
Qudix 5e00630eb1 Add lzokay to test deps 2021-09-30 02:44:14 -05: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 ed23f47535 Merge pull request #69 from Qudix/stalkeranomaly
STALKER Anomaly: Add ModDataContent
2021-09-24 07:52:40 +02:00
Qudix 0f301bc591 Minor 2021-09-23 18:21:12 -05:00
Qudix 3744bc1782 Added ModDataContent
Added "fix" feature to ModDataChecker
2021-09-23 18:18:11 -05:00
Chris Bessent 0625a20ea4 Merge pull request #67 from dekart811/master
Add support for Subnautica: Below Zero
2021-08-27 17:40:14 -07:00
dekart811 c0c0a41de2 Add support for Subnautica: Below Zero 2021-08-26 20:40:45 +02:00
Chris Bessent 5a70f6419d Merge pull request #64 from dekart811/master
Add support for Subnautica
2021-08-23 07:26:22 -07:00
Chris Bessent 6b488113f5 Merge pull request #66 from FalseIlyu/master
BW2 minor patch
2021-08-22 14:42:58 -07:00
FalseIlyu 65dcfd2151 Change version number 2021-08-22 23:28:18 +02:00
FalseIlyu 95ca427793 Changed for compliance with black 2021-08-22 23:27:25 +02:00
FalseIlyu a5b5dab3d8 Bug fix 2021-08-22 23:27:14 +02:00