Mirror's Edge (Steam)
Informations
Créateur | Messages |
---|---|
plata
|
InformationCet installateur a été accepté par l'équipe. InformationsPlate-formes : Retours d'expérience0 0 DescriptionFirst-person action-adventure platform video game, 2009. Wikipedia. Installs Mirror's Edge (Steam). Code source#!/bin/bash # Date : (2016-04-17 ??-??) # Last revision : (2016-04-17 ??-??) # Wine version used : 1.8.2 # Distribution used to test : Linux Mint 17.3 x64 # Author : plata [ "$PLAYONLINUX" = "" ] && exit 0 source "$PLAYONLINUX/lib/sources" TITLE="Mirror's Edge (Steam)" PREFIX="Mirrors_Edge" WORKING_WINE_VERSION="1.8.2" EDITOR="DICE" GAME_URL="http://www.mirrorsedge.com/" AUTHOR="plata" # start the script POL_GetSetupImages "http://files.playonlinux.com/resources/setups/$PREFIX/top.jpg" "http://files.playonlinux.com/resources/setups/$PREFIX/left.jpg" "$TITLE" POL_SetupWindow_Init POL_Debug_Init POL_SetupWindow_presentation "$TITLE" "$EDITOR" "$GAME_URL" "$AUTHOR" "$PREFIX" # set prefix path POL_Wine_SelectPrefix "$PREFIX" # download wine if necessary and create prefix POL_Wine_PrefixCreate "$WORKING_WINE_VERSION" # make sure that game window shows up Set_Managed "Off" # install dependencies POL_Call POL_Install_corefonts POL_Call POL_Install_d3dx9 POL_Call POL_Install_Physx POL_Call POL_Install_tahoma POL_Call POL_Install_vcrun2005 POL_Call POL_Install_steam # begin game installation cd "$WINEPREFIX/drive_c/$PROGRAMFILES/Steam" POL_Wine "steam.exe" steam://install/17410 POL_SetupWindow_message "$(eval_gettext 'When $TITLE download by Steam is finished,\nDo NOT click on Play.\n\nClose COMPLETELY the Steam interface, \nso that the installation script can continue.')" "$TITLE" POL_Wine_WaitExit "$TITLE" # Making shortcut POL_Shortcut "MirrorsEdge.exe" "$TITLE" POL_SetupWindow_Close exit 0 |
Contributions
Filters:
ContribuerMembre | Messages |
plata | Dimanche 15 Mai 2016 à 11:14 |
plata
|
InformationCette mise à jour a été acceptée par l'équipe Differences@@ -0,0 +1,52 @@ +#!/bin/bash +# Date : (2016-04-17 ??-??) +# Last revision : (2016-04-17 ??-??) +# Wine version used : 1.8.2 +# Distribution used to test : Linux Mint 17.3 x64 +# Author : plata + +[ "$PLAYONLINUX" = "" ] && exit 0 +source "$PLAYONLINUX/lib/sources" + +TITLE="Mirror's Edge (Steam)" +PREFIX="Mirrors_Edge" +WORKING_WINE_VERSION="1.8.2" +EDITOR="DICE" +GAME_URL="http://www.mirrorsedge.com/" +AUTHOR="plata" + +# start the script +POL_GetSetupImages "http://files.playonlinux.com/resources/setups/$PREFIX/top.jpg" "http://files.playonlinux.com/resources/setups/$PREFIX/left.jpg" "$TITLE" +POL_SetupWindow_Init +POL_Debug_Init + +POL_SetupWindow_presentation "$TITLE" "$EDITOR" "$GAME_URL" "$AUTHOR" "$PREFIX" + +# set prefix path +POL_Wine_SelectPrefix "$PREFIX" + +# download wine if necessary and create prefix +POL_Wine_PrefixCreate "$WORKING_WINE_VERSION" + +# make sure that game window shows up +Set_Managed "Off" + +# install dependencies +POL_Call POL_Install_corefonts +POL_Call POL_Install_d3dx9 +POL_Call POL_Install_Physx +POL_Call POL_Install_tahoma +POL_Call POL_Install_vcrun2005 +POL_Call POL_Install_steam + +# begin game installation +cd "$WINEPREFIX/drive_c/$PROGRAMFILES/Steam" +POL_Wine "steam.exe" steam://install/17410 +POL_SetupWindow_message "$(eval_gettext 'When $TITLE download by Steam is finished,\nDo NOT click on Play.\n\nClose COMPLETELY the Steam interface, \nso that the installation script can continue.')" "$TITLE" +POL_Wine_WaitExit "$TITLE" + +# Making shortcut +POL_Shortcut "MirrorsEdge.exe" "$TITLE" + +POL_SetupWindow_Close +exit 0 \ No newline at end of file Nouveau code source#!/bin/bash # Date : (2016-04-17 ??-??) # Last revision : (2016-04-17 ??-??) # Wine version used : 1.8.2 # Distribution used to test : Linux Mint 17.3 x64 # Author : plata [ "$PLAYONLINUX" = "" ] && exit 0 source "$PLAYONLINUX/lib/sources" TITLE="Mirror's Edge (Steam)" PREFIX="Mirrors_Edge" WORKING_WINE_VERSION="1.8.2" EDITOR="DICE" GAME_URL="http://www.mirrorsedge.com/" AUTHOR="plata" # start the script POL_GetSetupImages "http://files.playonlinux.com/resources/setups/$PREFIX/top.jpg" "http://files.playonlinux.com/resources/setups/$PREFIX/left.jpg" "$TITLE" POL_SetupWindow_Init POL_Debug_Init POL_SetupWindow_presentation "$TITLE" "$EDITOR" "$GAME_URL" "$AUTHOR" "$PREFIX" # set prefix path POL_Wine_SelectPrefix "$PREFIX" # download wine if necessary and create prefix POL_Wine_PrefixCreate "$WORKING_WINE_VERSION" # make sure that game window shows up Set_Managed "Off" # install dependencies POL_Call POL_Install_corefonts POL_Call POL_Install_d3dx9 POL_Call POL_Install_Physx POL_Call POL_Install_tahoma POL_Call POL_Install_vcrun2005 POL_Call POL_Install_steam # begin game installation cd "$WINEPREFIX/drive_c/$PROGRAMFILES/Steam" POL_Wine "steam.exe" steam://install/17410 POL_SetupWindow_message "$(eval_gettext 'When $TITLE download by Steam is finished,\nDo NOT click on Play.\n\nClose COMPLETELY the Steam interface, \nso that the installation script can continue.')" "$TITLE" POL_Wine_WaitExit "$TITLE" # Making shortcut POL_Shortcut "MirrorsEdge.exe" "$TITLE" POL_SetupWindow_Close exit 0 RéponsesVendredi 2 Aoüt 2019 à 20:38
|
plata | Dimanche 15 Mai 2016 à 11:13 |
plata
|
WarningCette mise à jour n'a pas été approuvée par l'équipe. Differences@@ -0,0 +1,52 @@ +#!/bin/bash +# Date : (2016-04-17 ??-??) +# Last revision : (2016-04-17 ??-??) +# Wine version used : 1.8.2 +# Distribution used to test : Linux Mint 17.3 x64 +# Author : plata + +[ "$PLAYONLINUX" = "" ] && exit 0 +source "$PLAYONLINUX/lib/sources" + +TITLE="Mirror's Edge (Steam)" +PREFIX="Mirrors_Edge" +WORKING_WINE_VERSION="1.8.2" +EDITOR="DICE" +GAME_URL="http://www.mirrorsedge.com/" +AUTHOR="plata" + +# start the script +POL_GetSetupImages "http://files.playonlinux.com/resources/setups/$PREFIX/top.jpg" "http://files.playonlinux.com/resources/setups/$PREFIX/left.jpg" "$TITLE" +POL_SetupWindow_Init +POL_Debug_Init + +POL_SetupWindow_presentation "$TITLE" "$EDITOR" "$GAME_URL" "$AUTHOR" "$PREFIX" + +# set prefix path +POL_Wine_SelectPrefix "$PREFIX" + +# download wine if necessary and create prefix +POL_Wine_PrefixCreate "$WORKING_WINE_VERSION" + +# make sure that game window shows up +Set_Managed "Off" + +# install dependencies +POL_Call POL_Install_corefonts +POL_Call POL_Install_d3dx9 +POL_Call POL_Install_Physx +POL_Call POL_Install_tahoma +POL_Call POL_Install_vcrun2005 +POL_Call POL_Install_steam + +# begin game installation +cd "$WINEPREFIX/drive_c/$PROGRAMFILES/Steam" +POL_Wine "steam.exe" steam://install/17410 +POL_SetupWindow_message "$(eval_gettext 'When $TITLE download by Steam is finished,\nDo NOT click on Play.\n\nClose COMPLETELY the Steam interface, \nso that the installation script can continue.')" "$TITLE" +POL_Wine_WaitExit "$TITLE" + +# Making shortcut +POL_Shortcut "MirrorsEdge.exe" "$TITLE" + +POL_SetupWindow_Close +exit 0 \ No newline at end of file Nouveau code source#!/bin/bash # Date : (2016-04-17 ??-??) # Last revision : (2016-04-17 ??-??) # Wine version used : 1.8.2 # Distribution used to test : Linux Mint 17.3 x64 # Author : plata [ "$PLAYONLINUX" = "" ] && exit 0 source "$PLAYONLINUX/lib/sources" TITLE="Mirror's Edge (Steam)" PREFIX="Mirrors_Edge" WORKING_WINE_VERSION="1.8.2" EDITOR="DICE" GAME_URL="http://www.mirrorsedge.com/" AUTHOR="plata" # start the script POL_GetSetupImages "http://files.playonlinux.com/resources/setups/$PREFIX/top.jpg" "http://files.playonlinux.com/resources/setups/$PREFIX/left.jpg" "$TITLE" POL_SetupWindow_Init POL_Debug_Init POL_SetupWindow_presentation "$TITLE" "$EDITOR" "$GAME_URL" "$AUTHOR" "$PREFIX" # set prefix path POL_Wine_SelectPrefix "$PREFIX" # download wine if necessary and create prefix POL_Wine_PrefixCreate "$WORKING_WINE_VERSION" # make sure that game window shows up Set_Managed "Off" # install dependencies POL_Call POL_Install_corefonts POL_Call POL_Install_d3dx9 POL_Call POL_Install_Physx POL_Call POL_Install_tahoma POL_Call POL_Install_vcrun2005 POL_Call POL_Install_steam # begin game installation cd "$WINEPREFIX/drive_c/$PROGRAMFILES/Steam" POL_Wine "steam.exe" steam://install/17410 POL_SetupWindow_message "$(eval_gettext 'When $TITLE download by Steam is finished,\nDo NOT click on Play.\n\nClose COMPLETELY the Steam interface, \nso that the installation script can continue.')" "$TITLE" POL_Wine_WaitExit "$TITLE" # Making shortcut POL_Shortcut "MirrorsEdge.exe" "$TITLE" POL_SetupWindow_Close exit 0 Réponses |
plata | Dimanche 15 Mai 2016 à 11:11 |
plata
|
WarningCette mise à jour n'a pas été approuvée par l'équipe. Differences@@ -0,0 +1,52 @@ +#!/bin/bash +# Date : (2016-04-17 ??-??) +# Last revision : (2016-04-17 ??-??) +# Wine version used : 1.8.2 +# Distribution used to test : Linux Mint 17.3 x64 +# Author : plata + +[ "$PLAYONLINUX" = "" ] && exit 0 +source "$PLAYONLINUX/lib/sources" + +TITLE="Mirror's Edge (Steam)" +PREFIX="Mirrors_Edge" +WORKING_WINE_VERSION="1.8.2" +EDITOR="DICE" +GAME_URL="http://www.mirrorsedge.com/" +AUTHOR="plata" + +# start the script +POL_GetSetupImages "http://files.playonlinux.com/resources/setups/$PREFIX/top.jpg" "http://files.playonlinux.com/resources/setups/$PREFIX/left.jpg" "$TITLE" +POL_SetupWindow_Init +POL_Debug_Init + +POL_SetupWindow_presentation "$TITLE" "$EDITOR" "$GAME_URL" "$AUTHOR" "$PREFIX" + +# set prefix path +POL_Wine_SelectPrefix "$PREFIX" + +# download wine if necessary and create prefix +POL_Wine_PrefixCreate "$WORKING_WINE_VERSION" + +# make sure that game window shows up +Set_Managed "Off" + +# install dependencies +POL_Call POL_Install_corefonts +POL_Call POL_Install_d3dx9 +POL_Call POL_Install_Physx +POL_Call POL_Install_tahoma +POL_Call POL_Install_vcrun2005 +POL_Call POL_Install_steam + +# begin game installation +cd "$WINEPREFIX/drive_c/$PROGRAMFILES/Steam" +POL_Wine "steam.exe" steam://install/17410 +POL_SetupWindow_message "$(eval_gettext 'When $TITLE download by Steam is finished,\nDo NOT click on Play.\n\nClose COMPLETELY the Steam interface, \nso that the installation script can continue.')" "$TITLE" +POL_Wine_WaitExit "$TITLE" + +# Making shortcut +POL_Shortcut "MirrorsEdge.exe" "$TITLE" + +POL_SetupWindow_Close +exit 0 \ No newline at end of file Nouveau code source#!/bin/bash # Date : (2016-04-17 ??-??) # Last revision : (2016-04-17 ??-??) # Wine version used : 1.8.2 # Distribution used to test : Linux Mint 17.3 x64 # Author : plata [ "$PLAYONLINUX" = "" ] && exit 0 source "$PLAYONLINUX/lib/sources" TITLE="Mirror's Edge (Steam)" PREFIX="Mirrors_Edge" WORKING_WINE_VERSION="1.8.2" EDITOR="DICE" GAME_URL="http://www.mirrorsedge.com/" AUTHOR="plata" # start the script POL_GetSetupImages "http://files.playonlinux.com/resources/setups/$PREFIX/top.jpg" "http://files.playonlinux.com/resources/setups/$PREFIX/left.jpg" "$TITLE" POL_SetupWindow_Init POL_Debug_Init POL_SetupWindow_presentation "$TITLE" "$EDITOR" "$GAME_URL" "$AUTHOR" "$PREFIX" # set prefix path POL_Wine_SelectPrefix "$PREFIX" # download wine if necessary and create prefix POL_Wine_PrefixCreate "$WORKING_WINE_VERSION" # make sure that game window shows up Set_Managed "Off" # install dependencies POL_Call POL_Install_corefonts POL_Call POL_Install_d3dx9 POL_Call POL_Install_Physx POL_Call POL_Install_tahoma POL_Call POL_Install_vcrun2005 POL_Call POL_Install_steam # begin game installation cd "$WINEPREFIX/drive_c/$PROGRAMFILES/Steam" POL_Wine "steam.exe" steam://install/17410 POL_SetupWindow_message "$(eval_gettext 'When $TITLE download by Steam is finished,\nDo NOT click on Play.\n\nClose COMPLETELY the Steam interface, \nso that the installation script can continue.')" "$TITLE" POL_Wine_WaitExit "$TITLE" # Making shortcut POL_Shortcut "MirrorsEdge.exe" "$TITLE" POL_SetupWindow_Close exit 0 Réponses |
plata | Dimanche 17 Avril 2016 à 13:47 |
plata
|
WarningCette mise à jour n'a pas été approuvée par l'équipe. Differences@@ -0,0 +1,49 @@ +#!/bin/bash +# Date : (2016-04-17 ??-??) +# Last revision : (2016-04-17 ??-??) +# Wine version used : 1.7.8 +# Distribution used to test : Linux Mint 17.3 x64 +# Author : plata + +[ "$PLAYONLINUX" = "" ] && exit 0 +source "$PLAYONLINUX/lib/sources" + +TITLE="Mirror's Edge (Steam)" +PREFIX="Mirrors_Edge" +WORKING_WINE_VERSION="1.7.8" +EDITOR="DICE" +GAME_URL="http://www.mirrorsedge.com/" +AUTHOR="plata" + +# start the script +POL_GetSetupImages "http://files.playonlinux.com/resources/setups/$PREFIX/top.jpg" "http://files.playonlinux.com/resources/setups/$PREFIX/left.jpg" "$TITLE" +POL_SetupWindow_Init +POL_Debug_Init + +POL_SetupWindow_presentation "$TITLE" "$EDITOR" "$GAME_URL" "$AUTHOR" "$PREFIX" + +# set prefix path +POL_Wine_SelectPrefix "$PREFIX" + +# download wine if necessary and create prefix +POL_Wine_PrefixCreate "$WORKING_WINE_VERSION" + +# install dependencies +POL_Call POL_Install_corefonts +POL_Call POL_Install_d3dx9 +POL_Call POL_Install_Physx +POL_Call POL_Install_tahoma +POL_Call POL_Install_vcrun2005 +POL_Call POL_Install_steam + +# begin game installation +cd "$WINEPREFIX/drive_c/$PROGRAMFILES/Steam" +POL_Wine "steam.exe" steam://install/17410 +POL_SetupWindow_message "$(eval_gettext 'When $TITLE download by Steam is finished,\nDo NOT click on Play.\n\nClose COMPLETELY the Steam interface, \nso that the installation script can continue.')" "$TITLE" +POL_Wine_WaitExit "$TITLE" + +# Making shortcut +POL_Shortcut "MirrorsEdge.exe" "$TITLE" + +POL_SetupWindow_Close +exit 0 \ No newline at end of file Nouveau code source#!/bin/bash # Date : (2016-04-17 ??-??) # Last revision : (2016-04-17 ??-??) # Wine version used : 1.7.8 # Distribution used to test : Linux Mint 17.3 x64 # Author : plata [ "$PLAYONLINUX" = "" ] && exit 0 source "$PLAYONLINUX/lib/sources" TITLE="Mirror's Edge (Steam)" PREFIX="Mirrors_Edge" WORKING_WINE_VERSION="1.7.8" EDITOR="DICE" GAME_URL="http://www.mirrorsedge.com/" AUTHOR="plata" # start the script POL_GetSetupImages "http://files.playonlinux.com/resources/setups/$PREFIX/top.jpg" "http://files.playonlinux.com/resources/setups/$PREFIX/left.jpg" "$TITLE" POL_SetupWindow_Init POL_Debug_Init POL_SetupWindow_presentation "$TITLE" "$EDITOR" "$GAME_URL" "$AUTHOR" "$PREFIX" # set prefix path POL_Wine_SelectPrefix "$PREFIX" # download wine if necessary and create prefix POL_Wine_PrefixCreate "$WORKING_WINE_VERSION" # install dependencies POL_Call POL_Install_corefonts POL_Call POL_Install_d3dx9 POL_Call POL_Install_Physx POL_Call POL_Install_tahoma POL_Call POL_Install_vcrun2005 POL_Call POL_Install_steam # begin game installation cd "$WINEPREFIX/drive_c/$PROGRAMFILES/Steam" POL_Wine "steam.exe" steam://install/17410 POL_SetupWindow_message "$(eval_gettext 'When $TITLE download by Steam is finished,\nDo NOT click on Play.\n\nClose COMPLETELY the Steam interface, \nso that the installation script can continue.')" "$TITLE" POL_Wine_WaitExit "$TITLE" # Making shortcut POL_Shortcut "MirrorsEdge.exe" "$TITLE" POL_SetupWindow_Close exit 0 Réponses |
This site allows content generated by members, and we promptly remove any content that infringes copyright according to our Terms of Service. To report copyright infringement, please send a notice to dmca-notice@playonlinux.com