Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
P
PortWINE
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Vladislav
PortWINE
Commits
a1f6fc5c
Commit
a1f6fc5c
authored
Feb 05, 2023
by
Mikhail Tergoev
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Scripts version 2160
parent
a2763052
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
22 additions
and
8 deletions
+22
-8
changelog_eng
data_from_portwine/changelog_eng
+8
-1
changelog_rus
data_from_portwine/changelog_rus
+8
-1
var
data_from_portwine/scripts/var
+6
-6
No files found.
data_from_portwine/changelog_eng
View file @
a1f6fc5c
...
...
@@ -2,7 +2,14 @@ You can help us in the development of the project on the website: boosty.to/linu
-----------------------------------------
Changelog:
###Scripts version 2158###
###Scripts version 2160###
* updated versions:
PROTON_GE="7-48" (by default)
DXVK_GIT_VER="2.1"
VKD3D_GIT_VER="1.1-3132"
export WINE_FULLSCREEN_FSR="1" (by default)
###Scripts version 2159###
* Updated libs_v38 (HOTFIX)
###Scripts version 2158###
...
...
data_from_portwine/changelog_rus
View file @
a1f6fc5c
...
...
@@ -2,7 +2,14 @@
-----------------------------------------
История изменений:
###Scripts version 2158###
###Scripts version 2160###
* обновлены версии:
PROTON_GE="7-48" (используется по умолчанию)
DXVK_GIT_VER="2.1"
VKD3D_GIT_VER="1.1-3132"
export WINE_FULLSCREEN_FSR="1" (используется по умолчанию)
###Scripts version 2159###
* Обновлен пакет библиотек libs_v38 (HOTFIX)
###Scripts version 2158###
...
...
data_from_portwine/scripts/var
View file @
a1f6fc5c
#!/usr/bin/env bash
#Author: Castro-Fidel (linux-gaming.ru)
#SCRIPTS_NEXT_VERSION=21
59
#SCRIPTS_NEXT_VERSION=21
60
########################################################################
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
...
...
@@ -31,21 +31,21 @@ export STAGING_SHARED_MEMORY="1"
export
PW_FORCE_LARGE_ADDRESS_AWARE
=
"1"
export
PW_MANGOHUD_x32
=
"0"
###DEFAULT_WINE###
export
PW_WINE_USE
=
"PROTON_
LG
"
export
PW_WINE_USE
=
"PROTON_
GE
"
export
PW_PLUGINS_VER
=
"_v9"
export
PW_FAKE_DLSS_VER
=
"091122"
###WINE_PROTON_LG###
export
PW_LG_VER
=
"7-47"
export
PW_PROTON_LG_VER
=
"PROTON_LG_
${
PW_LG_VER
}
"
###WINE_PROTON_GE###
export
PW_GE_VER
=
"7-4
7
"
export
PW_GE_VER
=
"7-4
8
"
export
PW_PROTON_GE_VER
=
"PROTON_GE_
${
PW_GE_VER
}
"
export
PW_WINE_FULLSCREEN_FSR
=
"
0
"
export
PW_WINE_FULLSCREEN_FSR
=
"
1
"
###DXVK_AND_VKD3D###
export
DXVK_STABLE_VER
=
"1.10.3-28"
export
DXVK_GIT_VER
=
"2.
0-116
"
export
DXVK_GIT_VER
=
"2.
1
"
export
VKD3D_STABLE_VER
=
"1.1-2602"
export
VKD3D_GIT_VER
=
"1.1-31
15
"
export
VKD3D_GIT_VER
=
"1.1-31
32
"
###PREFIX_VERSION###
export
DOTPFX_VER
=
"48v1"
export
DEFPFX_VER
=
"v1"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment