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
6a7fffba
Commit
6a7fffba
authored
Oct 20, 2025
by
Mikhail Tergoev
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
added WINE_SIMULATE_WRITECOPY=1 for Ubisoft and Battle.net
parent
b060dbe7
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
7 additions
and
5 deletions
+7
-5
Battle.net_Launcher.ppdb
...rom_portwine/scripts/portwine_db/Battle.net_Launcher.ppdb
+1
-0
EALauncher.ppdb
data_from_portwine/scripts/portwine_db/EALauncher.ppdb
+2
-3
UbisoftConnect.ppdb
data_from_portwine/scripts/portwine_db/UbisoftConnect.ppdb
+1
-1
PW_BATTLE_NET
data_from_portwine/scripts/pw_autoinstall/PW_BATTLE_NET
+2
-1
PW_UBISOFT
data_from_portwine/scripts/pw_autoinstall/PW_UBISOFT
+1
-0
No files found.
data_from_portwine/scripts/portwine_db/Battle.net_Launcher.ppdb
View file @
6a7fffba
...
@@ -12,6 +12,7 @@ export PW_DLL_INSTALL="vcrun2019 d3dx11_42 d3dx11_43"
...
@@ -12,6 +12,7 @@ export PW_DLL_INSTALL="vcrun2019 d3dx11_42 d3dx11_43"
export
PW_WINDOWS_VER
=
"10"
export
PW_WINDOWS_VER
=
"10"
export
PW_WINE_FULLSCREEN_FSR
=
"0"
export
PW_WINE_FULLSCREEN_FSR
=
"0"
export
PW_WINE_USE
=
"PROTON_LG"
export
PW_WINE_USE
=
"PROTON_LG"
export
WINE_SIMULATE_WRITECOPY
=
"1"
add_in_start_portwine
()
{
add_in_start_portwine
()
{
rm
-fr
"
${
PORT_WINE_PATH
}
/data/prefixes/
${
PW_PREFIX_NAME
}
/drive_c/ProgramData/Agent/data"
rm
-fr
"
${
PORT_WINE_PATH
}
/data/prefixes/
${
PW_PREFIX_NAME
}
/drive_c/ProgramData/Agent/data"
...
...
data_from_portwine/scripts/portwine_db/EALauncher.ppdb
View file @
6a7fffba
...
@@ -4,9 +4,8 @@
...
@@ -4,9 +4,8 @@
#EADesktop.exe
#EADesktop.exe
#Rating=5
#Rating=5
#####################examples###########################
#####################examples###########################
export
PW_VULKAN_USE
=
"2"
export
PW_WINE_USE
=
"PROTON_LG"
export
PW_WINE_USE
=
"PROTON_LG"
export
PW_PREFIX_NAME
=
"EAAPP"
export
PW_PREFIX_NAME
=
"EAAPP"
export
PW_USE_ESYNC
=
"0"
export
WINE_SIMULATE_WRITECOPY
=
"1"
export
PW_USE_FSYNC
=
"1"
add_in_start_portwine
()
{
export
LC_CTYPE
=
C
;
}
add_in_start_portwine
()
{
export
LC_CTYPE
=
C
;
}
data_from_portwine/scripts/portwine_db/UbisoftConnect.ppdb
View file @
6a7fffba
...
@@ -6,5 +6,5 @@
...
@@ -6,5 +6,5 @@
#upc.exe
#upc.exe
#Rating=1-5
#Rating=1-5
################################################
################################################
export
PW_VULKAN_USE
=
"2"
export
PW_DLL_INSTALL
=
""
export
PW_DLL_INSTALL
=
""
export
WINE_SIMULATE_WRITECOPY
=
"1"
data_from_portwine/scripts/pw_autoinstall/PW_BATTLE_NET
View file @
6a7fffba
...
@@ -7,9 +7,10 @@
...
@@ -7,9 +7,10 @@
# info_ru: Лаунчер для игр Activision и Blizzard.
# info_ru: Лаунчер для игр Activision и Blizzard.
########################################################################
########################################################################
export
PW_AUTOINSTALL_EXE
=
"
${
PW_USER_TEMP
}
/Battle.net-Setup.exe"
export
PW_AUTOINSTALL_EXE
=
"
${
PW_USER_TEMP
}
/Battle.net-Setup.exe"
export
PW_WINE_USE
=
"
WINE
_LG"
export
PW_WINE_USE
=
"
PROTON
_LG"
export
WINEDLLOVERRIDES
=
"locationapi="
export
WINEDLLOVERRIDES
=
"locationapi="
export
PW_PREFIX_NAME
=
"BATTLE_NET"
export
PW_PREFIX_NAME
=
"BATTLE_NET"
export
WINE_SIMULATE_WRITECOPY
=
"1"
start_portwine
start_portwine
if
try_download
"https://battle.net/download/getInstallerForGame?os=win&version=LIVE&gameProgram=BATTLENET_APP"
"
${
PW_AUTOINSTALL_EXE
}
"
no_mirror
if
try_download
"https://battle.net/download/getInstallerForGame?os=win&version=LIVE&gameProgram=BATTLENET_APP"
"
${
PW_AUTOINSTALL_EXE
}
"
no_mirror
...
...
data_from_portwine/scripts/pw_autoinstall/PW_UBISOFT
View file @
6a7fffba
...
@@ -9,6 +9,7 @@
...
@@ -9,6 +9,7 @@
export
LAUNCH_PARAMETERS
=
"/S /D=c:
\P
rogram Files (x86)
\U
bisoft Game Launcher"
export
LAUNCH_PARAMETERS
=
"/S /D=c:
\P
rogram Files (x86)
\U
bisoft Game Launcher"
export
PW_AUTOINSTALL_EXE
=
"
${
PW_USER_TEMP
}
/UbisoftConnectInstaller.exe"
export
PW_AUTOINSTALL_EXE
=
"
${
PW_USER_TEMP
}
/UbisoftConnectInstaller.exe"
export
PORTWINE_CREATE_SHORTCUT_NAME
=
"Ubisoft Connect"
export
PORTWINE_CREATE_SHORTCUT_NAME
=
"Ubisoft Connect"
export
WINE_SIMULATE_WRITECOPY
=
"1"
start_portwine
start_portwine
if
try_download
"https://ubistatic3-a.akamaihd.net/orbit/launcher_installer/UbisoftConnectInstaller.exe"
"
${
PW_AUTOINSTALL_EXE
}
"
no_mirror
if
try_download
"https://ubistatic3-a.akamaihd.net/orbit/launcher_installer/UbisoftConnectInstaller.exe"
"
${
PW_AUTOINSTALL_EXE
}
"
no_mirror
...
...
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