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
f612bdca
Commit
f612bdca
authored
Sep 30, 2024
by
Mikhail Tergoev
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Scripts version 2358
parent
061cc7d5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
21 additions
and
4 deletions
+21
-4
changelog_en
data_from_portwine/changelog_en
+7
-0
changelog_ru
data_from_portwine/changelog_ru
+7
-0
swl.png
data_from_portwine/img/gui/swl.png
+0
-0
PW_LOST_LIGHT
data_from_portwine/scripts/pw_autoinstall/PW_LOST_LIGHT
+6
-3
var
data_from_portwine/scripts/var
+1
-1
No files found.
data_from_portwine/changelog_en
View file @
f612bdca
...
...
@@ -2,6 +2,13 @@ You can help us in the development of the project on the website: https://linux-
----------------------------------------
Changelog:
###Scripts version 2358### / Date: 30.09.2024 / Download update size: 4 megabytes
* added for game mode on Steam Deck:
* possibility to update PortProton
* displaying the process of downloading and unpacking all PortProton packages
* added auto-installation "Lost Light" (thanks Chal55rus)
* added auto-installation "GameXP" (thanks Chal55rus)
###Scripts version 2357### / Date: 29.09.2024 / Download update size: 220 megabytes
* updated PROTON_LG to version "9-15"
* updated versions:
...
...
data_from_portwine/changelog_ru
View file @
f612bdca
...
...
@@ -2,6 +2,13 @@
-----------------------------------------
История изменений:
###Scripts version 2358### / Дата: 30.09.2024 / Размер скачиваемого обновления: 4 мегабайт
* добавлены для игрового режима на Steam Deck:
* возможность обновления PortProton
* отображение процесса скачивания и распаковки всех пакетов PortProton
* добавлена автоустановка "Lost Light" (спасибо Chal55rus)
* добавлена автоустановка "GameXP" (спасибо Chal55rus)
###Scripts version 2357### / Дата: 29.09.2024 / Размер скачиваемого обновления: 220 мегабайт
* обновлен PROTON_LG до версии "9-15"
* обновлены версии:
...
...
data_from_portwine/img/gui/swl.png
100755 → 100644
View replaced file @
061cc7d5
View file @
f612bdca
3.33 KB
|
W:
|
H:
4.98 KB
|
W:
|
H:
2-up
Swipe
Onion skin
data_from_portwine/scripts/pw_autoinstall/PW_LOST_LIGHT
View file @
f612bdca
...
...
@@ -2,15 +2,18 @@
# Author: chal55rus
########################################################################
export
PW_PREFIX_NAME
=
"LOST_LIGHT"
export
PW_AUTOINSTALL_EXE
=
"
${
PW_USER_TEMP
}
/LostLight.exe"
export
PW_AUTOINSTALL_EXE
=
"
${
PW_USER_TEMP
}
/LostLight
_installer
.exe"
export
PORTWINE_CREATE_SHORTCUT_NAME
=
"Lost Light"
URL_LOST_LIGHT
=
"
$(
curl
-s
--list-only
"https://adl.easebar.com/d/g/yhtj/c/lostlightcspc"
|
grep
'var pc_link ='
|
awk
-F
\"
'{print $2}'
)
"
start_portwine
if
try_download
"
https://h75na.gdl.easebar.com/LostLight_global_netease_20240903.exe
"
"
${
PW_AUTOINSTALL_EXE
}
"
no_mirror
if
try_download
"
${
URL_LOST_LIGHT
}
"
"
${
PW_AUTOINSTALL_EXE
}
"
no_mirror
then
pw_start_progress_bar_install_game
"LostLight."
"
$pw_7z
"
x
-y
"
${
PW_AUTOINSTALL_EXE
}
"
-o
"
$WINEPREFIX
/drive_c/Program Files (x86)/LostLight"
portwine_exe
=
"
$WINEPREFIX
/drive_c/Program Files (x86)/LostLight/launcher.exe"
export
portwine_exe
=
"
$WINEPREFIX
/drive_c/Program Files (x86)/LostLight/launcher.exe"
pw_create_unique_exe
"lostlight_launcher_pp"
try_remove_file
"
${
PW_AUTOINSTALL_EXE
}
"
try_remove_file
"
${
portwine_exe
}
.ppdb"
kill_portwine
...
...
data_from_portwine/scripts/var
View file @
f612bdca
#!/usr/bin/env bash
#Author: Castro-Fidel (linux-gaming.ru)
#SCRIPTS_NEXT_VERSION=235
7
#SCRIPTS_NEXT_VERSION=235
8
#SCRIPTS_STABLE_VERSION=2356
########################################################################
# 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