Vous êtes ici
The Binding of Isaac
Informations
| Créateur | Messages |
|---|---|
|
Dadu042
|
InformationCet installateur a été accepté par l'équipe. InformationsPlate-formes : Retours d'expérience1 0 Description2011 game. Action adventure (dungeons type), 2D top view. Captures d'écranCode source#!/usr/bin/env playonlinux-bash
# Date : (2019-05-28 22-17)
# Last revision : See changelog
# Wine version used : see below
# Distribution used to test : XUbuntu 19.04 x64
# Script licence : GPL3
# Program licence : Retail
# Playonlinux version used : 4.3.4
#
# Software version used to write this script: 2011
# Software based on: ?
#
# CHANGELOG
# [Dadu042] (2019-05-28 22-17)
# Initial writting.
#
# Known issues:
# None.
[ -z "$PLAYONLINUX" ] && exit 0
source "$PLAYONLINUX/lib/sources"
TITLE="The Binding of Isaac"
PREFIX="bindings_isaac"
WORKING_WINE_VERSION="4.0.1"
AUTHOR="Dadu042"
EDITOR="Edmund McMillen"
GAME_URL="https://bindingofisaac.com/"
POL_SetupWindow_Init
POL_Debug_Init
POL_SetupWindow_presentation "$TITLE" "$EDITOR" "$GAME_URL" "$AUTHOR" "$PREFIX"
POL_RequiredVersion 4.3.4 || POL_Debug_Fatal "$TITLE won't work with $APPLICATION_TITLE $VERSION\nPlease update."
POL_Wine_SelectPrefix "$PREFIX"
POL_System_SetArch "amd64"
POL_Wine_PrefixCreate "$WORKING_WINE_VERSION"
POL_System_TmpCreate "$TITLE"
Set_OS "win7"
# POL_Call POL_Install_d3dx9_43
# POL_Call POL_Install_d3dcompiler_43
# POL_Call POL_Install_d3dx10
# POL_Call POL_Install_d3dx11
# Useful when there is 2 GPU on the same computer (ie: Intel HD + Nvidia).
# POL_Call POL_Install_VideoDriver
#
# Asking about memory size of graphic card
# POL_SetupWindow_VMS $GAME_VMS
###############
# Go #
###############
POL_SetupWindow_InstallMethod "LOCAL"
if [ "$INSTALL_METHOD" == "LOCAL" ]; then
cd "$HOME"
POL_SetupWindow_browse "$(eval_gettext 'Please select the .RAR file')" "$TITLE"
SETUP_EXE="$APP_ANSWER"
# POL_Wine start /unix "$SETUP_EXE"
# POL_Wine_WaitExit "$TITLE"
cd "$POL_System_TmpDir"
# TARGET_DIR="$WINEPREFIX/drive_c/$PREFIX"
# mkdir -p "$TARGET_DIR"
# cd "$TARGET_DIR"
# POL_System_unzip "$APP_ANSWER" -d "$WINEPREFIX/drive_c/"
cd "$WINEPREFIX/drive_c"
mkdir $PREFIX
cd $PREFIX
POL_System_unrar x "$APP_ANSWER"
POL_SetupWindow_wait_next_signal "$(eval_gettext 'Extracting the archive...')" "$TITLE"
# elif [ "$INSTALL_METHOD" == "DOWNLOAD" ];then
fi
POL_Shortcut "Binding_of_isaac.exe" "$TITLE" ""
# POL_Shortcut_Document "$TITLE" "readme.html"
POL_System_TmpDelete
POL_SetupWindow_Close
exit 0
|
Contributions
Filters:
Contribuer| Membre | Messages |
| Dadu042 | Mardi 28 Mai 2019 à 22:30 |
|
Dadu042
|
InformationCette mise à jour a été acceptée par l'équipe MessagesI played 25 minutes. Seems fine. Differences@@ -7,15 +7,15 @@
# Program licence : Retail
# Playonlinux version used : 4.3.4
#
-# Software version used to write this script: 2016
-# Software based on: d3dx8, OpenGL, Mono, VC, VR device ?
+# Software version used to write this script: 2011
+# Software based on: ?
#
# CHANGELOG
# [Dadu042] (2019-05-28 22-17)
# Initial writting.
#
# Known issues:
-#
+# None.
[ -z "$PLAYONLINUX" ] && exit 0
source "$PLAYONLINUX/lib/sources"
@@ -60,7 +60,7 @@
if [ "$INSTALL_METHOD" == "LOCAL" ]; then
cd "$HOME"
- POL_SetupWindow_browse "$(eval_gettext 'Please select the RAR file')" "$TITLE"
+ POL_SetupWindow_browse "$(eval_gettext 'Please select the .RAR file')" "$TITLE"
SETUP_EXE="$APP_ANSWER"
# POL_Wine start /unix "$SETUP_EXE"
# POL_Wine_WaitExit "$TITLE"
Nouveau code source#!/usr/bin/env playonlinux-bash
# Date : (2019-05-28 22-17)
# Last revision : See changelog
# Wine version used : see below
# Distribution used to test : XUbuntu 19.04 x64
# Script licence : GPL3
# Program licence : Retail
# Playonlinux version used : 4.3.4
#
# Software version used to write this script: 2011
# Software based on: ?
#
# CHANGELOG
# [Dadu042] (2019-05-28 22-17)
# Initial writting.
#
# Known issues:
# None.
[ -z "$PLAYONLINUX" ] && exit 0
source "$PLAYONLINUX/lib/sources"
TITLE="The Binding of Isaac"
PREFIX="bindings_isaac"
WORKING_WINE_VERSION="4.0.1"
AUTHOR="Dadu042"
EDITOR="Edmund McMillen"
GAME_URL="https://bindingofisaac.com/"
POL_SetupWindow_Init
POL_Debug_Init
POL_SetupWindow_presentation "$TITLE" "$EDITOR" "$GAME_URL" "$AUTHOR" "$PREFIX"
POL_RequiredVersion 4.3.4 || POL_Debug_Fatal "$TITLE won't work with $APPLICATION_TITLE $VERSION\nPlease update."
POL_Wine_SelectPrefix "$PREFIX"
POL_System_SetArch "amd64"
POL_Wine_PrefixCreate "$WORKING_WINE_VERSION"
POL_System_TmpCreate "$TITLE"
Set_OS "win7"
# POL_Call POL_Install_d3dx9_43
# POL_Call POL_Install_d3dcompiler_43
# POL_Call POL_Install_d3dx10
# POL_Call POL_Install_d3dx11
# Useful when there is 2 GPU on the same computer (ie: Intel HD + Nvidia).
# POL_Call POL_Install_VideoDriver
#
# Asking about memory size of graphic card
# POL_SetupWindow_VMS $GAME_VMS
###############
# Go #
###############
POL_SetupWindow_InstallMethod "LOCAL"
if [ "$INSTALL_METHOD" == "LOCAL" ]; then
cd "$HOME"
POL_SetupWindow_browse "$(eval_gettext 'Please select the .RAR file')" "$TITLE"
SETUP_EXE="$APP_ANSWER"
# POL_Wine start /unix "$SETUP_EXE"
# POL_Wine_WaitExit "$TITLE"
cd "$POL_System_TmpDir"
# TARGET_DIR="$WINEPREFIX/drive_c/$PREFIX"
# mkdir -p "$TARGET_DIR"
# cd "$TARGET_DIR"
# POL_System_unzip "$APP_ANSWER" -d "$WINEPREFIX/drive_c/"
cd "$WINEPREFIX/drive_c"
mkdir $PREFIX
cd $PREFIX
POL_System_unrar x "$APP_ANSWER"
POL_SetupWindow_wait_next_signal "$(eval_gettext 'Extracting the archive...')" "$TITLE"
# elif [ "$INSTALL_METHOD" == "DOWNLOAD" ];then
fi
POL_Shortcut "Binding_of_isaac.exe" "$TITLE" ""
# POL_Shortcut_Document "$TITLE" "readme.html"
POL_System_TmpDelete
POL_SetupWindow_Close
exit 0
RéponsesEdité par Dadu042 |
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
Installer ce programme 