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
233bfaa0
Commit
233bfaa0
authored
Apr 19, 2025
by
Mikhail Tergoev
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Scripts version 2413
parent
762041d6
Show whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
10 additions
and
3 deletions
+10
-3
changelog_en
data_from_portwine/changelog_en
+4
-0
changelog_ru
data_from_portwine/changelog_ru
+4
-0
Genshin Impact.ppdb
data_from_portwine/scripts/portwine_db/Genshin Impact.ppdb
+1
-0
PW_HO_YO_PLAY
data_from_portwine/scripts/pw_autoinstall/PW_HO_YO_PLAY
+0
-1
PW_WORLD_OF_SEA_BATTLE
...om_portwine/scripts/pw_autoinstall/PW_WORLD_OF_SEA_BATTLE
+0
-1
var
data_from_portwine/scripts/var
+1
-1
No files found.
data_from_portwine/changelog_en
View file @
233bfaa0
...
...
@@ -2,6 +2,10 @@ You can help us in the development of the project on the website: https://linux-
----------------------------------------
Changelog:
###Scripts version 2413### / Date: 19.04.2025 / Download update size: 4 megabytes
* fixed the start of the game "World of Sea Battle"
* fixed errors related to libraries "ICU* .DLL"
###Scripts version 2412### / Date: 14.04.2025 / Download update size: 4 megabytes
* temporary fixes of the entrance to the game "Genshin Impact" (auto shutdown and connection to the network before launching the game - does not work in Flatpak)
...
...
data_from_portwine/changelog_ru
View file @
233bfaa0
...
...
@@ -2,6 +2,10 @@
-----------------------------------------
История изменений:
###Scripts version 2413### / Дата: 19.04.2025 / Размер скачиваемого обновления: 4 мегабайта
* исправлен запуск игры "World of Sea Battle"
* исправлены ошибки связанные с библиотеками "icu*.dll"
###Scripts version 2412### / Дата: 14.04.2025 / Размер скачиваемого обновления: 4 мегабайта
* временный фикс входа в игру "Genshin Impact" (автоотключение и подключение к сети перед запуском игры - не работает во flatpak)
...
...
data_from_portwine/scripts/portwine_db/Genshin Impact.ppdb
View file @
233bfaa0
#!/usr/bin/env bash
#Author: fidel
#Genshin Impact.exe
#GenshinImpact.exe
#hoyoplay_launcher_pp.exe
#Rating=5
#####################examples###########################
...
...
data_from_portwine/scripts/pw_autoinstall/PW_HO_YO_PLAY
View file @
233bfaa0
...
...
@@ -23,7 +23,6 @@ then
export
portwine_exe
=
"
$WINEPREFIX
/drive_c/Program Files/HoYoPlay/launcher.exe"
pw_create_unique_exe
"hoyoplay_launcher_pp"
try_remove_file
"
${
PW_AUTOINSTALL_EXE
}
"
try_remove_file
"
${
portwine_exe
}
.ppdb"
kill_portwine
pw_stop_progress_bar
portwine_create_shortcut
...
...
data_from_portwine/scripts/pw_autoinstall/PW_WORLD_OF_SEA_BATTLE
View file @
233bfaa0
...
...
@@ -21,7 +21,6 @@ then
pw_start_progress_bar_install_game
"World of Sea Battle."
pw_run
"
${
PW_AUTOINSTALL_EXE
}
"
try_remove_file
"
${
PW_AUTOINSTALL_EXE
}
"
try_remove_file
"
${
portwine_exe
}
.ppdb"
if
[[
-f
"
$WINEPREFIX
/drive_c/Games/Wosb Launcher/launcher.exe"
]]
then
export
portwine_exe
=
"
$WINEPREFIX
/drive_c/Games/Wosb Launcher/launcher.exe"
else
export
portwine_exe
=
"
$WINEPREFIX
/drive_c/users/steamuser/AppData/Local/Wosb Launcher/launcher.exe"
...
...
data_from_portwine/scripts/var
View file @
233bfaa0
#!/usr/bin/env bash
#Author: Castro-Fidel (linux-gaming.ru)
#SCRIPTS_NEXT_VERSION=241
2
#SCRIPTS_NEXT_VERSION=241
3
#SCRIPTS_STABLE_VERSION=2411
########################################################################
export
AI_TOP_GAMES
=
"PW_LGC PW_VKPLAY PW_EPIC PW_BATTLE_NET PW_WORLD_OF_SEA_BATTLE PW_RUSSIAN_FISHING PW_HO_YO_PLAY PW_FARLIGHT84 PW_WARFRAME PW_WGC PW_UBISOFT"
...
...
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