Steins;Gate

Informations

Créateur Messages
markingdude Anonymous

Information

Cet installateur a été accepté par l'équipe.

Informations

Plate-formes :
Téléchargements : 15455
Wine: 2.22

Retours d'expérience

Description

Science fiction visual novel video game, 2009.  Wikipedia.

Note that this installer is designed for only the official English translation available at J-List.

Appdb.winehq.org , PCGamingWiki.

Captures d'écran

Miniature

Code source

#!/bin/bash
# Date : (2014-01-20)
# Last revision : see changelog
# Wine version used : 2.22
# Distribution used to test : Mac OS X 10.9.2
# Author : Marking
# Tested using Mac OS X 10.9.2

# CHANGELOG
# [Marking] (2014-01-20)
#   First script.
# [Dadu042] (2019-12-08)
#   Wine 1.7.15 -> 2.22
# [Dadu042] (2020-03-17)
#   Wine 1.7.15 -> 2.22 (fix)

[ "$PLAYONLINUX" = "" ] && exit 0
source "$PLAYONLINUX/lib/sources"

# Setup some needed variables
TITLE="Steins;Gate"
PREFIX="steinsgate"
WINEVERSION="2.22"
EDITOR="Nitroplus"
GAME_URL="http://steins-gate.us"
AUTHOR="Marking"
SHORTCUT_NAME="Steins;Gate"

# Download images for installation script
POL_GetSetupImages "http://files.playonlinux.com/resources/setups/$PREFIX/top.jpg" "http://files.playonlinux.com/resources/setups/$PREFIX/left.jpg" "$TITLE"

# Initialize the script and debugging
POL_SetupWindow_Init
POL_SetupWindow_SetID 1988
POL_Debug_Init
 
# Setup presentation window
POL_SetupWindow_presentation "$TITLE" "$EDITOR" "$GAME_URL" "$AUTHOR" "$PREFIX"

# Begin setting up the Wine Prefix
POL_Wine_SelectPrefix "$PREFIX"
POL_Wine_PrefixCreate "$WINEVERSION"

# Installs components needed to install game and play movies
POL_Call POL_Install_msxml3
POL_Call POL_Install_vcrun2010
POL_Call POL_Install_d3dx9
POL_Call POL_Install_quartz
POL_Call POL_Install_wmp10

# Ask user for either DVD or Local installation
POL_SetupWindow_InstallMethod "LOCAL,DVD"

if [ "$INSTALL_METHOD" = "LOCAL" ]
then
        # Ask user to find "Setup.exe"
    cd "$HOME"
        POL_SetupWindow_browse "$(eval_gettext 'Please locate installation program (Setup.exe)')" "$TITLE"
        POL_Wine_WaitBefore "$TITLE"
        POL_Wine "$APP_ANSWER" /silent

elif [ "$INSTALL_METHOD" = "DVD" ]
then
        # Launches the installation program from CD/DVD
        POL_SetupWindow_cdrom
        POL_SetupWindow_check_cdrom "data.bin"
        POL_Wine_WaitBefore "$TITLE"
        POL_Wine "$CDROM/Setup.exe" /silent
fi
    
# Create a shortcut for easy access
POL_Shortcut "STEINSGATE.EXE" "$SHORTCUT_NAME" "$SHORTCUT_NAME.png"

POL_SetupWindow_Close
exit

Contributions

Filters:

Contribuer
Membre Messages
yassuo Vendredi 24 Avril 2020 à 20:01
yassuo Anonymous

Messages

please help me it's asking for a setup.exe how do i move on?

Réponses

Dadu042 Mardi 17 Mars 2020 à 11:26
Dadu042

Information

Cette mise à jour a été acceptée par l'équipe

Differences

@@ -11,6 +11,8 @@
 #   First script.
 # [Dadu042] (2019-12-08)
 #   Wine 1.7.15 -> 2.22
+# [Dadu042] (2020-03-17)
+#   Wine 1.7.15 -> 2.22 (fix)
 
 [ "$PLAYONLINUX" = "" ] && exit 0
 source "$PLAYONLINUX/lib/sources"
@@ -18,7 +20,7 @@
 # Setup some needed variables
 TITLE="Steins;Gate"
 PREFIX="steinsgate"
-WINEVERSION="1.7.15"
+WINEVERSION="2.22"
 EDITOR="Nitroplus"
 GAME_URL="http://steins-gate.us"
 AUTHOR="Marking"

Nouveau code source

#!/bin/bash
# Date : (2014-01-20)
# Last revision : see changelog
# Wine version used : 2.22
# Distribution used to test : Mac OS X 10.9.2
# Author : Marking
# Tested using Mac OS X 10.9.2

# CHANGELOG
# [Marking] (2014-01-20)
#   First script.
# [Dadu042] (2019-12-08)
#   Wine 1.7.15 -> 2.22
# [Dadu042] (2020-03-17)
#   Wine 1.7.15 -> 2.22 (fix)

[ "$PLAYONLINUX" = "" ] && exit 0
source "$PLAYONLINUX/lib/sources"

# Setup some needed variables
TITLE="Steins;Gate"
PREFIX="steinsgate"
WINEVERSION="2.22"
EDITOR="Nitroplus"
GAME_URL="http://steins-gate.us"
AUTHOR="Marking"
SHORTCUT_NAME="Steins;Gate"

# Download images for installation script
POL_GetSetupImages "http://files.playonlinux.com/resources/setups/$PREFIX/top.jpg" "http://files.playonlinux.com/resources/setups/$PREFIX/left.jpg" "$TITLE"

# Initialize the script and debugging
POL_SetupWindow_Init
POL_SetupWindow_SetID 1988
POL_Debug_Init
 
# Setup presentation window
POL_SetupWindow_presentation "$TITLE" "$EDITOR" "$GAME_URL" "$AUTHOR" "$PREFIX"

# Begin setting up the Wine Prefix
POL_Wine_SelectPrefix "$PREFIX"
POL_Wine_PrefixCreate "$WINEVERSION"

# Installs components needed to install game and play movies
POL_Call POL_Install_msxml3
POL_Call POL_Install_vcrun2010
POL_Call POL_Install_d3dx9
POL_Call POL_Install_quartz
POL_Call POL_Install_wmp10

# Ask user for either DVD or Local installation
POL_SetupWindow_InstallMethod "LOCAL,DVD"

if [ "$INSTALL_METHOD" = "LOCAL" ]
then
        # Ask user to find "Setup.exe"
    cd "$HOME"
        POL_SetupWindow_browse "$(eval_gettext 'Please locate installation program (Setup.exe)')" "$TITLE"
        POL_Wine_WaitBefore "$TITLE"
        POL_Wine "$APP_ANSWER" /silent

elif [ "$INSTALL_METHOD" = "DVD" ]
then
        # Launches the installation program from CD/DVD
        POL_SetupWindow_cdrom
        POL_SetupWindow_check_cdrom "data.bin"
        POL_Wine_WaitBefore "$TITLE"
        POL_Wine "$CDROM/Setup.exe" /silent
fi
    
# Create a shortcut for easy access
POL_Shortcut "STEINSGATE.EXE" "$SHORTCUT_NAME" "$SHORTCUT_NAME.png"

POL_SetupWindow_Close
exit

Réponses

Lapin Mardi 17 Mars 2020 à 2:15
Lapin Anonymous

Messages

Hi, I'm fairly new and don't know how everything works on this site, but from my understanding, the value of WINEVERSION should have been changed to "2.22". I had to download the script from here and modify it to make the installation work. I made an account specifically to inform you of this since this is my favorite game, but I don't know how the header should be changed to reflect the change actually being applied, so I'm not submitting the actual edit.

Réponses

Mardi 17 Mars 2020 à 11:24
Thanks for the info, I fix the script. If the gamealso does work with Wine 3.0.3 please report it here.
Dadu042 Dimanche 8 Décembre 2019 à 11:43
Dadu042

Warning

Cette mise à jour n'a pas été approuvée par l'équipe.
Utilisez-la à vos risques et périls

Differences

@@ -1,12 +1,17 @@
 #!/bin/bash
 # Date : (2014-01-20)
-# Last revision : (2014-01-20)
-# Wine version used : 1.7.15
+# Last revision : see changelog
+# Wine version used : 2.22
 # Distribution used to test : Mac OS X 10.9.2
 # Author : Marking
-
 # Tested using Mac OS X 10.9.2
 
+# CHANGELOG
+# [Marking] (2014-01-20)
+#   First script.
+# [Dadu042] (2019-12-08)
+#   Wine 1.7.15 -> 2.22
+
 [ "$PLAYONLINUX" = "" ] && exit 0
 source "$PLAYONLINUX/lib/sources"
 

Nouveau code source

#!/bin/bash
# Date : (2014-01-20)
# Last revision : see changelog
# Wine version used : 2.22
# Distribution used to test : Mac OS X 10.9.2
# Author : Marking
# Tested using Mac OS X 10.9.2

# CHANGELOG
# [Marking] (2014-01-20)
#   First script.
# [Dadu042] (2019-12-08)
#   Wine 1.7.15 -> 2.22

[ "$PLAYONLINUX" = "" ] && exit 0
source "$PLAYONLINUX/lib/sources"

# Setup some needed variables
TITLE="Steins;Gate"
PREFIX="steinsgate"
WINEVERSION="1.7.15"
EDITOR="Nitroplus"
GAME_URL="http://steins-gate.us"
AUTHOR="Marking"
SHORTCUT_NAME="Steins;Gate"

# Download images for installation script
POL_GetSetupImages "http://files.playonlinux.com/resources/setups/$PREFIX/top.jpg" "http://files.playonlinux.com/resources/setups/$PREFIX/left.jpg" "$TITLE"

# Initialize the script and debugging
POL_SetupWindow_Init
POL_SetupWindow_SetID 1988
POL_Debug_Init
 
# Setup presentation window
POL_SetupWindow_presentation "$TITLE" "$EDITOR" "$GAME_URL" "$AUTHOR" "$PREFIX"

# Begin setting up the Wine Prefix
POL_Wine_SelectPrefix "$PREFIX"
POL_Wine_PrefixCreate "$WINEVERSION"

# Installs components needed to install game and play movies
POL_Call POL_Install_msxml3
POL_Call POL_Install_vcrun2010
POL_Call POL_Install_d3dx9
POL_Call POL_Install_quartz
POL_Call POL_Install_wmp10

# Ask user for either DVD or Local installation
POL_SetupWindow_InstallMethod "LOCAL,DVD"

if [ "$INSTALL_METHOD" = "LOCAL" ]
then
        # Ask user to find "Setup.exe"
    cd "$HOME"
        POL_SetupWindow_browse "$(eval_gettext 'Please locate installation program (Setup.exe)')" "$TITLE"
        POL_Wine_WaitBefore "$TITLE"
        POL_Wine "$APP_ANSWER" /silent

elif [ "$INSTALL_METHOD" = "DVD" ]
then
        # Launches the installation program from CD/DVD
        POL_SetupWindow_cdrom
        POL_SetupWindow_check_cdrom "data.bin"
        POL_Wine_WaitBefore "$TITLE"
        POL_Wine "$CDROM/Setup.exe" /silent
fi
    
# Create a shortcut for easy access
POL_Shortcut "STEINSGATE.EXE" "$SHORTCUT_NAME" "$SHORTCUT_NAME.png"

POL_SetupWindow_Close
exit

Réponses

kjeld_sol Dimanche 5 Mai 2019 à 18:08
kjeld_sol Anonymous

Messages

Not installing, in install-process give error whem trying install WMP. 
OS KDE Neon (Ubuntu 18.04).

Réponses

Vendredi 10 Mai 2019 à 11:14
Perhaps the issue is related to : https://www.playonlinux.com/en/app-757-POL_Install_wmp10.html
Anonymous
Vendredi 24 Mai 2019 à 23:11
 Not works.