368 Commits
Author SHA1 Message Date
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
AkiraJkr 47fc5744b0 Add METAL GEAR SOLID 2 and 3 (Master Collection ver) support. (#133)
* Add METAL GEAR SOLID 2: Sons of Liberty support.
* Add METAL GEAR SOLID 3: Snake Eater Support.
2024-01-28 19:21:37 +01:00
Ryan Young ed34be3a54 Add documentation and dx12 executable for Train Simulator Classic (#128) 2023-12-29 11:17:18 +01:00
FalseIlyu 364311023e Fixes for Black & White 2 plugins (#131)
* Use BasicSaveGameInfo preview
* Remove inheritance from interface
2023-12-29 10:31:33 +01:00
Zash 60366155c7 Bump cyberpunk plugin version 2.2.3 2023-11-14 18:17:35 +01:00
Zash 94e43f8519 Add setting clear_cache_after_game_update 2023-11-14 18:15:14 +01:00
Zash dbcbd91f94 Fix game updates: clear overwrite/r6/cache 2023-11-14 18:14:37 +01:00
Zash 8995d233ba Fix mods expecting alphabetical load order
Disable `enforce_archive_load_order` by default
2023-10-18 23:32:25 +02:00
Zash 22f88eb706 Fix CyberpunkModDataChecker not accepting extra files 2023-10-16 20:23:53 +02:00
Zash cf2a700fc3 Cyberpunk full support (#105)
* fix: Cyberpunk ini files (path)

* Add basic savegame support: list only

* Add profile specific save games (BasicLocalSavegames)

* Add Cyberpunk savegame metadata, including Date, Play Time, Quest, Level, ...

* Add ModDataChecker
mod support: archive, redscript, RED4ext and CET v1.27.0 (Patch 2.01)
moves RED4ext and CET framework to root folder

* Fix r6/cache files being overritten in game dir.
Copy cache files to overwrite before game start to catch file overwrites.

Fix wrong log message (onAboutToRun, qInfo)

* Version bump: Cyberpunk support v2.0.0

* Add executables with default arguments

* Fix using save dates from folder instead of file

* Add option to enforce archive load order
Generating archive/pc/mod/modlist.txt from MOs load order
(enforce_archive_load_order=True by default)

* Add REDMod support
- auto_deploy_redmod = True (default)
  Deploy redmod before game launch if necessary
- enforce_redmod_load_order = True (default)
  Enforce the current load order on redmod deployment

Clears the deployed files when not needed or for redeploy
on load order change.

* Add %modlist% to manual deployment. clean up execs

* Version Bump: cyberpunk plugin v2.1

* Add auto install for REDmod's not in mods/

* Add default RootBuilder settings
Applied once (setting "configure_RootBuilder") on UI init or RB enabled

* Add REDmod exit code check + executable deploy
2023-10-15 16:02:46 +02:00
Zash 44645a54f7 Add metadata to BasicGameSaveGameInfo(Widget) (#109)
* Fix subnautica preview file path

* Add BasicGameSaveGameInfo with "File Date" to all BasicGames

* Add max_width option to BasicGameSaveGameInfo(Widget)

* Refactor Blade & Sorcery with get_metadata

* Refactor & cleanup Black & White SaveGameInfo
2023-10-08 18:24:33 +02:00
Zash 583bb78977 Add BasicLocalSavegames (basic_feature) (#122)
* Add `basic_feature.BasicLocalSavegames`
(profile specific save games)

* Refactor Black & White 2 with BasicLocalSavegames

* Refactor Valheim with BasicLocalSavegames

* Refactor Vampire Bloodlines with BasicLocalSavegames

* Add info about basic local save games to readme
2023-10-08 09:12:14 +02:00
Mikaël Capelle 050739ecad Fix subnautica mod data checker initialization. 2023-09-24 20:39:44 +02:00
Mikaël Capelle adcd06df45 Merge pull request #113 from ModOrganizer2/python311
Updates for Python 3.11 compatibility
2023-09-24 09:03:04 +02:00
kane 7d4002eb9c Sekiro: Shadows Die Twice Support Plugin 2023-09-23 13:03:15 +00:00
Mikaël Capelle 1117e7284e Merge pull request #102 from RodolfoFigueroa/master
Add Monster Hunter: Rise support
2023-09-23 14:59:03 +02:00
Jeremy Rimpo 55a987bff6 Additional fixes and cleanup for python updates 2023-09-23 14:24:22 +02:00
Jeremy Rimpo 252ba9f00c Use assert 2023-09-19 03:20:29 -05:00
Jeremy Rimpo a846216e41 Holt's recommendations 2023-09-19 03:16:10 -05:00
Jeremy Rimpo 8011cb9011 Bump version 2023-09-16 02:57:02 -05:00
Jeremy Rimpo 76a1e24ffa Implement full save display 2023-09-16 02:55:38 -05:00
Jeremy Rimpo 1dc70b5a8a WIP: Add savegame parsing 2023-09-15 19:34:22 -05:00
Jeremy Rimpo f24f86e8c5 Basic save support
TODO: Parse the json to display some simple save info
2023-09-15 13:22:06 -05:00
Mikaël Capelle 6a9a9bbd30 Merge pull request #92 from ZashIn/subnautica/feat/checker+root
Subnautica: feature update v2.1
2022-10-22 14:54:29 +02:00