diff --git a/data_from_portwine/img/gui/anomalezone.png b/data_from_portwine/img/gui/anomalezone.png new file mode 100644 index 00000000..b81c88ae Binary files /dev/null and b/data_from_portwine/img/gui/anomalezone.png differ diff --git a/data_from_portwine/scripts/portwine_db/AnomalyZone b/data_from_portwine/scripts/portwine_db/AnomalyZone new file mode 100644 index 00000000..7ed547be --- /dev/null +++ b/data_from_portwine/scripts/portwine_db/AnomalyZone @@ -0,0 +1,8 @@ +#!/usr/bin/env bash +#Author: chal55rus +#Launcher.exe +#AnomalyZone.exe +#Rating=1-5 +export PW_VULKAN_USE="2" +export PW_WINE_USE="WINE_LG" +export PW_PREFIX_NAME="DEFAULT" diff --git a/data_from_portwine/scripts/pw_autoinstall/PW_ANOMALY_ZONE b/data_from_portwine/scripts/pw_autoinstall/PW_ANOMALY_ZONE new file mode 100755 index 00000000..7a8de310 --- /dev/null +++ b/data_from_portwine/scripts/pw_autoinstall/PW_ANOMALY_ZONE @@ -0,0 +1,21 @@ +#!/usr/bin/env bash +# Author: chal55rus +######################################################################## +export LAUNCH_PARAMETERS=("/VERYSILENT /SUPPRESSMSGBOXES /NORESTART /SP-") +export PW_AUTOINSTALL_EXE="${PW_USER_TEMP}/az_webinst.exe" +export PORTWINE_CREATE_SHORTCUT_NAME="Anomale Zone" + +start_portwine +if try_download "https://anomaly-zone.ru/file/az_webinst.exe" "${PW_AUTOINSTALL_EXE}" no_mirror +then + pw_start_progress_bar_install_game "Anomale Zone." + pw_kill_autostart Launcher.exe & + pw_run "${PW_AUTOINSTALL_EXE}" + portwine_exe="$WINEPREFIX/drive_c/Program Files (x86)/Cybertime Games/Anomaly-Zone/Launcher.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/start.sh b/data_from_portwine/scripts/start.sh index 5b4e16fe..0cb5c70f 100755 --- a/data_from_portwine/scripts/start.sh +++ b/data_from_portwine/scripts/start.sh @@ -539,6 +539,7 @@ else --field=" CatsLauncher (Front Edge)"!"$PW_GUI_ICON_PATH/catslauncher.png"!"":"FBTN" '@bash -c "button_click PW_CATSLAUNCHER"' \ --field=" Russian Fishing 4"!"$PW_GUI_ICON_PATH/rf4launcher.png"!"":"FBTN" '@bash -c "button_click PW_RUSSIAN_FISHING"' \ --field=" W3D Hub Launcher"!"$PW_GUI_ICON_PATH/w3dhub.png"!"":"FBTN" '@bash -c "button_click PW_W3D_HUB"' \ + --field=" Anomaly Zone"!"$PW_GUI_ICON_PATH/anomalezone.png"!"":"FBTN" '@bash -c "button_click PW_ANOMALY_ZONE"' \ 2>/dev/null & # --field=" Secret World Legends (ENG)"!"$PW_GUI_ICON_PATH/swl.png"!"":"FBTN" '@bash -c "button_click PW_SWL"'