diff --git a/data_from_portwine/changelog_eng b/data_from_portwine/changelog_eng index 6958e17f27bb3cf8d4583d6725d674b501e76f81..3aa73d148eb58ee4b0536ddc7fa702755a8623c6 100755 --- a/data_from_portwine/changelog_eng +++ b/data_from_portwine/changelog_eng @@ -2,6 +2,9 @@ You can help us in the development of the project on the website: boosty.to/linu ----------------------------------------- Changelog: +###Scripts version 2148### +* added Crossout + ###Scripts version 2147### * created a repository https://github.com/Castro-Fidel/vulkan/releases with DXVK and VKD3D versions compiled specifically to work under the container, which reduces problems and increases the number of games launched * default versions: diff --git a/data_from_portwine/changelog_rus b/data_from_portwine/changelog_rus index f84bcce6d5677343bf20367b797170860d21c3bc..3da58349ecdea63cf2c839ed5198bfaed55b77d9 100755 --- a/data_from_portwine/changelog_rus +++ b/data_from_portwine/changelog_rus @@ -2,6 +2,9 @@ ----------------------------------------- Рстория изменений: +###Scripts version 2148### +* добавлена автоматическая установка РёРіСЂС‹ Crossout (античит EAC проверен) Внимание: Если после запуска лончера будет ошибка - РѕРЅР° РЅР° работу РЅРµ влияет, просто нажмите close для её закрытия. + ###Scripts version 2147### * создан репозиторий https://github.com/Castro-Fidel/vulkan/releases СЃ версиями DXVK Рё VKD3D скомпилированные специально для работы РїРѕРґ контейнером, что уменьшает проблемы Сѓ увеличевает количество запускаемых РёРіСЂ * версии РїРѕ умолчанию: diff --git a/data_from_portwine/img/gui/crossout.png b/data_from_portwine/img/gui/crossout.png new file mode 100644 index 0000000000000000000000000000000000000000..29cff0081baa7c9a3a7fcf09724c8d9adfa5628f Binary files /dev/null and b/data_from_portwine/img/gui/crossout.png differ diff --git a/data_from_portwine/scripts/pw_autoinstall/PW_CROSSOUT b/data_from_portwine/scripts/pw_autoinstall/PW_CROSSOUT new file mode 100644 index 0000000000000000000000000000000000000000..3b12cc4a78d7a2cc7b7606618a98093c1220777d --- /dev/null +++ b/data_from_portwine/scripts/pw_autoinstall/PW_CROSSOUT @@ -0,0 +1,21 @@ +#!/usr/bin/env bash +# Author: Castro Fidel +######################################################################## +export LAUNCH_PARAMETERS=("/VERYSILENT") +export PW_AUTOINSTALL_EXE="${PW_USER_TEMP}/crossout.exe" +# export PW_PREFIX_NAME=DOTNET + +start_portwine +if try_download "https://yupmaster.gaijinent.com/launcher/current.php?id=CrossoutLauncher" "${PW_AUTOINSTALL_EXE}" +then + pw_start_progress_bar_block "${loc_gui_installing_the} Crossout. ${loc_gui_please_wait} " + pw_kill_autostart launcher.exe 3 & + pw_run "${PW_AUTOINSTALL_EXE}" + portwine_exe="${WINEPREFIX}/drive_c/users/$USER/AppData/Local/Crossout/launcher.exe" + try_remove_file "${PW_AUTOINSTALL_EXE}" + kill_portwine + pw_stop_progress_bar + export PORTWINE_CREATE_SHORTCUT_NAME="Crossout" + portwine_create_shortcut +fi +stop_portwine diff --git a/data_from_portwine/scripts/start.sh b/data_from_portwine/scripts/start.sh index 8ea87b5f54df36eff2fb4657651f6d1bff2b9bec..4e13377ba7fe09335919dbe9b2f8a58166e13755 100755 --- a/data_from_portwine/scripts/start.sh +++ b/data_from_portwine/scripts/start.sh @@ -699,7 +699,8 @@ else --field=" CALIBER"!"$PW_GUI_ICON_PATH/caliber.png"!"":"FBTN" '@bash -c "button_click PW_CALIBER"' \ --field=" FULQRUM GAMES"!"$PW_GUI_ICON_PATH/fulqrumgames.png"!"":"FBTN" '@bash -c "button_click PW_FULQRUM_GAMES"' \ --field=" Plarium Play"!"$PW_GUI_ICON_PATH/plariumplay.png"!"":"FBTN" '@bash -c "button_click PW_PLARIUM_PLAY"' \ - --field=" ITCH.IO"!"$PW_GUI_ICON_PATH/itch.png"!"":"FBTN" '@bash -c "button_click PW_ITCH"' & + --field=" ITCH.IO"!"$PW_GUI_ICON_PATH/itch.png"!"":"FBTN" '@bash -c "button_click PW_ITCH"' \ + --field=" Crossout"!"$PW_GUI_ICON_PATH/crossout.png"!"":"FBTN" '@bash -c "button_click PW_CROSSOUT"' & # --field=" Steam Client Launcher"!"$PW_GUI_ICON_PATH/steam.png"!"":"FBTN" '@bash -c "button_click PW_STEAM"' # --field=" Bethesda.net Launcher"!"$PW_GUI_ICON_PATH/bethesda.png"!"":"FBTN" '@bash -c "button_click PW_BETHESDA"' diff --git a/data_from_portwine/scripts/var b/data_from_portwine/scripts/var index e3e6c0ce622ad0df30c80f3a7287903d234dd39b..1aff963bc491a7d6b83a7831b2737037e27aecd7 100755 --- a/data_from_portwine/scripts/var +++ b/data_from_portwine/scripts/var @@ -1,6 +1,6 @@ #!/usr/bin/env bash #Author: Castro-Fidel (linux-gaming.ru) -#SCRIPTS_NEXT_VERSION=2147 +#SCRIPTS_NEXT_VERSION=2148 ######################################################################## export PW_MANGOHUD=0 export MANGOHUD_CONFIG=cpu_stats,cpu_temp,cpu_mhz,cpu_color=2e97cb,cpu_text=CPU,gpu_stats,gpu_temp,gpu_core_clock,gpu_mem_clock,vulkan_driver,gpu_name,gpu_color=2e9762,gpu_text=GPU,vram,vram_color=ad64c1,ram,ram_color=c26693,io_color=a491d3,frame_timing=1,frametime_color=00ff00,time,arch,wine,wine_color=eb5b5b,engine_color=eb5b5b,background_alpha=0.2,font_size=24,background_color=020202,text_color=ffffff,toggle_hud=Shift_R+F12,resolution,vkbasalt