From 42aef8de3d686f6ce3f52ae3bee3d4e83db65902 Mon Sep 17 00:00:00 2001 From: Chris Bessent Date: Mon, 27 Dec 2021 00:57:18 -0700 Subject: [PATCH] Make tox happy --- games/game_assettocorsa.py | 5 ++++- games/game_blackandwhite2.py | 5 ++++- games/game_bladeandsorcery.py | 5 ++++- games/game_cyberpunk2077.py | 5 ++++- games/game_da2.py | 5 ++++- games/game_daggerfallunity.py | 5 ++++- games/game_dao.py | 5 ++++- games/game_darkestdungeon.py | 5 ++++- games/game_darkmessiahofmightandmagic.py | 5 ++++- games/game_darksouls.py | 5 ++++- games/game_divinityoriginalsin.py | 5 ++++- games/game_divinityoriginalsinee.py | 5 ++++- games/game_dragonsdogmadarkarisen.py | 5 ++++- games/game_dungeonsiege2.py | 5 ++++- games/game_gta-3-de.py | 5 ++++- games/game_gta-san-andreas-de.py | 5 ++++- games/game_gta-vice-city-de.py | 5 ++++- games/game_kerbalspaceprogram.py | 5 ++++- games/game_kingdomcomedeliverance.py | 5 ++++- games/game_mirrorsedge.py | 5 ++++- games/game_monsterhunterworld.py | 5 ++++- games/game_mountandblade2.py | 5 ++++- games/game_msfs2020.py | 5 ++++- games/game_nomanssky.py | 5 ++++- games/game_stalkeranomaly.py | 5 ++++- games/game_stardewvalley.py | 5 ++++- games/game_starsector.py | 5 ++++- games/game_starwars-empire-at-war-foc.py | 5 ++++- games/game_starwars-empire-at-war.py | 5 ++++- games/game_subnautica-below-zero.py | 5 ++++- games/game_subnautica.py | 5 ++++- games/game_thebindingofisaacrebirth.py | 5 ++++- games/game_valheim.py | 4 +++- games/game_vampirebloodlines.py | 5 ++++- games/game_witcher1.py | 5 ++++- games/game_witcher3.py | 5 ++++- games/game_xplane11.py | 5 ++++- games/game_zeusandposeidon.py | 5 ++++- 38 files changed, 151 insertions(+), 38 deletions(-) diff --git a/games/game_assettocorsa.py b/games/game_assettocorsa.py index e5c66dc..80a476d 100644 --- a/games/game_assettocorsa.py +++ b/games/game_assettocorsa.py @@ -13,4 +13,7 @@ class AssettoCorsaGame(BasicGame): GameDataPath = r"" GameSteamId = 244210 GameDocumentsDirectory = "%DOCUMENTS%/Assetto Corsa" - GameSupportURL = r"https://github.com/ModOrganizer2/modorganizer-basic_games/wiki/Game:-Assetto-Corsa" + GameSupportURL = ( + r"https://github.com/ModOrganizer2/modorganizer-basic_games/wiki/" + "Game:-Assetto-Corsa" + ) diff --git a/games/game_blackandwhite2.py b/games/game_blackandwhite2.py index 81747d2..5504e6b 100644 --- a/games/game_blackandwhite2.py +++ b/games/game_blackandwhite2.py @@ -347,7 +347,10 @@ class BlackAndWhite2Game(BasicGame, mobase.IPluginFileMapper): GameBinary = "white.exe" GameDocumentsDirectory = "%DOCUMENTS%/Black & White 2" GameSavesDirectory = "%GAME_DOCUMENTS%/Profiles" - GameSupportURL = r"https://github.com/ModOrganizer2/modorganizer-basic_games/wiki/Game:-Black-&-White-2" + GameSupportURL = ( + r"https://github.com/ModOrganizer2/modorganizer-basic_games/wiki/" + "Game:-Black-&-White-2" + ) _program_link = PSTART_MENU + "\\Black & White 2\\Black & White® 2.lnk" diff --git a/games/game_bladeandsorcery.py b/games/game_bladeandsorcery.py index c667e12..cccefd0 100644 --- a/games/game_bladeandsorcery.py +++ b/games/game_bladeandsorcery.py @@ -12,4 +12,7 @@ class BaSGame(BasicGame): GameBinary = "BladeAndSorcery.exe" GameDataPath = r"BladeAndSorcery_Data\StreamingAssets\Mods" GameSteamId = 629730 - GameSupportURL = r"https://github.com/ModOrganizer2/modorganizer-basic_games/wiki/Game:-Blade-&-Sorcery" + GameSupportURL = ( + r"https://github.com/ModOrganizer2/modorganizer-basic_games/wiki/" + "Game:-Blade-&-Sorcery" + ) diff --git a/games/game_cyberpunk2077.py b/games/game_cyberpunk2077.py index 0825927..9f690cd 100644 --- a/games/game_cyberpunk2077.py +++ b/games/game_cyberpunk2077.py @@ -16,4 +16,7 @@ class Cyberpunk2077Game(BasicGame): GameSaveExtension = "dat" GameSteamId = 1091500 GameGogId = 1423049311 - GameSupportURL = r"https://github.com/ModOrganizer2/modorganizer-basic_games/wiki/Game:-Cyberpunk-2077" + GameSupportURL = ( + r"https://github.com/ModOrganizer2/modorganizer-basic_games/wiki/" + "Game:-Cyberpunk-2077" + ) diff --git a/games/game_da2.py b/games/game_da2.py index c27e969..0045d0d 100644 --- a/games/game_da2.py +++ b/games/game_da2.py @@ -17,7 +17,10 @@ class DA2Game(BasicGame): GameSteamId = 1238040 GameOriginManifestIds = ["OFB-EAST:59474", "DR:201797000"] GameOriginWatcherExecutables = ("DragonAge2.exe",) - GameSupportURL = r"https://github.com/ModOrganizer2/modorganizer-basic_games/wiki/Game:-Dragon-Age-II" + GameSupportURL = ( + r"https://github.com/ModOrganizer2/modorganizer-basic_games/wiki/" + "Game:-Dragon-Age-II" + ) def version(self): # Don't forget to import mobase! diff --git a/games/game_daggerfallunity.py b/games/game_daggerfallunity.py index 442eb06..650d97d 100644 --- a/games/game_daggerfallunity.py +++ b/games/game_daggerfallunity.py @@ -50,4 +50,7 @@ class DaggerfallUnityGame(BasicGame): GameBinary = "DaggerfallUnity.exe" GameLauncher = "DaggerfallUnity.exe" GameDataPath = "%GAME_PATH%/DaggerfallUnity_Data/StreamingAssets" - GameSupportURL = r"https://github.com/ModOrganizer2/modorganizer-basic_games/wiki/Game:-Daggerfall-Unity" + GameSupportURL = ( + r"https://github.com/ModOrganizer2/modorganizer-basic_games/wiki/" + "Game:-Daggerfall-Unity" + ) diff --git a/games/game_dao.py b/games/game_dao.py index dcc8b75..5aaabcd 100644 --- a/games/game_dao.py +++ b/games/game_dao.py @@ -20,7 +20,10 @@ class DAOriginsGame(BasicGame): GameSaveExtension = "das" GameSteamId = [17450, 47810] GameGogId = 1949616134 - GameSupportURL = r"https://github.com/ModOrganizer2/modorganizer-basic_games/wiki/Game:-Dragon-Age:-Origins" + GameSupportURL = ( + r"https://github.com/ModOrganizer2/modorganizer-basic_games/wiki/" + "Game:-Dragon-Age:-Origins" + ) def init(self, organizer: mobase.IOrganizer): super().init(organizer) diff --git a/games/game_darkestdungeon.py b/games/game_darkestdungeon.py index e338137..6ea8189 100644 --- a/games/game_darkestdungeon.py +++ b/games/game_darkestdungeon.py @@ -171,7 +171,10 @@ class DarkestDungeonGame(BasicGame): GameGogId = 1719198803 GameBinary = "_windowsnosteam//darkest.exe" GameDataPath = "" - GameSupportURL = r"https://github.com/ModOrganizer2/modorganizer-basic_games/wiki/Game:-Darkest-Dungeon" + GameSupportURL = ( + r"https://github.com/ModOrganizer2/modorganizer-basic_games/wiki/" + "Game:-Darkest-Dungeon" + ) def init(self, organizer: mobase.IOrganizer) -> bool: super().init(organizer) diff --git a/games/game_darkmessiahofmightandmagic.py b/games/game_darkmessiahofmightandmagic.py index c8c4624..5172279 100644 --- a/games/game_darkmessiahofmightandmagic.py +++ b/games/game_darkmessiahofmightandmagic.py @@ -22,7 +22,10 @@ class DarkMessiahOfMightAndMagicGame(BasicGame): GameSteamId = 2100 GameBinary = "mm.exe" GameDataPath = "mm" - GameSupportURL = r"https://github.com/ModOrganizer2/modorganizer-basic_games/wiki/Game:-Dark-Messiah-of-Might-&-Magic" + GameSupportURL = ( + r"https://github.com/ModOrganizer2/modorganizer-basic_games/wiki/" + "Game:-Dark-Messiah-of-Might-&-Magic" + ) GameDocumentsDirectory = "%GAME_PATH%/mm" GameSavesDirectory = "%GAME_PATH%/mm/SAVE" diff --git a/games/game_darksouls.py b/games/game_darksouls.py index 1441873..dbc6f1d 100644 --- a/games/game_darksouls.py +++ b/games/game_darksouls.py @@ -18,4 +18,7 @@ class DarkSoulsGame(BasicGame): GameDocumentsDirectory = "%DOCUMENTS%/NBGI/DarkSouls" GameSavesDirectory = "%DOCUMENTS%/NBGI/DarkSouls" GameSaveExtension = "sl2" - GameSupportURL = r"https://github.com/ModOrganizer2/modorganizer-basic_games/wiki/Game:-Dark-Souls" + GameSupportURL = ( + r"https://github.com/ModOrganizer2/modorganizer-basic_games/wiki/" + "Game:-Dark-Souls" + ) diff --git a/games/game_divinityoriginalsin.py b/games/game_divinityoriginalsin.py index 3fca855..e7123d0 100644 --- a/games/game_divinityoriginalsin.py +++ b/games/game_divinityoriginalsin.py @@ -26,7 +26,10 @@ class DivinityOriginalSinGame(BasicGame): GameSavesDirectory = ( "%USERPROFILE%/Documents/Larian Studios/Divinity Original Sin/PlayerProfiles" ) - GameSupportURL = r"https://github.com/ModOrganizer2/modorganizer-basic_games/wiki/Game:-Divinity:-Original-Sin" + GameSupportURL = ( + r"https://github.com/ModOrganizer2/modorganizer-basic_games/wiki/" + "Game:-Divinity:-Original-Sin" + ) def init(self, organizer: mobase.IOrganizer): super().init(organizer) diff --git a/games/game_divinityoriginalsinee.py b/games/game_divinityoriginalsinee.py index 5bb6929..aaa8868 100644 --- a/games/game_divinityoriginalsinee.py +++ b/games/game_divinityoriginalsinee.py @@ -80,7 +80,10 @@ class DivinityOriginalSinEnhancedEditionGame(BasicGame, mobase.IPluginFileMapper "%USERPROFILE%/Documents/Larian Studios/" "Divinity Original Sin Enhanced Edition/PlayerProfiles" ) - GameSupportURL = r"https://github.com/ModOrganizer2/modorganizer-basic_games/wiki/Game:-Divinity:-Original-Sin" + GameSupportURL = ( + r"https://github.com/ModOrganizer2/modorganizer-basic_games/wiki/" + "Game:-Divinity:-Original-Sin" + ) DOCS_MOD_SPECIAL_NAME = "DOCS_MOD" diff --git a/games/game_dragonsdogmadarkarisen.py b/games/game_dragonsdogmadarkarisen.py index ab3facc..77af70e 100644 --- a/games/game_dragonsdogmadarkarisen.py +++ b/games/game_dragonsdogmadarkarisen.py @@ -16,4 +16,7 @@ class NoMansSkyGame(BasicGame): GameGogId = 1242384383 GameBinary = "DDDA.exe" GameDataPath = "nativePC" - GameSupportURL = r"https://github.com/ModOrganizer2/modorganizer-basic_games/wiki/Game:-Dragon's-Dogma:-Dark-Arisen" + GameSupportURL = ( + r"https://github.com/ModOrganizer2/modorganizer-basic_games/wiki/" + "Game:-Dragon's-Dogma:-Dark-Arisen" + ) diff --git a/games/game_dungeonsiege2.py b/games/game_dungeonsiege2.py index 18da4bd..8073b52 100644 --- a/games/game_dungeonsiege2.py +++ b/games/game_dungeonsiege2.py @@ -73,7 +73,10 @@ class DungeonSiegeIIGame(BasicGame): GameSavesDirectory = "%GAME_DOCUMENTS%/Save" GameDocumentsDirectory = "%DOCUMENTS%/My Games/Dungeon Siege 2" GameSaveExtension = "ds2party" - GameSupportURL = r"https://github.com/ModOrganizer2/modorganizer-basic_games/wiki/Game:-Dungeon-Siege-II" + GameSupportURL = ( + r"https://github.com/ModOrganizer2/modorganizer-basic_games/wiki/" + "Game:-Dungeon-Siege-II" + ) def init(self, organizer: mobase.IOrganizer): super().init(organizer) diff --git a/games/game_gta-3-de.py b/games/game_gta-3-de.py index 5d6dfbb..9e07a40 100644 --- a/games/game_gta-3-de.py +++ b/games/game_gta-3-de.py @@ -39,7 +39,10 @@ class GTA3DefinitiveEditionGame(BasicGame): ) GameSavesDirectory = "%GAME_DOCUMENTS%/../../SaveGames" GameSaveExtension = "sav" - GameSupportURL = r"https://github.com/ModOrganizer2/modorganizer-basic_games/wiki/Game:-Grand-Theft-Auto:-The-Trilogy-%E2%80%90-The-Definitive-Edition" + GameSupportURL = ( + r"https://github.com/ModOrganizer2/modorganizer-basic_games/wiki/" + "Game:-Grand-Theft-Auto:-The-Trilogy-%E2%80%90-The-Definitive-Edition" + ) def init(self, organizer: mobase.IOrganizer) -> bool: super().init(organizer) diff --git a/games/game_gta-san-andreas-de.py b/games/game_gta-san-andreas-de.py index 9c2e112..5dc09a5 100644 --- a/games/game_gta-san-andreas-de.py +++ b/games/game_gta-san-andreas-de.py @@ -39,7 +39,10 @@ class GTASanAndreasDefinitiveEditionGame(BasicGame): ) GameSavesDirectory = "%GAME_DOCUMENTS%/../../SaveGames" GameSaveExtension = "sav" - GameSupportURL = r"https://github.com/ModOrganizer2/modorganizer-basic_games/wiki/Game:-Grand-Theft-Auto:-The-Trilogy-%E2%80%90-The-Definitive-Edition" + GameSupportURL = ( + r"https://github.com/ModOrganizer2/modorganizer-basic_games/wiki/" + "Game:-Grand-Theft-Auto:-The-Trilogy-%E2%80%90-The-Definitive-Edition" + ) def init(self, organizer: mobase.IOrganizer) -> bool: super().init(organizer) diff --git a/games/game_gta-vice-city-de.py b/games/game_gta-vice-city-de.py index b680192..1e8cc7f 100644 --- a/games/game_gta-vice-city-de.py +++ b/games/game_gta-vice-city-de.py @@ -39,7 +39,10 @@ class GTAViceCityDefinitiveEditionGame(BasicGame): ) GameSavesDirectory = "%GAME_DOCUMENTS%/../../SaveGames" GameSaveExtension = "sav" - GameSupportURL = r"https://github.com/ModOrganizer2/modorganizer-basic_games/wiki/Game:-Grand-Theft-Auto:-The-Trilogy-%E2%80%90-The-Definitive-Edition" + GameSupportURL = ( + r"https://github.com/ModOrganizer2/modorganizer-basic_games/wiki/" + "Game:-Grand-Theft-Auto:-The-Trilogy-%E2%80%90-The-Definitive-Edition" + ) def init(self, organizer: mobase.IOrganizer) -> bool: super().init(organizer) diff --git a/games/game_kerbalspaceprogram.py b/games/game_kerbalspaceprogram.py index 2498b57..c2a6a3b 100644 --- a/games/game_kerbalspaceprogram.py +++ b/games/game_kerbalspaceprogram.py @@ -38,7 +38,10 @@ class KerbalSpaceProgramGame(BasicGame): GameDataPath = "GameData" GameSavesDirectory = "%GAME_PATH%/saves" GameSaveExtension = "sfs" - GameSupportURL = r"https://github.com/ModOrganizer2/modorganizer-basic_games/wiki/Game:-Kerbal-Space-Program" + GameSupportURL = ( + r"https://github.com/ModOrganizer2/modorganizer-basic_games/wiki/" + "Game:-Kerbal-Space-Program" + ) def init(self, organizer): super().init(organizer) diff --git a/games/game_kingdomcomedeliverance.py b/games/game_kingdomcomedeliverance.py index c58cdb8..a5d91cc 100644 --- a/games/game_kingdomcomedeliverance.py +++ b/games/game_kingdomcomedeliverance.py @@ -23,7 +23,10 @@ class KingdomComeDeliveranceGame(BasicGame): GameSaveExtension = "whs" GameDocumentsDirectory = "%GAME_PATH%" GameSavesDirectory = "%USERPROFILE%/Saved Games/kingdomcome/saves" - GameSupportURL = r"https://github.com/ModOrganizer2/modorganizer-basic_games/wiki/Game:-Kingdom-Come:-Deliverance" + GameSupportURL = ( + r"https://github.com/ModOrganizer2/modorganizer-basic_games/wiki/" + "Game:-Kingdom-Come:-Deliverance" + ) def iniFiles(self): return ["custom.cfg", "system.cfg", "user.cfg"] diff --git a/games/game_mirrorsedge.py b/games/game_mirrorsedge.py index 16ff7c8..70b8241 100644 --- a/games/game_mirrorsedge.py +++ b/games/game_mirrorsedge.py @@ -16,4 +16,7 @@ class MirrorsEdgeGame(BasicGame): GameGogId = 1893001152 GameBinary = "Binaries/MirrorsEdge.exe" GameDataPath = "TdGame" - GameSupportURL = r"https://github.com/ModOrganizer2/modorganizer-basic_games/wiki/Game:-Mirror's-Edge" + GameSupportURL = ( + r"https://github.com/ModOrganizer2/modorganizer-basic_games/wiki/" + "Game:-Mirror's-Edge" + ) diff --git a/games/game_monsterhunterworld.py b/games/game_monsterhunterworld.py index d58f477..23a9869 100644 --- a/games/game_monsterhunterworld.py +++ b/games/game_monsterhunterworld.py @@ -16,4 +16,7 @@ class MonsterHunterWorldGame(BasicGame): GameDataPath = "%GAME_PATH%" GameSaveExtension = "dat" GameSteamId = 582010 - GameSupportURL = r"https://github.com/ModOrganizer2/modorganizer-basic_games/wiki/Game:-Monster-Hunter:-World" + GameSupportURL = ( + r"https://github.com/ModOrganizer2/modorganizer-basic_games/wiki/" + "Game:-Monster-Hunter:-World" + ) diff --git a/games/game_mountandblade2.py b/games/game_mountandblade2.py index 6671e7c..f09a5cf 100644 --- a/games/game_mountandblade2.py +++ b/games/game_mountandblade2.py @@ -45,7 +45,10 @@ class MountAndBladeIIGame(BasicGame): GameName = "Mount & Blade II: Bannerlord" GameShortName = "mountandblade2bannerlord" GameDataPath = "Modules" - GameSupportURL = r"https://github.com/ModOrganizer2/modorganizer-basic_games/wiki/Game:-Mount-&-Blade-II:-Bannerlord" + GameSupportURL = ( + r"https://github.com/ModOrganizer2/modorganizer-basic_games/wiki/" + "Game:-Mount-&-Blade-II:-Bannerlord" + ) GameBinary = "bin/Win64_Shipping_Client/TaleWorlds.MountAndBlade.Launcher.exe" diff --git a/games/game_msfs2020.py b/games/game_msfs2020.py index 8d01971..a38af41 100644 --- a/games/game_msfs2020.py +++ b/games/game_msfs2020.py @@ -16,7 +16,10 @@ class MSFS2020Game(BasicGame): GameShortName = "msfs2020" GameBinary = r"FlightSimulator.exe" GameSteamId = [1250410] - GameSupportURL = r"https://github.com/ModOrganizer2/modorganizer-basic_games/wiki/Game:-Microsoft-Flight-Simulator-(2020)" + GameSupportURL = ( + r"https://github.com/ModOrganizer2/modorganizer-basic_games/wiki/" + "Game:-Microsoft-Flight-Simulator-(2020)" + ) def dataDirectory(self) -> QDir: # Find and use package path specified in Asobo engine options diff --git a/games/game_nomanssky.py b/games/game_nomanssky.py index 0cf60c1..6c7b20f 100644 --- a/games/game_nomanssky.py +++ b/games/game_nomanssky.py @@ -21,7 +21,10 @@ class NoMansSkyGame(BasicGame): GameGogId = 1446213994 GameBinary = "Binaries/NMS.exe" GameDataPath = "GAMEDATA/PCBANKS/MODS" - GameSupportURL = r"https://github.com/ModOrganizer2/modorganizer-basic_games/wiki/Game:-No-Man's-Sky" + GameSupportURL = ( + r"https://github.com/ModOrganizer2/modorganizer-basic_games/wiki/" + "Game:-No-Man's-Sky" + ) def executables(self): return [ diff --git a/games/game_stalkeranomaly.py b/games/game_stalkeranomaly.py index 4b8d0c1..bf580f1 100644 --- a/games/game_stalkeranomaly.py +++ b/games/game_stalkeranomaly.py @@ -227,7 +227,10 @@ class StalkerAnomalyGame(BasicGame, mobase.IPluginFileMapper): GameBinary = "AnomalyLauncher.exe" GameDataPath = "" GameDocumentsDirectory = "%GAME_PATH%/appdata" - GameSupportURL = r"https://github.com/ModOrganizer2/modorganizer-basic_games/wiki/Game:-S.T.A.L.K.E.R.-Anomaly" + GameSupportURL = ( + r"https://github.com/ModOrganizer2/modorganizer-basic_games/wiki/" + "Game:-S.T.A.L.K.E.R.-Anomaly" + ) GameSaveExtension = "scop" GameSavesDirectory = "%GAME_DOCUMENTS%/savedgames" diff --git a/games/game_stardewvalley.py b/games/game_stardewvalley.py index c99e577..2429481 100644 --- a/games/game_stardewvalley.py +++ b/games/game_stardewvalley.py @@ -39,7 +39,10 @@ class StardewValleyGame(BasicGame): GameDataPath = "mods" GameDocumentsDirectory = "%DOCUMENTS%/StardewValley" GameSavesDirectory = "%GAME_DOCUMENTS%/Saves" - GameSupportURL = r"https://github.com/ModOrganizer2/modorganizer-basic_games/wiki/Game:-Stardew-Valley" + GameSupportURL = ( + r"https://github.com/ModOrganizer2/modorganizer-basic_games/wiki/" + "Game:-Stardew-Valley" + ) def init(self, organizer: mobase.IOrganizer): super().init(organizer) diff --git a/games/game_starsector.py b/games/game_starsector.py index 35a9373..55b4cf8 100644 --- a/games/game_starsector.py +++ b/games/game_starsector.py @@ -20,7 +20,10 @@ class Starsector(BasicGame): GameBinary = "starsector.exe" GameDataPath = "mods" GameSavesDirectory = "%GAME_PATH%/saves" - GameSupportURL = r"https://github.com/ModOrganizer2/modorganizer-basic_games/wiki/Game:-Starsector" + GameSupportURL = ( + r"https://github.com/ModOrganizer2/modorganizer-basic_games/wiki/" + "Game:-Starsector" + ) def listSaves(self, folder: QDir) -> List[mobase.ISaveGame]: return [ diff --git a/games/game_starwars-empire-at-war-foc.py b/games/game_starwars-empire-at-war-foc.py index 70d892d..2d5bc9d 100644 --- a/games/game_starwars-empire-at-war-foc.py +++ b/games/game_starwars-empire-at-war-foc.py @@ -20,7 +20,10 @@ class StarWarsEmpireAtWarGame(BasicGame): # using StarWarsG.exe instead of swfoc.exe because it has an icon GameBinary = "corruption/StarWarsG.exe" GameDataPath = "corruption/Data" - GameSupportURL = r"https://github.com/ModOrganizer2/modorganizer-basic_games/wiki/Game:-Star-Wars:-Empire-At-War" + GameSupportURL = ( + r"https://github.com/ModOrganizer2/modorganizer-basic_games/wiki/" + "Game:-Star-Wars:-Empire-At-War" + ) def executables(self) -> List[mobase.ExecutableInfo]: return [ diff --git a/games/game_starwars-empire-at-war.py b/games/game_starwars-empire-at-war.py index 8f0b051..6459816 100644 --- a/games/game_starwars-empire-at-war.py +++ b/games/game_starwars-empire-at-war.py @@ -20,7 +20,10 @@ class StarWarsEmpireAtWarGame(BasicGame): # using StarWarsG.exe instead of sweaw.exe because it has an icon GameBinary = "GameData/StarWarsG.exe" GameDataPath = "GameData/Data" - GameSupportURL = r"https://github.com/ModOrganizer2/modorganizer-basic_games/wiki/Game:-Star-Wars:-Empire-At-War" + GameSupportURL = ( + r"https://github.com/ModOrganizer2/modorganizer-basic_games/wiki/" + "Game:-Star-Wars:-Empire-At-War" + ) def executables(self) -> List[mobase.ExecutableInfo]: return [ diff --git a/games/game_subnautica-below-zero.py b/games/game_subnautica-below-zero.py index c1c3b9f..9662ce1 100644 --- a/games/game_subnautica-below-zero.py +++ b/games/game_subnautica-below-zero.py @@ -14,7 +14,10 @@ class SubnauticaGame(BasicGame): GameBinary = "SubnauticaZero.exe" GameDataPath = "QMods" GameDocumentsDirectory = "%GAME_PATH%" - GameSupportURL = r"https://github.com/ModOrganizer2/modorganizer-basic_games/wiki/Game:-Subnautica:-Below-Zero" + GameSupportURL = ( + r"https://github.com/ModOrganizer2/modorganizer-basic_games/wiki/" + "Game:-Subnautica:-Below-Zero" + ) def iniFiles(self): return ["doorstop_config.ini"] diff --git a/games/game_subnautica.py b/games/game_subnautica.py index 918d95a..65185ce 100644 --- a/games/game_subnautica.py +++ b/games/game_subnautica.py @@ -14,7 +14,10 @@ class SubnauticaGame(BasicGame): GameBinary = "Subnautica.exe" GameDataPath = "QMods" GameDocumentsDirectory = "%GAME_PATH%" - GameSupportURL = r"https://github.com/ModOrganizer2/modorganizer-basic_games/wiki/Game:-Subnautica" + GameSupportURL = ( + r"https://github.com/ModOrganizer2/modorganizer-basic_games/wiki/" + "Game:-Subnautica" + ) def iniFiles(self): return ["doorstop_config.ini"] diff --git a/games/game_thebindingofisaacrebirth.py b/games/game_thebindingofisaacrebirth.py index 288335c..4d184dc 100644 --- a/games/game_thebindingofisaacrebirth.py +++ b/games/game_thebindingofisaacrebirth.py @@ -16,7 +16,10 @@ class TheBindingOfIsaacRebirthGame(BasicGame): GameBinary = "isaac-ng.exe" GameDocumentsDirectory = "%DOCUMENTS%/My Games/Binding of Isaac Afterbirth+" GameDataPath = "%DOCUMENTS%/My Games/Binding of Isaac Afterbirth+ Mods" - GameSupportURL =r"https://github.com/ModOrganizer2/modorganizer-basic_games/wiki/Game:-The-Binding-of-Isaac:-Rebirth" + GameSupportURL = ( + r"https://github.com/ModOrganizer2/modorganizer-basic_games/wiki/" + "Game:-The-Binding-of-Isaac:-Rebirth" + ) def iniFiles(self): return ["options.ini"] diff --git a/games/game_valheim.py b/games/game_valheim.py index 8efa9e0..928fada 100644 --- a/games/game_valheim.py +++ b/games/game_valheim.py @@ -492,7 +492,9 @@ class ValheimGame(BasicGame): GameBinary = "valheim.exe" GameDataPath = "" GameSavesDirectory = r"%USERPROFILE%/AppData/LocalLow/IronGate/Valheim" - GameSupportURL = r"https://github.com/ModOrganizer2/modorganizer-basic_games/wiki/Game:-Valheim" + GameSupportURL = ( + r"https://github.com/ModOrganizer2/modorganizer-basic_games/wiki/Game:-Valheim" + ) forced_libraries = ["winhttp.dll"] diff --git a/games/game_vampirebloodlines.py b/games/game_vampirebloodlines.py index 4f9811c..e68dac9 100644 --- a/games/game_vampirebloodlines.py +++ b/games/game_vampirebloodlines.py @@ -86,7 +86,10 @@ class VampireTheMasqueradeBloodlinesGame(BasicGame): GameDocumentsDirectory = "%GAME_PATH%/vampire/cfg" GameSavesDirectory = "%GAME_PATH%/vampire/SAVE" GameSaveExtension = "sav" - GameSupportURL = r"https://github.com/ModOrganizer2/modorganizer-basic_games/wiki/Game:-Vampire:-The-Masquerade-%E2%80%90-Bloodlines" + GameSupportURL = ( + r"https://github.com/ModOrganizer2/modorganizer-basic_games/wiki/" + "Game:-Vampire:-The-Masquerade-%E2%80%90-Bloodlines" + ) def init(self, organizer: mobase.IOrganizer) -> bool: super().init(organizer) diff --git a/games/game_witcher1.py b/games/game_witcher1.py index 8f48112..8567efb 100644 --- a/games/game_witcher1.py +++ b/games/game_witcher1.py @@ -74,7 +74,10 @@ class Witcher1Game(BasicGame): GameSaveExtension = "TheWitcherSave" GameDocumentsDirectory = "%DOCUMENTS%/The Witcher" GameSavesDirectory = "%GAME_DOCUMENTS%/saves" - GameSupportURL = r"https://github.com/ModOrganizer2/modorganizer-basic_games/wiki/Game:-The-Witcher" + GameSupportURL = ( + r"https://github.com/ModOrganizer2/modorganizer-basic_games/wiki/" + "Game:-The-Witcher" + ) def init(self, organizer: mobase.IOrganizer) -> bool: super().init(organizer) diff --git a/games/game_witcher3.py b/games/game_witcher3.py index cb5c924..d982336 100644 --- a/games/game_witcher3.py +++ b/games/game_witcher3.py @@ -34,7 +34,10 @@ class Witcher3Game(BasicGame): GameSaveExtension = "sav" GameDocumentsDirectory = "%DOCUMENTS%/The Witcher 3" GameSavesDirectory = "%GAME_DOCUMENTS%/gamesaves" - GameSupportURL = r"https://github.com/ModOrganizer2/modorganizer-basic_games/wiki/Game:-The-Witcher-3" + GameSupportURL = ( + r"https://github.com/ModOrganizer2/modorganizer-basic_games/wiki/" + "Game:-The-Witcher-3" + ) def init(self, organizer: mobase.IOrganizer): super().init(organizer) diff --git a/games/game_xplane11.py b/games/game_xplane11.py index 46ca1ad..23d2ad4 100644 --- a/games/game_xplane11.py +++ b/games/game_xplane11.py @@ -11,4 +11,7 @@ class XP11Game(BasicGame): GameShortName = "xp11" GameBinary = r"X-Plane.exe" GameDataPath = r"" - GameSupportURL = r"https://github.com/ModOrganizer2/modorganizer-basic_games/wiki/Game:-X%E2%80%90Plane-11" + GameSupportURL = ( + r"https://github.com/ModOrganizer2/modorganizer-basic_games/wiki/" + "Game:-X%E2%80%90Plane-11" + ) diff --git a/games/game_zeusandposeidon.py b/games/game_zeusandposeidon.py index 77376ce..a0528d6 100644 --- a/games/game_zeusandposeidon.py +++ b/games/game_zeusandposeidon.py @@ -62,7 +62,10 @@ class ZeusAndPoseidonGame(BasicGame): GameDocumentsDirectory = "%GAME_PATH%" GameSavesDirectory = "%GAME_PATH%/Save" GameSaveExtension = "sav" - GameSupportURL = r"https://github.com/ModOrganizer2/modorganizer-basic_games/wiki/Game:-Zeus%EF%BC%8BPoseidon" + GameSupportURL = ( + r"https://github.com/ModOrganizer2/modorganizer-basic_games/wiki/" + "Game:-Zeus%EF%BC%8BPoseidon" + ) def init(self, organizer: mobase.IOrganizer): super().init(organizer)