forked from CastroFidel/PortWINE
		
	Scripts version 2132
This commit is contained in:
		| @@ -2,9 +2,11 @@ You can help us in the development of the project on the website: boosty.to/linu | ||||
| ----------------------------------------- | ||||
| Changelog: | ||||
|  | ||||
| ###Scripts version 2131### | ||||
| * исправлены ссылки со старого сайта на новый  | ||||
| * префикс переменных временно возвращен на "PW_".  | ||||
| ###Scripts version 2132### | ||||
| * ATTENTION! The site portwine-linux.ru which is working again - FAKE! What kind of person did this and with what motives is unknown. So be vigilant! The site of our project: LINUX-GAMING.RU - and once again I will ask all the authors of their sites and Youtube channels to change their links. Thank you. | ||||
|  | ||||
| ###Scripts version 2132### | ||||
| * HOTFIX and change url | ||||
|  | ||||
| ###Scripts version 2130### | ||||
| * by default, the WINE version of PROTON_LG is used (based on wine-ge-custom with the addition of patches required for PortProton) You can still use the PROTON_GE version by selecting it in the startup menu.exe file. | ||||
|   | ||||
| @@ -2,6 +2,10 @@ | ||||
| ----------------------------------------- | ||||
| История изменений: | ||||
|  | ||||
| ###Scripts version 2132### | ||||
| * добавлен фикс для работы PortProton на системах Alt и Simply Linux (подготовка к возможному добавлению в репозитории) | ||||
| * ВНИМАНИЕ! Сайт portwine-linux.ru который снова заработал - ФЕЙК! Что за человек это сделал и с какими мотивами - неизвестно. Так что будте бдительны! Сайт нашего проекта: LINUX-GAMING.RU - и еще раз попрошу всех авторов своих сайтов и каналов на Youtube сменить ссылки у себя. Спасибо. | ||||
|  | ||||
| ###Scripts version 2131### | ||||
| * исправлены ссылки со старого сайта на новый  | ||||
| * префикс переменных временно возвращен на "PW_".  | ||||
|   | ||||
| @@ -341,6 +341,8 @@ pw_init_runtime () { | ||||
|  | ||||
|     if [[ -n "$(grep "ROSA Fresh" "/etc/os-release")" ]] ; then | ||||
|         export LOCPATH="/run/host/usr/share/locale/" | ||||
|     elif [[ -n "$(grep "altlinux" "/etc/os-release")" ]] ; then | ||||
|         export LIBGL_DRIVERS_PATH="/usr/lib/X11/modules/dri:/usr/lib64/X11/modules/dri" | ||||
|     fi | ||||
|  | ||||
|     PW_PV_OVERRIDES="/usr/lib/pressure-vessel/overrides/lib"  | ||||
|   | ||||
| @@ -9,4 +9,4 @@ export PW_DLL_INSTALL="vcrun2019 d3dcompiler_46" | ||||
| export WINEDLLOVERRIDES="libglesv2,lsteamclient=" | ||||
| export LAUNCH_PARAMETERS="-no-cef-sandbox" | ||||
| export PW_VULKAN_USE=1 | ||||
| export PW_WINE_USE=PROTON_GE | ||||
| export PW_WINE_USE=PROTON_LG | ||||
|   | ||||
| @@ -1,6 +1,6 @@ | ||||
| #!/usr/bin/env bash | ||||
| #Author: Castro-Fidel (linux-gaming.ru) | ||||
| #SCRIPTS_NEXT_VERSION=2131 | ||||
| #SCRIPTS_NEXT_VERSION=2132 | ||||
| ######################################################################## | ||||
| 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 | ||||
|   | ||||
		Reference in New Issue
	
	Block a user