Commit 81aa9c9d authored by Muzifs's avatar Muzifs

Добавлены всплывашки для zлаунчеров. Обновлена обложка Lesta Game Center.

parent 51a24d99
data_from_portwine/img/gui/lgc.png

494 Bytes | W: | H:

data_from_portwine/img/gui/lgc.png

1.53 KB | W: | H:

data_from_portwine/img/gui/lgc.png
data_from_portwine/img/gui/lgc.png
data_from_portwine/img/gui/lgc.png
data_from_portwine/img/gui/lgc.png
  • 2-up
  • Swipe
  • Onion skin
......@@ -3,8 +3,8 @@
# type: games
# name: Ankama Launcher
# image: ankama
# info_en:
# info_ru:
# info_en: Launcher for Ankama studio games.
# info_ru: Лаунчер для игр Ankama.
########################################################################
export LAUNCH_PARAMETERS="/S"
export PW_AUTOINSTALL_EXE="${PW_USER_TEMP}/Ankama-Setup.exe"
......
......@@ -3,8 +3,8 @@
# type: games
# name: Arizona Games Launcher
# image: arizonagameslauncher
# info_en:
# info_ru:
# info_en: Launcher for the Arizona Role Play game.
# info_ru: Лаунчер для игры Arizona Role Play.
########################################################################
export PW_PREFIX_NAME="ARIZONA_GAMES_LAUNCHER"
export LAUNCH_PARAMETERS="/S"
......
......@@ -3,8 +3,8 @@
# type: games
# name: Battle.net Launcher
# image: battle_net
# info_en:
# info_ru:
# info_en: Launcher for Activision and Blizzard studio games.
# info_ru: Лаунчер для игр Activision и Blizzard.
########################################################################
export PW_AUTOINSTALL_EXE="${PW_USER_TEMP}/Battle.net-Setup.exe"
export PW_WINE_USE="WINE_LG"
......
......@@ -3,8 +3,8 @@
# type: games
# name: EA App (TEST)
# image: eaapp
# info_en:
# info_ru:
# info_en: Launcher for EA studio games.
# info_ru: Лаунчер для игр EA.
########################################################################
export LAUNCH_PARAMETERS="/silent /repair"
export PW_AUTOINSTALL_EXE="${PW_USER_TEMP}/EAappInstaller.exe"
......
......@@ -3,8 +3,8 @@
# type: games
# name: Epic Games Launcher
# image: epicgames
# info_en:
# info_ru:
# info_en: Launcher for the Epic Games game library.
# info_ru: Лаунчер для библиотеки игр Epic Games.
########################################################################
export LAUNCH_PARAMETERS="/q"
export PW_AUTOINSTALL_EXE="${PW_USER_TEMP}/EpicGamesLauncherInstaller.msi"
......
......@@ -3,8 +3,8 @@
# type: games
# name: EVE Online Launcher
# image: eve
# info_en:
# info_ru:
# info_en: Launcher for the EVE Online game.
# info_ru: Лаунчер для игры EVE Online.
########################################################################
export PW_WINDOWS_VER="10"
export PW_WINE_USE="WINE_LG"
......
......@@ -3,8 +3,8 @@
# type: games
# name: Gameforge Client
# image: gameforge
# info_en:
# info_ru:
# info_en: Launcher for Gameforge studio games.
# info_ru: Лаунчер для игр Gameforge.
##########################################################################
pw_shutdown_please () {
if [[ "$PW_USE_RUNTIME" != 1 ]]
......
......@@ -3,8 +3,8 @@
# type: games
# name: GameXP
# image: gamexp
# info_en:
# info_ru:
# info_en: Launcher for GameXP studio games.
# info_ru: Лаунчер для игр GameXP.
########################################################################
export PW_PREFIX_NAME="GAMEXP"
export LAUNCH_PARAMETERS="/VERYSILENT /SUPPRESSMSGBOXES /NORESTART /SP-"
......
......@@ -3,8 +3,8 @@
# type: games
# name: GoG Galaxy Launcher
# image: gog
# info_en:
# info_ru:
# info_en: Launcher for the GOG game library.
# info_ru: Лаунчер для библиотеки игр GOG.
########################################################################
GOG_VER="$(curl "https://remote-config.gog.com/components/webinstaller?component_version=2.0.0" \
| awk -F'setup_galaxy_' '{print $2}' \
......
......@@ -3,8 +3,8 @@
# type: games
# name: HoYoPlay
# image: hoyoplay
# info_en:
# info_ru:
# info_en: Launcher for HoYoverse studio games.
# info_ru: Лаунчер для игр HoYoverse.
########################################################################
export PW_VULKAN_USE=2
export PW_AUTOINSTALL_EXE="${PW_USER_TEMP}/Hoyolauncher_installer.exe"
......
......@@ -3,8 +3,8 @@
# type: games
# name: ITCH.IO
# image: itch
# info_en:
# info_ru:
# info_en: Launcher for the library of indie games.
# info_ru: Лаунчер для библиотеки инди-игр.
##########################################################################
export LAUNCH_PARAMETERS="--silent"
export PW_AUTOINSTALL_EXE="${PW_USER_TEMP}/itch-setup.exe"
......
......@@ -3,7 +3,7 @@
# type: games
# name: Lesta Game Center
# image: lgc
# info_en: Launcher for Lesta Games.
# info_en: Launcher for Lesta Games studio games.
# info_ru: Лаунчер для игр Lesta Games.
########################################################################
export LAUNCH_PARAMETERS="/VERYSILENT"
......
......@@ -3,8 +3,8 @@
# type: games
# name: Plarium Play
# image: plariumplay
# info_en:
# info_ru:
# info_en: Launcher for Plarium studio games.
# info_ru: Лаунчер для игр Plarium.
########################################################################
export LAUNCH_PARAMETERS="/s"
export PW_AUTOINSTALL_EXE="${PW_USER_TEMP}/plarium_play_setup.exe"
......
......@@ -3,8 +3,8 @@
# type: games
# name: Rockstar Games Launcher
# image: Rockstar
# info_en:
# info_ru:
# info_en: Launcher for Rockstar studio games.
# info_ru: Лаунчер для игр Rockstar.
########################################################################
export PW_VULKAN_USE="1"
export PW_AUTOINSTALL_EXE="${PW_USER_TEMP}/Rockstar-Games-Launcher.exe"
......
#!/usr/bin/env bash
# Author: Castro-Fidel (linux-gaming.ru)
# type: games
# name: Steam (unstable)
# name: Steam (UNSTABLE)
# image: steam
# info_en:
# info_ru:
# info_en: Launcher for the Steam game library.
# info_ru: Лаунчер для библиотеки игр Steam.
########################################################################
export LAUNCH_PARAMETERS="/S /D=c:\Program Files (x86)\Steam"
export PW_AUTOINSTALL_EXE="${PW_USER_TEMP}/SteamSetup.exe"
......
......@@ -3,8 +3,8 @@
# type: games
# name: Ubisoft Game Launcher
# image: ubc
# info_en:
# info_ru:
# info_en: Launcher for Ubisoft studio games.
# info_ru: Лаунчер для игр Ubisoft.
########################################################################
export LAUNCH_PARAMETERS="/S /D=c:\Program Files (x86)\Ubisoft Game Launcher"
export PW_AUTOINSTALL_EXE="${PW_USER_TEMP}/UbisoftConnectInstaller.exe"
......
......@@ -3,8 +3,8 @@
# type: games
# name: vkPlay Games Center
# image: mygames
# info_en:
# info_ru:
# info_en: Launcher for the VK Play game library.
# info_ru: Лаунчер для библиотеки игр VK Play.
########################################################################
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"
......
......@@ -3,8 +3,8 @@
# type: games
# name: W3D Hub Launcher
# image: w3dhub
# info_en:
# info_ru:
# info_en: Launcher for W3D Hub community games.
# info_ru: Лаунчер для игр W3D Hub.
########################################################################
export PW_PREFIX_NAME="DOTNET"
export LAUNCH_PARAMETERS="/S"
......
......@@ -3,8 +3,8 @@
# type: games
# name: Wargaming Game Center
# image: wgc
# info_en:
# info_ru:
# info_en: Launcher for Wargaming studio games.
# info_ru: Лаунчер для игр Wargaming.
########################################################################
export LAUNCH_PARAMETERS="/VERYSILENT"
[[ "$LANGUAGE" == "ru" ]] && export WGC_LOC=RU || export WGC_LOC=EU
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment