From 7bdc9de4afd38030a4cd0a7e69065ea54b071b31 Mon Sep 17 00:00:00 2001 From: Mikhail Tergoev Date: Thu, 18 Sep 2025 21:11:37 +0300 Subject: [PATCH] removed Goose Goose Duck --- .../pw_autoinstall/PW_GOOSE_GOOSE_DUCK | 28 ------------------- 1 file changed, 28 deletions(-) delete mode 100755 data_from_portwine/scripts/pw_autoinstall/PW_GOOSE_GOOSE_DUCK diff --git a/data_from_portwine/scripts/pw_autoinstall/PW_GOOSE_GOOSE_DUCK b/data_from_portwine/scripts/pw_autoinstall/PW_GOOSE_GOOSE_DUCK deleted file mode 100755 index d8bb8946..00000000 --- a/data_from_portwine/scripts/pw_autoinstall/PW_GOOSE_GOOSE_DUCK +++ /dev/null @@ -1,28 +0,0 @@ -#!/usr/bin/env bash -# Author: chal55rus -# type: games -# name: Goose Goose Duck -# image: goosegooseduck -# info_en: A multiplayer social deduction game where players take on the roles of ducks or geese, trying to complete tasks and identify the "ducks" — the impostors among them. The game combines elements of strategy and communication, requiring players to coordinate and recognize deception. -# info_ru: Многопользовательская игра в жанре социальной дедукции, где игроки выступают в роли уток или гусей, пытаясь выполнить задания и выявить среди них "уток" — предателей. Игра сочетает в себе элементы стратегии и общения, требуя от игроков координации и способности распознавать обман. -######################################################################## -export PW_PREFIX_NAME="GOOSE_GOOSE_DUCK" -export LAUNCH_PARAMETERS="/VERYSILENT /SUPPRESSMSGBOXES /NORESTART /SP-" -export PW_AUTOINSTALL_EXE="${PW_USER_TEMP}/GGDInstaller.exe" -export PORTWINE_CREATE_SHORTCUT_NAME="Goose Goose Duck" - -VERSION="4.02.01" - -start_portwine -if try_download "https://download-ggd.gaggle.gg/Goose%20Goose%20Duck%20Installer%20${VERSION}%20release.exe" "${PW_AUTOINSTALL_EXE}" no_mirror -then - pw_start_progress_bar_install_game "Goose Goose Duck." - pw_run "${PW_AUTOINSTALL_EXE}" - portwine_exe="$WINEPREFIX/drive_c/Program Files (x86)/Goose Goose Duck/GGDLauncher.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