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
Mikhail Tergoev
PortWINE
Commits
e1a47bdb
Commit
e1a47bdb
authored
Jul 26, 2025
by
Mikhail Tergoev
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
updated OPTISCALER to v02-0.7.7-pre12
parent
c1b7c334
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
15 additions
and
14 deletions
+15
-14
functions_helper
data_from_portwine/scripts/functions_helper
+14
-13
var
data_from_portwine/scripts/var
+1
-1
No files found.
data_from_portwine/scripts/functions_helper
View file @
e1a47bdb
...
...
@@ -3508,17 +3508,17 @@ start_portwine () {
OPTISCALER_PATH
=
"
$PW_PLUGINS_PATH
/fake_dlss/optiscaler-
$PW_OPTISCALER_VER
"
OPTISCALER_FILES
=
"dxgi.dll amd_fidelityfx_dx12.dll amd_fidelityfx_vk.dll libxess.dll
\
libxess_dx11.dll dlssg_to_fsr3_amd_is_better.dll fakenvapi.ini
\
nvapi64.dll OptiScaler.ini dxvk.conf"
ORIGINAL_GAME_DLLS
=
"amd_fidelityfx_dx12.dll amd_fidelityfx_vk.dll libxess.dll nvapi64.dll"
nvapi64.dll OptiScaler.ini dxvk.conf
D3D12 D3D12_Optiscaler optiscaler_version
"
ORIGINAL_GAME_DLLS
=
"amd_fidelityfx_dx12.dll amd_fidelityfx_vk.dll libxess.dll nvapi64.dll
D3D12
"
if
[[
"
${
PW_USE_OPTISCALER
}
"
!=
"1"
]]
\
&&
[[
-f
"
$PATH_TO_GAME
/dlssg_to_fsr3_amd_is_better.dll"
]]
then
for
dll
in
$OPTISCALER_FILES
;
do
try_remove_file
"
$PATH_TO_GAME
/
$dll
"
rm
-fr
"
$PATH_TO_GAME
/
$dll
"
done
for
dll
in
$ORIGINAL_GAME_DLLS
;
do
if
[[
-
f
"
$PATH_TO_GAME
/
${
dll
}
.b"
]]
;
then
if
[[
-
e
"
$PATH_TO_GAME
/
${
dll
}
.b"
]]
;
then
mv
-f
"
$PATH_TO_GAME
/
${
dll
}
.b"
"
$PATH_TO_GAME
/
${
dll
}
"
2>/dev/null
fi
done
...
...
@@ -3535,7 +3535,7 @@ start_portwine () {
fi
fi
export
PW_
WINE_FULLSCREEN_FSR
=
"0
"
export
PW_
USE_NVAPI_AND_DLSS
=
"1
"
set_to_dxvk_conf nvidia_new
...
...
@@ -3548,20 +3548,21 @@ start_portwine () {
fatal
"Force exit..."
fi
for
dll
in
$ORIGINAL_GAME_DLLS
;
do
if
[[
-
f
"
$PATH_TO_GAME
/
$dll
"
]]
\
&&
[[
!
-
f
"
$PATH_TO_GAME
/
${
dll
}
.b"
]]
if
[[
-
e
"
$PATH_TO_GAME
/
$dll
"
]]
\
&&
[[
!
-
e
"
$PATH_TO_GAME
/
${
dll
}
.b"
]]
then
mv
-f
"
$PATH_TO_GAME
/
$dll
"
"
$PATH_TO_GAME
/
${
dll
}
.b"
2>/dev/null
fi
done
fi
for
dll
in
$OPTISCALER_FILES
;
do
if
[[
!
-f
"
$PATH_TO_GAME
/
$dll
"
]]
\
||
[[
-L
"
$PATH_TO_GAME
/
$dll
"
]]
then
try_copy_file
"
$OPTISCALER_PATH
/
$dll
"
"
$PATH_TO_GAME
/
$dll
"
fi
done
if
[[
!
-f
"
$PATH_TO_GAME
/optiscaler_version"
]]
\
||
!
grep
-q
"
$PW_OPTISCALER_VER
"
"
$PATH_TO_GAME
/optiscaler_version"
then
for
dll
in
$OPTISCALER_FILES
;
do
cp
-fr
"
$OPTISCALER_PATH
/
$dll
"
"
$PATH_TO_GAME
/
$dll
"
||
print_error
"
$OPTISCALER_PATH
/
$dll
not found for copy!"
done
fi
fi
if
[[
"
${
PW_USE_RAY_TRACING
}
"
==
"1"
]]
;
then
...
...
data_from_portwine/scripts/var
View file @
e1a47bdb
...
...
@@ -48,7 +48,7 @@ export WINEUSERNAME="steamuser"
###DEFAULT_WINE###
export
PW_WINE_USE
=
"PROTON_LG"
export
PW_PLUGINS_VER
=
"_v20"
export
PW_OPTISCALER_VER
=
"v
1
"
export
PW_OPTISCALER_VER
=
"v
02-0.7.7-pre12
"
export
PW_GALLIUM_NINE_VER
=
"0.10"
export
PW_LSFG_VK_VER
=
"3.1-p11-cebe5e2"
###WINE_AND_PROTON_LG###
...
...
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