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
366cd159
Commit
366cd159
authored
Jun 06, 2022
by
Mikhail Tergoev
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Scripts version 2117
parent
3f0f5266
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
15 additions
and
6 deletions
+15
-6
changelog_eng
data_from_portwine/changelog_eng
+4
-0
changelog_rus
data_from_portwine/changelog_rus
+4
-0
WorldOfSeaBattleClient
..._from_portwine/scripts/portwine_db/WorldOfSeaBattleClient
+3
-3
PW_WOSB
data_from_portwine/scripts/pw_autoinstall/PW_WOSB
+1
-1
start.sh
data_from_portwine/scripts/start.sh
+1
-0
var
data_from_portwine/scripts/var
+2
-2
No files found.
data_from_portwine/changelog_eng
View file @
366cd159
...
...
@@ -2,6 +2,10 @@ You can help us in the development of the project on the website: boosty.to/port
-----------------------------------------
Changelog:
###Scripts version 2117###
* HOTFIX - World of Sea Battle
* HOTFIX - AUTOINSTALL
###Scripts version 2116###
* HOTFIX - Epic Games Store
* HOTFIX - League of Legends
...
...
data_from_portwine/changelog_rus
View file @
366cd159
...
...
@@ -2,6 +2,10 @@
-----------------------------------------
История изменений:
###Scripts version 2117###
* исправлена установка и запуск World of Sea Battle
* для AUTOINSTALL по умолчанию включена переменная PW_USE_D3D_EXTRAS (необходима для стабильной установки лончеров в тихом режиме)
###Scripts version 2116###
* HOTFIX - Epic Games Store
* HOTFIX - League of Legends
...
...
data_from_portwine/scripts/portwine_db/WorldOfSeaBattleClient
View file @
366cd159
...
...
@@ -7,10 +7,10 @@
export
PW_COMMENT_DB
=
"World of Sea Battle"
export
PW_PREFIX_NAME
=
"DOTNET"
export
PW_WINDOWS_VER
=
"10"
export
PW_DLL_INSTALL
=
"dotnet
20sp2 dotnet48
faudio"
export
PW_DLL_INSTALL
=
"dotnet
48 dotnet20sp2
faudio"
export
WINEDLLOVERRIDES
=
"quartz=b"
export
LAUNCH_PARAMETERS
=
""
export
PW_WINE_USE
=
"PROTON_GE
_7-14
"
export
PW_WINE_USE
=
"PROTON_GE"
export
PW_VULKAN_USE
=
"1"
export
PW_VULKAN_NO_ASYNC
=
"0"
export
PW_USE_NVAPI_AND_DLSS
=
"0"
...
...
@@ -35,7 +35,7 @@ export PW_USE_DXR11="0"
export
PW_USE_GAMEMODE
=
"1"
export
PW_DX12_DISABLE
=
"0"
export
PW_PRIME_RENDER_OFFLOAD
=
"0"
export
PW_
D3D_EXTRAS_DISABLE
=
"0"
export
PW_
USE_D3D_EXTRAS
=
1
export
PW_FIX_VIDEO_IN_GAME
=
"0"
export
PW_USE_AMDVLK_DRIVER
=
"1"
export
PW_FORCE_LARGE_ADDRESS_AWARE
=
"1"
...
...
data_from_portwine/scripts/pw_autoinstall/PW_WOSB
View file @
366cd159
...
...
@@ -4,7 +4,7 @@
export
PW_PREFIX_NAME
=
"DOTNET"
export
PW_AUTOINSTALL_EXE
=
"
${
PW_USER_TEMP
}
/wos_client.exe"
export
LAUNCH_PARAMETERS
=(
"/VERYSILENT"
)
export
PW_DLL_INSTALL
=
"dotnet
20sp2 dotnet48
faudio"
export
PW_DLL_INSTALL
=
"dotnet
48 dotnet20sp2
faudio"
export
PW_VULKAN_USE
=
1
if
[
!
-d
"
${
PORT_WINE_PATH
}
/data/dist/
${
PW_WINE_USE
}
"
]
;
then
...
...
data_from_portwine/scripts/start.sh
View file @
366cd159
...
...
@@ -421,6 +421,7 @@ pw_autoinstall_from_db () {
export
PW_DISABLED_CREATE_DB
=
1
export
PW_MANGOHUD
=
0
export
ENABLE_VKBASALT
=
0
export
PW_USE_D3D_EXTRAS
=
1
.
"
${
PORT_SCRIPTS_PATH
}
/pw_autoinstall/
${
PW_YAD_SET
}
"
}
...
...
data_from_portwine/scripts/var
View file @
366cd159
#!/usr/bin/env bash
#Author: Castro-Fidel (PortWINE-Linux.ru)
#SCRIPTS_NEXT_VERSION=211
6
#SCRIPTS_NEXT_VERSION=211
7
########################################################################
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
...
...
@@ -49,7 +49,7 @@ pw_install_dll_in_prefix ()
{
case
$PW_PREFIX_NAME
in
DEFAULT
)
export
PW_MUST_HAVE_DLL
=
"physx mfc42 vcrun2019"
;;
DOTNET
)
export
PW_MUST_HAVE_DLL
=
"physx mfc42 vcrun2019 dotnet
20sp2 dotnet48
faudio"
;;
DOTNET
)
export
PW_MUST_HAVE_DLL
=
"physx mfc42 vcrun2019 dotnet
48 dotnet20sp2
faudio"
;;
*
)
export
PW_MUST_HAVE_DLL
=
""
;;
esac
}
...
...
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