Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
P
PortWINE-old
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-old
Commits
1470641e
Commit
1470641e
authored
Mar 07, 2024
by
Mikhail Tergoev
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Scripts version 2260
parent
b0f830f2
Hide whitespace changes
Inline
Side-by-side
Showing
8 changed files
with
56 additions
and
3 deletions
+56
-3
changelog_eng
data_from_portwine/changelog_eng
+5
-1
changelog_rus
data_from_portwine/changelog_rus
+4
-0
bdo.png
data_from_portwine/img/gui/bdo.png
+0
-0
BlackDesertOnline
data_from_portwine/scripts/portwine_db/BlackDesertOnline
+11
-0
PW_BDO
data_from_portwine/scripts/pw_autoinstall/PW_BDO
+29
-0
runlib
data_from_portwine/scripts/runlib
+4
-0
start.sh
data_from_portwine/scripts/start.sh
+2
-1
var
data_from_portwine/scripts/var
+1
-1
No files found.
data_from_portwine/changelog_eng
View file @
1470641e
...
...
@@ -2,8 +2,12 @@ You can help us in the development of the project on the website: https://linux-
----------------------------------------
Changelog:
###Scripts version 2260### Date: 07.03.2024 / Download update size: 15 megabytes
* added Black Desert Online to AUTOINSTALL
* fixed the prefix filling request while using the automatic installation of desktop games/launchers
###Scripts version 2259### Date: 06.03.2024 / Download update size: 15 megabytes
*
T
he PortProton update feature has been fixed for Steam Deck in Gaming Mode (the current update needs to be installed from desktop mode)
*
t
he PortProton update feature has been fixed for Steam Deck in Gaming Mode (the current update needs to be installed from desktop mode)
###Scripts version 2258### Date: 06.03.2024 / Download update size: 15 megabytes
* fixed saving complex arguments for an exe file (example: "- /B/TX /lang:01 /tex:1 /spg:50 KingKongTheGame.bf")
...
...
data_from_portwine/changelog_rus
View file @
1470641e
...
...
@@ -2,6 +2,10 @@
-----------------------------------------
История изменений:
###Scripts version 2260### Дата: 07.03.2024 / Размер скачиваемого обновления: 15 мегабайт
* добавлена автоустановка игры Black Desert Online
* исправлен запрос наполнения префикса во время исползования автоустановки игр/лаунчеров
###Scripts version 2259### Дата: 06.03.2024 / Размер скачиваемого обновления: 15 мегабайт
* для Steam Deck в режиме Gaming Mode исправлена возможность обновления PortProton (текущее обновление требуется устнановить из режима рабочего стола)
...
...
data_from_portwine/img/gui/bdo.png
0 → 100644
View file @
1470641e
9.81 KB
data_from_portwine/scripts/portwine_db/BlackDesertOnline
0 → 100644
View file @
1470641e
#!/usr/bin/env bash
#Author: fidel
#BlackDesertLauncher.exe
#Rating=1-5
#####################examples###########################
export
PW_WINDOWS_VER
=
"10"
export
PW_VULKAN_USE
=
"2"
export
PW_WINE_USE
=
"PROTON_GE_8-32"
export
PW_PREFIX_NAME
=
"BLACK_DESERT_ONLINE"
export
DISABLE_CP_DEFPFX
=
1
export
PW_USE_EAC_AND_BE
=
"1"
data_from_portwine/scripts/pw_autoinstall/PW_BDO
0 → 100755
View file @
1470641e
#!/usr/bin/env bash
# Author: Castro-Fidel (linux-gaming.ru)
########################################################################
export
PW_PREFIX_NAME
=
"BLACK_DESERT_ONLINE"
export
PW_AUTOINSTALL_EXE
=
"
${
PW_USER_TEMP
}
/BlackDesert_Installer_RU.exe"
export
LAUNCH_PARAMETERS
=
"/silent"
export
PW_MUST_HAVE_DLL
=
""
export
PW_VULKAN_USE
=
1
export
PW_USE_D3D_EXTRAS
=
1
export
PW_WINE_USE
=
PROTON_GE_8-32
export
DISABLE_CP_DEFPFX
=
1
pw_clear_pfx
start_portwine
wait_wineserver
if
try_download_no_mirror
"https://nez-o-dn.playblackdesert.com/UploadData/installer/BlackDesert_Installer_RU.exe"
"
${
PW_AUTOINSTALL_EXE
}
"
then
pw_start_progress_bar_block
"
${
loc_gui_installing_the
}
Black Desert Online.
${
loc_gui_please_wait
}
"
pw_run
"
${
PW_AUTOINSTALL_EXE
}
"
portwine_exe
=
"
$WINEPREFIX
/drive_c/Pearlabyss/BlackDesert/BlackDesertLauncher.exe"
try_remove_file
"
${
PW_AUTOINSTALL_EXE
}
"
try_remove_file
"
${
portwine_exe
}
.ppdb"
kill_portwine
pw_stop_progress_bar
export
PORTWINE_CREATE_SHORTCUT_NAME
=
"Black Desert Online"
portwine_create_shortcut
fi
stop_portwine
data_from_portwine/scripts/runlib
View file @
1470641e
...
...
@@ -93,6 +93,10 @@ start_portwine () {
pw_update_pfx_cover_gui
unpack_tar_xz
"
${
PW_WINELIB
}
/default_pfx.tar.xz"
"
${
PORT_WINE_PATH
}
/data/prefixes/
${
PW_PREFIX_NAME
}
/"
silent
pw_wineboot
-u
elif
[[
"
${
PW_CHECK_AUTOINSTAL
}
"
==
1
]]
\
&&
[[
"
${
DISABLE_CP_DEFPFX
}
"
==
1
]]
;
then
pw_update_pfx_cover_gui
pw_wineboot
-i
elif
yad_question
"
$loc_gui_dll_new_pfx
${
PW_PREFIX_NAME
}
"
;
then
pw_update_pfx_cover_gui
unpack_tar_xz
"
${
PW_WINELIB
}
/default_pfx.tar.xz"
"
${
PORT_WINE_PATH
}
/data/prefixes/
${
PW_PREFIX_NAME
}
/"
silent
...
...
data_from_portwine/scripts/start.sh
View file @
1470641e
...
...
@@ -850,7 +850,8 @@ else
--field
=
" Guild Wars 2"
!
"
$PW_GUI_ICON_PATH
/gw2.png"
!
""
:
"FBTN"
'@bash -c "button_click PW_GUILD_WARS_2"'
\
--field
=
" Genshin Impact"
!
"
$PW_GUI_ICON_PATH
/genshinimpact.png"
!
""
:
"FBTN"
'@bash -c "button_click PW_GENSHIN_IMPACT"'
\
--field
=
" EA App (TEST)"
!
"
$PW_GUI_ICON_PATH
/eaapp.png"
!
""
:
"FBTN"
'@bash -c "button_click PW_EAAPP"'
\
--field
=
" Battle Of Space Raiders"
!
"
$PW_GUI_ICON_PATH
/bsr.png"
!
""
:
"FBTN"
'@bash -c "button_click PW_BSR"'
2>/dev/null &
--field
=
" Battle Of Space Raiders"
!
"
$PW_GUI_ICON_PATH
/bsr.png"
!
""
:
"FBTN"
'@bash -c "button_click PW_BSR"'
\
--field
=
" Black Desert Online (RU)"
!
"
$PW_GUI_ICON_PATH
/bdo.png"
!
""
:
"FBTN"
'@bash -c "button_click PW_BDO"'
2>/dev/null &
# --field=" Secret World Legends (ENG)"!"$PW_GUI_ICON_PATH/swl.png"!"":"FBTN" '@bash -c "button_click PW_SWL"'
# --field=" Bethesda.net Launcher"!"$PW_GUI_ICON_PATH/bethesda.png"!"":"FBTN" '@bash -c "button_click PW_BETHESDA"'
...
...
data_from_portwine/scripts/var
View file @
1470641e
#!/usr/bin/env bash
#Author: Castro-Fidel (linux-gaming.ru)
#SCRIPTS_NEXT_VERSION=22
59
#SCRIPTS_NEXT_VERSION=22
60
########################################################################
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