forked from CastroFidel/PortWINE
Scripts version 2114
This commit is contained in:
parent
da38a958ac
commit
caa498a99d
@ -2,9 +2,12 @@ You can help us in the development of the project on the website: boosty.to/port
|
||||
-----------------------------------------
|
||||
Changelog:
|
||||
|
||||
###Scripts version 2111 - 2113###
|
||||
###Scripts version 2114###
|
||||
* optimized launch PortProton in Rosa Linux
|
||||
|
||||
###Scripts version 2111 - 2113###
|
||||
* debug
|
||||
|
||||
###Scripts version 2110###
|
||||
* updated "PROTON_GE" to version 7-20
|
||||
* fixed the work of the game World of Warplanes
|
||||
|
@ -2,9 +2,12 @@
|
||||
-----------------------------------------
|
||||
История изменений:
|
||||
|
||||
###Scripts version 2111 - 2113###
|
||||
###Scripts version 2114###
|
||||
* ускорен запуск PortProton в Rosa Linux
|
||||
|
||||
###Scripts version 2111 - 2113###
|
||||
* исправление ошибок
|
||||
|
||||
###Scripts version 2110###
|
||||
* обновлен "PROTON_GE" до версии 7-20
|
||||
* исправлена работа игры World of Warplanes
|
||||
|
@ -332,7 +332,7 @@ init_wine_ver () {
|
||||
|
||||
pw_init_runtime () {
|
||||
|
||||
if [[ -z $(grep "ROSA Fresh" "/etc/os-release") ]] ; then
|
||||
if [[ -n "$(grep "ROSA Fresh" "/etc/os-release")" ]] ; then
|
||||
export LOCPATH="/run/host/usr/share/locale/"
|
||||
fi
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
#!/usr/bin/env bash
|
||||
#Author: Castro-Fidel (PortWINE-Linux.ru)
|
||||
#SCRIPTS_NEXT_VERSION=2113
|
||||
#SCRIPTS_NEXT_VERSION=2114
|
||||
########################################################################
|
||||
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
|
||||
|
Loading…
Reference in New Issue
Block a user