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
290d8625
Commit
290d8625
authored
Oct 04, 2024
by
Mikhail Tergoev
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Scripts version 2362
parent
6fa9d078
Hide whitespace changes
Inline
Side-by-side
Showing
8 changed files
with
14 additions
and
138 deletions
+14
-138
changelog_en
data_from_portwine/changelog_en
+8
-1
changelog_ru
data_from_portwine/changelog_ru
+5
-0
PW_BATTLE_NET
data_from_portwine/scripts/pw_autoinstall/PW_BATTLE_NET
+0
-27
PW_EPIC
data_from_portwine/scripts/pw_autoinstall/PW_EPIC
+0
-31
PW_GLYPH
data_from_portwine/scripts/pw_autoinstall/PW_GLYPH
+0
-25
PW_LGC
data_from_portwine/scripts/pw_autoinstall/PW_LGC
+0
-28
PW_VKPLAY
data_from_portwine/scripts/pw_autoinstall/PW_VKPLAY
+0
-25
var
data_from_portwine/scripts/var
+1
-1
No files found.
data_from_portwine/changelog_en
View file @
290d8625
...
...
@@ -2,7 +2,14 @@ You can help us in the development of the project on the website: https://linux-
----------------------------------------
Changelog:
###Scripts version 2361### / stable / Date: 02.10.2024 / Download update size: 4 megabytes
###Scripts version 2362### / Date: 04.10.2024 / Download update size: 4 megabytes
* added animation for loading games in game mode on the Steam Deck
* added auto-generation of the auto-installation tab (when adding new applications, you no longer need to change the start.sh script)
* added a minimal check for the correctness of writing scripts for auto-installing applications
* updated all auto installation scripts (thanks to Htylol)
* updated version of "YAD" - graphical interface (thanks to Htylol)
###Scripts version 2361### / Date: 02.10.2024 / Download update size: 4 megabytes
* added auto-installation "Rise of Flight" (thanks to Chal55rus)
* added auto-installation of "Arizona Games Launcher" (thanks to Chal55rus)
* improved script update function (thanks to Htylol)
...
...
data_from_portwine/changelog_ru
View file @
290d8625
...
...
@@ -2,7 +2,12 @@
-----------------------------------------
История изменений:
###Scripts version 2362### / Дата: 04.10.2024 / Размер скачиваемого обновления: 4 мегабайт
* добавлена анимация закрузки игр в игровом режиме на Steam Deck
* добавлена автогенерация вкладки автоустановок (при добавлении новых приложений, более не требуется изменять скрипт start.sh)
* добавлена минимальная проверка корректности написания скриптов для автоустановок приложений
* обновлены все скрипты автоустановок (спасибо Htylol)
* оюновлена версия "YAD" - графического интерфейса (спасибо Htylol)
###Scripts version 2361### / Дата: 02.10.2024 / Размер скачиваемого обновления: 4 мегабайт
* добавлена автоустановка "Rise of Flight" (спасибо Chal55rus)
...
...
data_from_portwine/scripts/pw_autoinstall/PW_BATTLE_NET
deleted
100755 → 0
View file @
6fa9d078
#!/usr/bin/env bash
# Author: Castro-Fidel (linux-gaming.ru)
# type: games
# name: Battle.net Launcher
# image: battle_net
# info_en:
# info_ru:
########################################################################
export
PW_AUTOINSTALL_EXE
=
"
${
PW_USER_TEMP
}
/Battle.net-Setup.exe"
export
PW_WINE_USE
=
"WINE_LG"
export
WINEDLLOVERRIDES
=
"locationapi="
export
PW_PREFIX_NAME
=
"BATTLE_NET"
start_portwine
if
try_download
"https://battle.net/download/getInstallerForGame?os=win&version=LIVE&gameProgram=BATTLENET_APP"
"
${
PW_AUTOINSTALL_EXE
}
"
no_mirror
then
try_remove_dir
"
$WINEPREFIX
/drive_c/ProgramData/Battle.net"
pw_kill_autostart Battle.net.exe &
pw_run
"
${
PW_AUTOINSTALL_EXE
}
"
pw_start_progress_bar_install_game
"Battle Net."
portwine_exe
=
"
$(
find
"
$WINEPREFIX
/drive_c/"
-type
f
-name
"Battle.net.exe"
|
grep
"Battle.net/Battle.net.exe"
)
"
pw_stop_progress_bar
portwine_create_shortcut
try_remove_file
"
${
PW_AUTOINSTALL_EXE
}
"
try_remove_file
"
${
portwine_exe
}
.ppdb"
fi
stop_portwine
data_from_portwine/scripts/pw_autoinstall/PW_EPIC
deleted
100755 → 0
View file @
6fa9d078
#!/usr/bin/env bash
# Author: Castro-Fidel (linux-gaming.ru)
# type: games
# name: Epic Games Launcher
# image: epicgames
# info_en:
# info_ru:
########################################################################
export
LAUNCH_PARAMETERS
=(
"/q"
)
export
PW_AUTOINSTALL_EXE
=
"
${
PW_USER_TEMP
}
/EpicGamesLauncherInstaller.msi"
export
PW_USE_D3D_EXTRAS
=
1
export
PORTWINE_CREATE_SHORTCUT_NAME
=
"Epic Games Launcher"
# sed -i '/Epic Games/d' "${PORT_WINE_PATH}/data/prefixes/${PW_PREFIX_NAME}"/*.reg >/dev/null
try_remove_file
"
${
PORT_WINE_PATH
}
/data/prefixes/
${
PW_PREFIX_NAME
}
/.wine_ver"
start_portwine
if
try_download
"https://launcher-public-service-prod06.ol.epicgames.com/launcher/api/installer/download/EpicGamesLauncherInstaller.msi"
"
${
PW_AUTOINSTALL_EXE
}
"
no_mirror
then
pw_start_progress_bar_install_game
"Epic Games Launcher."
# try_remove_dir "${WINEPREFIX}/drive_c/Program Files (x86)/Epic Games/Epic Online Services/"
# try_remove_dir "${WINEPREFIX}/drive_c/Program Files (x86)/Epic Games/Launcher/"
# try_remove_dir "${WINEPREFIX}/drive_c/ProgramData/Epic"
pw_run msiexec /i
"
${
PW_AUTOINSTALL_EXE
}
"
portwine_exe
=
"
${
WINEPREFIX
}
/drive_c/Program Files (x86)/Epic Games/Launcher/Portal/Binaries/Win32/EpicGamesLauncher.exe"
try_remove_file
"
${
PW_AUTOINSTALL_EXE
}
"
try_remove_file
"
${
portwine_exe
}
.ppdb"
kill_portwine
pw_stop_progress_bar
portwine_create_shortcut
fi
stop_portwine
data_from_portwine/scripts/pw_autoinstall/PW_GLYPH
deleted
100755 → 0
View file @
6fa9d078
#!/usr/bin/env bash
# Author: chal55rus (Sergey P.)
# type: games
# name: Glyph
# image:
# info_en:
# info_ru:
########################################################################
export
LAUNCH_PARAMETERS
=(
"/S"
)
export
PW_AUTOINSTALL_EXE
=
"
${
PW_USER_TEMP
}
/GlyphInstall.exe"
start_portwine
if
try_download
"https://glyph.dyn.triongames.com/glyph/live/GlyphInstall.exe"
"
${
PW_AUTOINSTALL_EXE
}
"
no_mirror
then
pw_start_progress_bar_install_game
"GlyphClient."
pw_kill_autostart GlyphClient.exe &
pw_run
"
${
PW_AUTOINSTALL_EXE
}
"
portwine_exe
=
"
$WINEPREFIX
/drive_c/Program Files (x86)/Glyph/GlyphClient.exe"
try_remove_file
"
${
PW_AUTOINSTALL_EXE
}
"
try_remove_file
"
${
portwine_exe
}
.ppdb"
kill_portwine
pw_stop_progress_bar
export
PORTWINE_CREATE_SHORTCUT_NAME
=
"GlyphClient"
portwine_create_shortcut
fi
stop_portwine
data_from_portwine/scripts/pw_autoinstall/PW_LGC
deleted
100755 → 0
View file @
6fa9d078
#!/usr/bin/env bash
# Author: chal55rus
# type: games
# name: Lesta Game Center
# image: lgc
# info_en:
# info_ru:
########################################################################
export
LAUNCH_PARAMETERS
=(
"/VERYSILENT"
)
export
PW_AUTOINSTALL_EXE
=
"
${
PW_USER_TEMP
}
/Lesta_Game_Center_Install_RU.exe"
export
PW_PREFIX_NAME
=
"LGC"
start_portwine
if
try_download
"https://redirect.lesta.ru/LGC/Lesta_Game_Center_Install_RU.exe"
"
${
PW_AUTOINSTALL_EXE
}
"
no_mirror
then
pw_start_progress_bar_install_game
"Lesta Game Center"
pw_kill_autostart lgc.exe &
pw_run
"
${
PW_AUTOINSTALL_EXE
}
"
portwine_exe
=
"
$WINEPREFIX
/drive_c/ProgramData/Lesta/GameCenter/api/lgc_api.exe"
export
PORTWINE_CREATE_SHORTCUT_NAME
=
"Lesta Game Center"
try_remove_file
"
${
PW_AUTOINSTALL_EXE
}
"
try_remove_file
"
${
portwine_exe
}
.ppdb"
kill_portwine
portwine_create_shortcut
fi
stop_portwine
data_from_portwine/scripts/pw_autoinstall/PW_VKPLAY
deleted
100755 → 0
View file @
6fa9d078
#!/usr/bin/env bash
# Author: chal55rus (Sergey P.)
# type: games
# name: vkPlay Games Center
# image: mygames
# info_en:
# info_ru:
########################################################################
export
LAUNCH_PARAMETERS
=(
""
)
export
PW_PREFIX_NAME
=
"VK_PLAY"
export
PW_AUTOINSTALL_EXE
=
"
${
PORT_WINE_PATH
}
/data/prefixes/
${
PW_PREFIX_NAME
}
/drive_c/users/steamuser/AppData/Local/VKPlayLoader.exe"
export
WINEDLLOVERRIDES
=
"mscoree,mshtml="
export
PW_MUST_HAVE_DLL
=
""
export
PW_WINE_USE
=
"WINE_LG"
start_portwine
if
try_download
"https://static.gc.my.games/VKPlayLoader.exe"
"
${
PW_AUTOINSTALL_EXE
}
"
no_mirror
then
portwine_exe
=
"
$WINEPREFIX
/drive_c/users/steamuser/AppData/Local/VKPlayLoader.exe"
try_remove_file
"
${
portwine_exe
}
.ppdb"
pw_stop_progress_bar
export
PORTWINE_CREATE_SHORTCUT_NAME
=
"vkPlay"
portwine_create_shortcut
fi
stop_portwine
data_from_portwine/scripts/var
View file @
290d8625
#!/usr/bin/env bash
#Author: Castro-Fidel (linux-gaming.ru)
#SCRIPTS_NEXT_VERSION=236
1
#SCRIPTS_NEXT_VERSION=236
2
#SCRIPTS_STABLE_VERSION=2360
########################################################################
# export PROTON_USE_XALIA="1"
...
...
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