Commit Graph
474 Commits
Author SHA1 Message Date
Jeremy Rimpo 88cfb11a13 Merge remote-tracking branch 'origin/master' into dev/bg3_support 2024-10-01 02:42:42 -05:00
Jeremy Rimpo ad1e151d68 Add some plugin types 2024-10-01 02:39:48 -05:00
Rebecca Turner dc3b02d28d [CP2077] Only include .archive files from archive/pc/mod/ (#164) 2024-09-30 09:17:57 +02:00
mopioid eb3e1e9917 Add Borderlands 1 support plugin (#159) 2024-09-28 19:59:24 +02:00
Paynamia a8613c4f95 Add Batman: Arkham City support plugin (#156) 2024-08-17 08:51:32 +02:00
Jeremy Rimpo 86b1a0d909 Fix typing for linter 2024-08-05 01:32:44 -05:00
Jeremy Rimpo d47e7265c1 WIP: BG3 Support
Properly dealing with PAK files may require changes to allow utilizing the plugin list for non-BGS files
2024-08-05 01:00:31 -05:00
Zash e88d2d2d15 Cyberpunk plugin update for MO 2.5.2 (#150)
* Cyberpunk plugin version bump v2.3
* Fix (workaround) for bugged RB link mode with Python 3.12
2024-07-15 08:13:01 +02:00
Mikaël Capelle 71dbb8c557 Refactoring of game features for better management. (#149)
* Refactoring following uibase change for game features.
* Switch to ruff for linting and formatting.
* Bump stubs to 2.5.1a0.
2024-06-09 12:25:46 +02:00
uwxanduwx 1fff6d441d Add support for Test Drive Unlimited 2 (#147)
* Add TDU2 Support

---------

Co-authored-by: uwx <uwx@users.noreply.github.com>
2024-04-13 10:00:35 +02:00
uwxanduwx 07a941ca87 Add Tony Hawk's Pro Skater 3, 4, Underground & Underground 2 Support (#145)
* Add THPS series support

---------

Co-authored-by: uwx <uwx@users.noreply.github.com>
2024-04-13 10:00:21 +02:00
uwxanduwx 78ced90313 Add support for Need for Speed: High Stakes (#148)
* Add support for Need for Speed: High Stakes

---------

Co-authored-by: uwx <uwx@users.noreply.github.com>
2024-04-12 11:14:17 +02:00
uwxanduwx 571b167a58 Add support for Test Drive Unlimited (#146)
* TDU Support

---------

Co-authored-by: uwx <uwx@users.noreply.github.com>
2024-04-12 11:13:50 +02:00
uwxanduwx f5a26fcfce Add Trackmania United Forever support (#144)
* Support Trackmania United Forever

---------

Co-authored-by: uwx <uwx@users.noreply.github.com>
2024-04-12 11:13:12 +02:00
Zash 5e21de8f24 Cyberpunk fixes for 2.5 (#141)
* Fix GOG rewards not loading, skipStartScreen=False

See https://github.com/maximegmd/CyberEngineTweaks/issues/663

* Add Cyberpunk setting reverse_archive_load_order and reverse_redmod_load_order

True = load last mod (highest prio) first, which wins a conflict in Cyberpunk.
By default (False), first one (lowest prio) is loaded first
(not reversed in archive/pc/mod/modlist.txt).

Makes fix #132 optional for backwards compatibility.
2024-04-12 10:44:07 +02:00
Zash 975506fab5 Fix for Subnautica 2.0 (#140)
* Fix subnautica starting in VR mode by default (adding seperate exe)
* Fix Subnautica 2.0, QMods deprecated
* Add use_qmods setting: Install */.dll mods in legacy QMods folder, instead of BepInEx/plugins (default).
* Version bump: Subnautica [Below Zero] v2.2
2024-03-15 16:52:53 +01:00
Zash 4ecc67b853 Fixes for Valheim (#143)
* Fix Jotunn mod install
* Fix Valheim Bepinex install: +changelog.txt
2024-03-14 08:22:16 +01:00
Zash a77bc08328 Fix move regex (re.I) in BasicModDataChecker (#142) 2024-03-14 08:21:39 +01:00
Nigel McKernan 5e8a21be7c Add The Witcher 2 support. 2024-02-13 09:15:21 +01:00
Mikaël Capelle bffe41fe6f Bump dev dependencies and re-apply black. (#138) 2024-02-13 08:55:04 +01:00
Zash 289ee96980 Fix Cyberpunk reversed mod priority for archive and redmod (#132) 2024-02-13 08:35:59 +01:00
Trevor Paley 12d0bea2eb Add Final Fantasy VII Remake support (#134) 2024-02-13 08:35:37 +01:00
bingmapsts 83e011e553 F1 23 plugin (#135) 2024-02-13 08:35:01 +01:00
Martin Rudat 05b6097872 Add support for Dungeon Siege (#136) 2024-02-13 08:34:51 +01:00
Zash d3997afdd2 Fix cyberpunk cache file sync after game update (#137) 2024-02-13 08:34:35 +01:00