Commit Graph
529 Commits
Author SHA1 Message Date
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
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
Jeroen Ruigrok van der Werven 8b37414f9f Fix ElementTree future warning (#130) 2023-12-29 11:16:20 +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
Jeremy Rimpo 4d7a7cc280 Merge pull request #127 from ZashIn/cyberpunk-fix-game-update
Cyberpunk fix game update
2023-11-16 23:07:16 -06: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 fba4bd84dd Add mapping GameIniFiles: iniFiles() to BasicGame (#123) 2023-10-21 21:22:43 +02:00
Jeremy Rimpo bcf7f0e184 Merge pull request #125 from ZashIn/cyberpunk-archive-load-order
Fix mods expecting alphabetical load order
2023-10-18 22:43:25 -05:00
Zash 8995d233ba Fix mods expecting alphabetical load order
Disable `enforce_archive_load_order` by default
2023-10-18 23:32:25 +02:00
Jeremy Rimpo b99c053576 Merge pull request #124 from ZashIn/cyberpunk
Fix CyberpunkModDataChecker not accepting extra files
2023-10-18 15:37:08 -05: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
Jeremy Rimpo 27d17eec70 Merge pull request #121 from ModOrganizer2/uibase_updates
Use defaults set in UIBase
2023-10-04 13:00:06 -05:00
Jeremy Rimpo 34ec66322e Bump stubs to dev15 2023-10-04 12:56:27 -05:00
Jeremy Rimpo 7d3da34fa7 Use defaults set in UIBase 2023-10-04 02:58:22 -05:00
Jeremy Rimpo 265b1741d0 Merge pull request #120 from ModOrganizer2/loot_0_22
Add enabledPlugins
2023-10-03 23:15:14 -05:00