El Foro

Steins;Gate

Visual Novel from Nitro+ (English release)

Autor Respuestas
markingdude Saturday 5 April 2014 at 20:43
markingdudeAnonymous

Steins;Gate is a visual novel released in 2009 by Nitro+, 5pbs, and MAGES. The second game in the "Science Adventure Series", this VN recently got an US release available at JAST USA. This installer was only tested using the English release on both DVD and digital download editions.

Note that msxml3 is needed since vc2010 will crash without it using newer versions of Wine (possibly Mac only).

[code language=playonlinux]
#!/bin/bash
# Date : (2014-01-20)
# Last revision : (2014-01-20)
# Wine version used : 1.7.15
# Distribution used to test : Mac OS X 10.9.2
# Author : Marking

[ "$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://images.markinglifestyle.com/playonmac/script_icons/steinsgate-64x64.png" "http://images.markinglifestyle.com/playonmac/script_banners/steinsgate-banner.jpg" "$TITLE"

# Initialize the script and debugging
POL_SetupWindow_Init
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
[/code]

Images:
Screenshot
22x22 icon
48x48 icon
64x64 icon
Banner

Editado por: markingdude

petch Monday 7 April 2014 at 20:51
petch

Hi markingdude,
Your script looks ok (I hope ';' makes no issue in titles, but I think it's ok), so you can submit it as-is if you want...

Cheers,
Pierre.
markingdude Monday 7 April 2014 at 23:23
markingdudeAnonymous

Cool. Thanks for looking it over and validating it. I don't think the ";" should be a problem.
petch Tuesday 8 April 2014 at 0:40
petch

It's not like URLs are always correctly escaped :D
But it seems to work, the script has been validated :)
okabekudo Tuesday 17 June 2014 at 1:38
okabekudoAnonymous

Hi, I know this  thread is a little old but I can't play Steins;Gate I've got the download version, what can I do? it just crashes when I want to play.

markingdude Friday 20 June 2014 at 1:13
markingdudeAnonymous

 

Hi, I know this  thread is a little old but I can't play Steins;Gate I've got the download version, what can I do? it just crashes when I want to play.

 

okabekudo Thursday 10 July 2014 at 20:19
okabekudoAnonymous

1. Yes

2. I will upload the error log http://www26.zippyshare.com/v/91289613/file.html

3. Yes it's the JAST Version

Editado por: okabekudo