diff --git a/data_from_portwine/img/gui/pulseonline.png b/data_from_portwine/img/gui/pulseonline.png deleted file mode 100644 index af35d8dc..00000000 Binary files a/data_from_portwine/img/gui/pulseonline.png and /dev/null differ diff --git a/data_from_portwine/scripts/portwine_db/PulseOnlineLauncher.ppdb b/data_from_portwine/scripts/portwine_db/PulseOnlineLauncher.ppdb deleted file mode 100644 index 4a8d45a4..00000000 --- a/data_from_portwine/scripts/portwine_db/PulseOnlineLauncher.ppdb +++ /dev/null @@ -1,8 +0,0 @@ -#!/usr/bin/env bash -#Author: fidel -#PulseOnlineLauncher.exe -#Rating=5 -#####################examples########################### -export PW_VULKAN_USE="2" -export PW_WINE_USE="PROTON_LG" -export PW_PREFIX_NAME="DOTNET" diff --git a/data_from_portwine/scripts/pw_autoinstall/PW_PULSE_ONLINE b/data_from_portwine/scripts/pw_autoinstall/PW_PULSE_ONLINE deleted file mode 100755 index b0db4d27..00000000 --- a/data_from_portwine/scripts/pw_autoinstall/PW_PULSE_ONLINE +++ /dev/null @@ -1,26 +0,0 @@ -#!/usr/bin/env bash -# Author: cefeiko -# type: games -# name: Pulse Online -# image: pulseonline -# info_en: A multiplayer online game in the MMORPG genre set in a sci-fi world with a unique combat system and deep crafting mechanics. Players can explore vast locations, complete quests, battle enemies, and interact with other participants in the game. -# info_ru: Многопользовательская онлайн-игра в жанре MMORPG, действие которой происходит в научно-фантастическом мире с уникальной боевой системой и глубоким крафтом. Игроки могут исследовать обширные локации, выполнять квесты, сражаться с противниками и взаимодействовать с другими участниками игры. -######################################################################## -export PW_PREFIX_NAME="DOTNET" -export PORTWINE_CREATE_SHORTCUT_NAME="Pulse Online" - -start_portwine - -create_new_dir "${WINEPREFIX}/drive_c/games/PulseOnline/" -export PW_AUTOINSTALL_EXE="${WINEPREFIX}/drive_c/games/PulseOnline/PulseOnlineLauncher.exe" - -if try_download "https://pulseonline.ru/game_download/PulseOnlineLauncher.exe" "${PW_AUTOINSTALL_EXE}" no_mirror -then - export portwine_exe="$PW_AUTOINSTALL_EXE" - try_remove_file "${portwine_exe}.ppdb" - pw_stop_progress_bar - portwine_create_shortcut - kill_portwine -fi - -stop_portwine