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
f0e4c82b
Commit
f0e4c82b
authored
Feb 11, 2024
by
Mikhail Tergoev
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Scripts version 2254
parent
2668d0e5
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
12 additions
and
2 deletions
+12
-2
changelog_eng
data_from_portwine/changelog_eng
+6
-0
changelog_rus
data_from_portwine/changelog_rus
+4
-0
functions_helper
data_from_portwine/scripts/functions_helper
+1
-1
var
data_from_portwine/scripts/var
+1
-1
No files found.
data_from_portwine/changelog_eng
View file @
f0e4c82b
...
...
@@ -2,6 +2,12 @@ You can help us in the development of the project on the website: https://linux-
----------------------------------------
Changelog:
###Scripts version 2254### Date: 11.02.2024 / Download update size: 15 megabytes
* PortProton interface restart has been accelerated
* added priority for using the system gamemode if it is installed (thanks to Boria138)
* updated startup, update and unpacking animations (thanks to WEBMAS and Dervart)
* checking the PortProton update on Steam Deck occurs only in desktop mode
###Scripts version 2253### Date: 10.02.2024 / Download update size: 8 megabytes
* minor fixes for SteamOS
...
...
data_from_portwine/changelog_rus
View file @
f0e4c82b
...
...
@@ -2,7 +2,11 @@
-----------------------------------------
История изменений:
###Scripts version 2254### Дата: 11.02.2024 / Размер скачиваемого обновления: 15 мегабайт
* ускорен перезапуск интерфейса PortProton
* добавлен приоритет использования системного gamemode если он установлен (спасибо Boria138)
* обновлены анимации запуска, обновления и распаковки (спасибо WEBMAS и Dervart)
* проверка обновления PortProton на Steam Deck происходит только в режиме рабочего стола
###Scripts version 2253### Дата: 10.02.2024 / Размер скачиваемого обновления: 8 мегабайт
* небольшие улучшения для SteamOS
...
...
data_from_portwine/scripts/functions_helper
View file @
f0e4c82b
...
...
@@ -427,7 +427,7 @@ init_wine_ver () {
if
[[
-d
"
${
WINEDIR
}
"
]]
;
then
[[
!
-f
"
${
WINEDIR
}
/version"
]]
&&
echo
"
${
PW_WINE_USE
}
"
>
"
${
WINEDIR
}
/version"
if
[[
!
-d
"
${
WINEDIR
}
/lib64/"
&&
-d
"
${
WINEDIR
}
/lib/wine/x86_64-unix"
]]
;
then
if
[[
!
-d
"
${
WINEDIR
}
/lib64/"
]]
&&
[[
-d
"
${
WINEDIR
}
/lib/wine/x86_64-unix"
]]
;
then
create_new_dir
"
${
WINEDIR
}
/lib64/wine"
mv
-f
"
${
WINEDIR
}
/lib/wine/x86_64-unix"
"
${
WINEDIR
}
/lib64/wine/"
mv
-f
"
${
WINEDIR
}
/lib/wine/x86_64-windows"
"
${
WINEDIR
}
/lib64/wine/"
...
...
data_from_portwine/scripts/var
View file @
f0e4c82b
#!/usr/bin/env bash
#Author: Castro-Fidel (linux-gaming.ru)
#SCRIPTS_NEXT_VERSION=225
3
#SCRIPTS_NEXT_VERSION=225
4
########################################################################
export
PW_MANGOHUD
=
"0"
export
DEFAULT_MANGOHUD_CONFIG
=
"cpu_stats,cpu_temp,cpu_mhz,gpu_stats,gpu_temp,gpu_core_clock,gpu_mem_clock,vulkan_driver,gpu_name,vram,ram,frame_timing=1,time,arch,wine,toggle_hud=Shift_R+F12,resolution,vkbasalt,gamemode"
...
...
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