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
45956926
Commit
45956926
authored
Sep 26, 2024
by
Sergey Palcheh
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add game Farlight 84
parent
2166ce81
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
22 additions
and
0 deletions
+22
-0
farlight84.png
data_from_portwine/img/gui/farlight84.png
+0
-0
PW_FARLIGHT84
data_from_portwine/scripts/pw_autoinstall/PW_FARLIGHT84
+21
-0
start.sh
data_from_portwine/scripts/start.sh
+1
-0
No files found.
data_from_portwine/img/gui/farlight84.png
0 → 100644
View file @
45956926
1.75 KB
data_from_portwine/scripts/pw_autoinstall/PW_FARLIGHT84
0 → 100755
View file @
45956926
#!/usr/bin/env bash
# Author: chal55rus
########################################################################
export
PW_AUTOINSTALL_EXE
=
"
${
PW_USER_TEMP
}
/Farlight84_setup_1.3.0.1_238.exe"
export
PORTWINE_CREATE_SHORTCUT_NAME
=
"Farlight 84"
start_portwine
if
try_download
"https://static-gl.lilithgame.com/p/pcsdk/launcher/10060/prodef4621e968ad6b383b8754148b63/0/launcher/res/release/Farlight84_setup_1.3.0.1_238.exe"
"
${
PW_AUTOINSTALL_EXE
}
"
no_mirror
then
pw_start_progress_bar_block
"Farlight 84."
create_new_dir
"
$WINEPREFIX
/drive_c/Program Files (x86)/Farlight84"
"
$pw_7z
"
x
-y
"
${
PW_AUTOINSTALL_EXE
}
"
-o
"
$WINEPREFIX
/drive_c/Program Files (x86)/Farlight84"
"
$pw_7z
"
x
-y
"
$WINEPREFIX
/drive_c/Program Files (x86)/Farlight84/launcher.7z"
-o
"
$WINEPREFIX
/drive_c/Program Files (x86)/Farlight84"
portwine_exe
=
"
$WINEPREFIX
/drive_c/Program Files (x86)/Farlight84/Farlight84Launcher.exe"
try_remove_file
"
$WINEPREFIX
/drive_c/Program Files (x86)/Farlight84/launcher.7z"
try_remove_file
"
${
PW_AUTOINSTALL_EXE
}
"
try_remove_file
"
${
portwine_exe
}
.ppdb"
pw_stop_progress_bar
portwine_create_shortcut
fi
stop_portwine
data_from_portwine/scripts/start.sh
View file @
45956926
...
...
@@ -851,6 +851,7 @@ else
--field=" Russian Fishing 4"!"$PW_GUI_ICON_PATH/rf4launcher.png"!"":"FBTN" '
@bash -c
"button_click --normal PW_RUSSIAN_FISHING"
' \
--field=" W3D Hub Launcher"!"$PW_GUI_ICON_PATH/w3dhub.png"!"":"FBTN" '
@bash -c
"button_click --normal PW_W3D_HUB"
' \
--field=" Anomaly Zone"!"$PW_GUI_ICON_PATH/anomalyzone.png"!"":"FBTN" '
@bash -c
"button_click --normal PW_ANOMALY_ZONE"
' \
--field=" Farlight 84"!"$PW_GUI_ICON_PATH/farlight84.png"!"":"FBTN" '
@bash -c
"button_click --normal PW_FARLIGHT84"
' \
2>/dev/null &
# --field=" Secret World Legends (ENG)"!"$PW_GUI_ICON_PATH/swl.png"!"":"FBTN" '
@bash -c
"button_click --normal PW_SWL"
'
...
...
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