Added Russian Fishing 4 to autoinstals
This commit is contained in:
parent
5bd0373146
commit
0114702f51
BIN
data_from_portwine/img/gui/rf4launcher.png
Normal file
BIN
data_from_portwine/img/gui/rf4launcher.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 4.2 KiB |
8
data_from_portwine/scripts/portwine_db/RF4
Normal file
8
data_from_portwine/scripts/portwine_db/RF4
Normal file
@ -0,0 +1,8 @@
|
||||
#!/usr/bin/env bash
|
||||
#Author: boria138
|
||||
#RF4.exe
|
||||
#Rating=5
|
||||
#####################examples###########################
|
||||
export PW_WINE_USE="WINE_LG"
|
||||
|
||||
gui_proton_downloader silent "$PW_WINE_USE"
|
18
data_from_portwine/scripts/pw_autoinstall/PW_RUSSIAN_FISHING
Executable file
18
data_from_portwine/scripts/pw_autoinstall/PW_RUSSIAN_FISHING
Executable file
@ -0,0 +1,18 @@
|
||||
#!/usr/bin/env bash
|
||||
# Author: Boria138
|
||||
########################################################################
|
||||
export LAUNCH_PARAMETERS=("/q" )
|
||||
export PW_AUTOINSTALL_EXE="${PW_USER_TEMP}/RF4SetupRU.exe"
|
||||
export PORTWINE_CREATE_SHORTCUT_NAME="Russian Fishing 4"
|
||||
export PW_PREFIX_NAME="RUSSIAN_FISHING"
|
||||
|
||||
start_portwine
|
||||
if try_download "https://cdn6.rf4game.ru/rf4/RF4SetupRU.exe" "${PW_AUTOINSTALL_EXE}" no_mirror
|
||||
then
|
||||
mkdir -p "${WINEPREFIX}/drive_c/games/Russian Fishing 4"
|
||||
mv "${PW_USER_TEMP}/RF4SetupRU.exe" "${WINEPREFIX}/drive_c/games/Russian Fishing 4/RF4.exe"
|
||||
portwine_exe="${WINEPREFIX}/drive_c/games/Russian Fishing 4/RF4.exe"
|
||||
kill_portwine
|
||||
portwine_create_shortcut
|
||||
fi
|
||||
stop_portwine
|
@ -475,6 +475,7 @@ else
|
||||
--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"' \
|
||||
--field=" Pulse Online"!"$PW_GUI_ICON_PATH/pulseonline.png"!"":"FBTN" '@bash -c "button_click PW_PULSE_ONLINE"' \
|
||||
--field=" Russin Fishing 4"!"$PW_GUI_ICON_PATH/rf4launcher.png"!"":"FBTN" '@bash -c "button_click PW_RUSSIAN_FISHING"' \
|
||||
--field=" CatsLauncher (Front Edge)"!"$PW_GUI_ICON_PATH/catslauncher.png"!"":"FBTN" '@bash -c "button_click PW_CATSLAUNCHER"' 2>/dev/null &
|
||||
|
||||
# --field=" Secret World Legends (ENG)"!"$PW_GUI_ICON_PATH/swl.png"!"":"FBTN" '@bash -c "button_click PW_SWL"'
|
||||
|
Loading…
Reference in New Issue
Block a user