Commit Graph
306 Commits
Author SHA1 Message Date
Chris Bessent f48495fd72 Add support for finding Origin games 2021-11-24 17:23:34 -07:00
Chris Bessent 5606e4d279 Fix lint messages on GTA plugins 2021-11-24 15:35:43 -07:00
Chris Bessent d0c05aec49 Merge pull request #75 from dekart811/gta-trilogy-definitive-edition
Grand Theft Auto: The Trilogy - The Definitive Edition
2021-11-24 15:04:37 -07:00
Chris Bessent 15eb4fbea0 Make tox happy (3) 2021-11-24 15:00:47 -07:00
Chris Bessent e4fe2969cd Make tox happy (2) 2021-11-24 15:00:31 -07:00
Chris Bessent e69fd2793f Make tox happy (1) 2021-11-24 15:00:15 -07:00
dekart811 f86e390cc4 Merge branch 'master' into gta-trilogy-definitive-edition 2021-11-24 22:23:42 +01:00
dekart811andMikaël Capelle fc87df56b4 Fix subnautica below zero typo (#74)
* Fix typo in Subnautica plugin

* Fix typo in Subnautica: Below Zero plugin

* Finally fix typo for Subnautica: Below Zero

Co-authored-by: Mikaël Capelle <capelle.mikael@gmail.com>
2021-11-24 19:20:50 +01:00
dekart811 8b81671ca8 Fix subnautica typo (#73)
* Fix typo in Subnautica plugin

* Finally fix typo for Subnautica
2021-11-24 19:19:53 +01:00
dekart811 c8ee47b22c Add support for Grand Theft Auto: San Andreas - Definitive Edition 2021-11-24 18:35:17 +01:00
dekart811 c2de4ff6c1 Add support for Grand Theft Auto: Vice CIty - Definitive Edition 2021-11-24 18:34:43 +01:00
dekart811 f05e017a61 Add support for Grand Theft Auto III - Definitive Edition 2021-11-24 18:33:51 +01:00
dekart811 348f0abef2 Fix typo in Subnautica: Below Zero plugin 2021-11-24 18:32:58 +01:00
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