diff --git a/data_from_portwine/changelog_ru b/data_from_portwine/changelog_ru index 7396616..61eafec 100755 --- a/data_from_portwine/changelog_ru +++ b/data_from_portwine/changelog_ru @@ -2,6 +2,8 @@ ----------------------------------------- История изменений: +* удалена автоустановка "CatsLauncher" по причине переезда игры "Передний край" в "vkPlay" + ###Scripts version 2365### / Дата: 23.10.2024 / Размер скачиваемого обновления: 4 мегабайта * добавлены переводы для использования системного wine и скачивания других версий wine (спасибо Htylol) * улучшен функционал определения названия для создания ярлыков (спасибо Htylol) diff --git a/data_from_portwine/img/gui/catslauncher.png b/data_from_portwine/img/gui/catslauncher.png deleted file mode 100644 index 7d99cef..0000000 Binary files a/data_from_portwine/img/gui/catslauncher.png and /dev/null differ diff --git a/data_from_portwine/scripts/pw_autoinstall/PW_BDO b/data_from_portwine/scripts/pw_autoinstall/PW_BLACK_DESERT_ONLINE similarity index 100% rename from data_from_portwine/scripts/pw_autoinstall/PW_BDO rename to data_from_portwine/scripts/pw_autoinstall/PW_BLACK_DESERT_ONLINE diff --git a/data_from_portwine/scripts/pw_autoinstall/PW_BROKEN_RANKS b/data_from_portwine/scripts/pw_autoinstall/PW_BROKEN_RANKS index f98dabc..d976ec1 100755 --- a/data_from_portwine/scripts/pw_autoinstall/PW_BROKEN_RANKS +++ b/data_from_portwine/scripts/pw_autoinstall/PW_BROKEN_RANKS @@ -1,7 +1,7 @@ #!/usr/bin/env bash # Author: chal55rus # type: games -# name: Broken Ranks +# name: Broken Ranks (ENG) # image: brokenranks # info_en: # info_ru: diff --git a/data_from_portwine/scripts/pw_autoinstall/PW_CATSLAUNCHER b/data_from_portwine/scripts/pw_autoinstall/PW_CATSLAUNCHER deleted file mode 100755 index 04e019a..0000000 --- a/data_from_portwine/scripts/pw_autoinstall/PW_CATSLAUNCHER +++ /dev/null @@ -1,27 +0,0 @@ -#!/usr/bin/env bash -# Author: Castro-Fidel (linux-gaming.ru) -# type: games -# name: CatsLauncher (Front Edge) -# image: catslauncher -# info_en: -# info_ru: -######################################################################## -export LAUNCH_PARAMETERS=("/q" ) -export PW_AUTOINSTALL_EXE="${PW_USER_TEMP}/CatsLauncher.msi" -export PW_PREFIX_NAME="DOTNET" -export PW_USE_D3D_EXTRAS="1" -export PORTWINE_CREATE_SHORTCUT_NAME="CatsLauncher" - -start_portwine -if try_download "https://catswhoplay.com/downloads/CatsLauncher_0.1.10.msi" "${PW_AUTOINSTALL_EXE}" no_mirror -then - pw_start_progress_bar_install_game "CatsLauncher." - pw_run msiexec /i "${PW_AUTOINSTALL_EXE}" - portwine_exe="${WINEPREFIX}/drive_c/Program Files/CatsWhoPlay/Cats Launcher/CatsLauncher.exe" - try_remove_file "${PW_AUTOINSTALL_EXE}" - try_remove_file "${portwine_exe}.ppdb" - kill_portwine - pw_stop_progress_bar - portwine_create_shortcut -fi -stop_portwine diff --git a/data_from_portwine/scripts/pw_autoinstall/PW_CWC b/data_from_portwine/scripts/pw_autoinstall/PW_CONTRACT_WARS similarity index 100% rename from data_from_portwine/scripts/pw_autoinstall/PW_CWC rename to data_from_portwine/scripts/pw_autoinstall/PW_CONTRACT_WARS diff --git a/data_from_portwine/scripts/pw_autoinstall/PW_DC_UNIVERSE_ONLINE b/data_from_portwine/scripts/pw_autoinstall/PW_DC_UNIVERSE_ONLINE index 97d345e..ac3a3eb 100755 --- a/data_from_portwine/scripts/pw_autoinstall/PW_DC_UNIVERSE_ONLINE +++ b/data_from_portwine/scripts/pw_autoinstall/PW_DC_UNIVERSE_ONLINE @@ -1,7 +1,7 @@ #!/usr/bin/env bash # Author: chal55rus # type: games -# name: DC Universe Online +# name: DC Universe Online (ENG) # image: dcuniverseonline # info_en: # info_ru: diff --git a/data_from_portwine/scripts/pw_autoinstall/PW_MWO b/data_from_portwine/scripts/pw_autoinstall/PW_METAL_WAR_ONLINE similarity index 100% rename from data_from_portwine/scripts/pw_autoinstall/PW_MWO rename to data_from_portwine/scripts/pw_autoinstall/PW_METAL_WAR_ONLINE diff --git a/data_from_portwine/scripts/pw_autoinstall/PW_MW b/data_from_portwine/scripts/pw_autoinstall/PW_MODERN_WARSHIPS similarity index 100% rename from data_from_portwine/scripts/pw_autoinstall/PW_MW rename to data_from_portwine/scripts/pw_autoinstall/PW_MODERN_WARSHIPS diff --git a/data_from_portwine/scripts/pw_autoinstall/PW_POE b/data_from_portwine/scripts/pw_autoinstall/PW_PATH_OF_EXILE similarity index 100% rename from data_from_portwine/scripts/pw_autoinstall/PW_POE rename to data_from_portwine/scripts/pw_autoinstall/PW_PATH_OF_EXILE diff --git a/data_from_portwine/scripts/pw_autoinstall/PW_SWL b/data_from_portwine/scripts/pw_autoinstall/PW_SECRET_WORLD_LEGENDS similarity index 100% rename from data_from_portwine/scripts/pw_autoinstall/PW_SWL rename to data_from_portwine/scripts/pw_autoinstall/PW_SECRET_WORLD_LEGENDS diff --git a/data_from_portwine/scripts/pw_autoinstall/PW_SO b/data_from_portwine/scripts/pw_autoinstall/PW_STALKER_ONLINE similarity index 100% rename from data_from_portwine/scripts/pw_autoinstall/PW_SO rename to data_from_portwine/scripts/pw_autoinstall/PW_STALKER_ONLINE diff --git a/data_from_portwine/scripts/pw_autoinstall/PW_THE_LORD_OF_THE_RINGS_ONLINE b/data_from_portwine/scripts/pw_autoinstall/PW_THE_LORD_OF_THE_RINGS_ONLINE index e58f05a..611c59c 100755 --- a/data_from_portwine/scripts/pw_autoinstall/PW_THE_LORD_OF_THE_RINGS_ONLINE +++ b/data_from_portwine/scripts/pw_autoinstall/PW_THE_LORD_OF_THE_RINGS_ONLINE @@ -1,7 +1,7 @@ #!/usr/bin/env bash # Author: chal55rus # type: games -# name: The Lord of the Rings Online +# name: The Lord of the Rings Online (ENG) # image: lordofringsonline # info_en: # info_ru: diff --git a/data_from_portwine/scripts/var b/data_from_portwine/scripts/var index ef2b4a6..3541494 100755 --- a/data_from_portwine/scripts/var +++ b/data_from_portwine/scripts/var @@ -3,7 +3,7 @@ #SCRIPTS_NEXT_VERSION=2365 #SCRIPTS_STABLE_VERSION=2360 ######################################################################## -export AI_TOP_GAMES="PW_LGC PW_VKPLAY PW_EPIC PW_BATTLE_NET" +export AI_TOP_GAMES="PW_LGC PW_VKPLAY PW_EPIC PW_BATTLE_NET PW_WORLD_OF_SEA_BATTLE PW_RUSSIAN_FISHING PW_HO_YO_PLAY PW_FARLIGHT84 PW_WARFRAME PW_WGC PW_UBISOFT" # export PROTON_USE_XALIA="1" export LANGUAGES_LIST="ru es" export PW_VKBASALT="0"