Sono Hanabira ni Kuchizuke wo 05 - Anata wo Suki na Shiawase

Informations

Créateur Messages
markingdude Anonymous

Warning

This installer has not been approved yet by the team.

Informations

Plate-formes :
Téléchargements : 925
Wine: 1.3.4

Retours d'expérience

Description

In this sequel to the third visual novel, Reo fails her classes and Mai helps her to pass. To reward Reo for passing her quiz, Mai agrees to go on a date with Reo. One day during class, Reo is called to the school office. She returns acting strangely. After a lot of worrying and probing, Mai still does not know what has happened. She feels that Reo does not trust in her enough to share her problems. What will become of these two?

Captures d'écran

Miniature

Code source

#!/bin/bash
# Date : (2013-03-01)
# Last revision : (2013-10-25 18:53)
# Wine version used : 1.3.4
# Distribution used to test : Mac OS X 10.8.4
# Author : Marking

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

# Setup some needed variables
TITLE="Sono Hanabira ni Kuchizuke wo 05 - Anata wo Suki na Shiawase"
PREFIX="SonoHana_05"
WINEVERSION="1.3.4"
EDITOR="Fuguriya"
GAME_URL="http://fuguriya.sakura.ne.jp"
AUTHOR="Marking"

INSTALL_JP='インストール'
END_JP='終了'
YES_JP='はい'

# 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, debugging, and set required version
POL_SetupWindow_Init
POL_RequiredVersion "4.1.6" || POL_Debug_Fatal "$APPLICATION_TITLE 4.1.6 is required to install $TITLE"
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"
SONOHANA="$WINEPREFIX/drive_c/$PROGRAMFILES/ふぐり屋/その花びらにくちづけを あなたを好きな幸せ/"

# Installs Japanese fonts in order for visual novel to work
JP_FONTS="sazanami-20040629.zip"
cd "$WINEPREFIX/drive_c/windows/Fonts/"
POL_Download "http://files.markinglifestyle.com/sh_files/sazanami-20040629.zip"
POL_System_unzip $JP_FONTS

# 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"
        # Tell user what to do while the installation program is running
        POL_SetupWindow_message "$(eval_gettext 'When the install program starts, click on ${INSTALL_JP}. When a new window opens, click on ${INSTALL_JP}. When installation finishes, click on ${END_JP} and then on ${YES_JP} (Y). Click Next to begin installation.')" "Installation instructions"
        LANG="ja_JP.UTF-8" POL_Wine "$APP_ANSWER"
                

elif [ "$INSTALL_METHOD" = "DVD" ]
then
        # Launches the installation program from CD/DVD
        POL_SetupWindow_cdrom
        POL_SetupWindow_check_cdrom
        # Tell user what to do while the installation program is running
        POL_SetupWindow_message "$(eval_gettext 'When the install program starts, click on ${INSTALL_JP}. When a new window opens, click on ${INSTALL_JP}. When installation finishes, click on ${END_JP} and then on ${YES_JP} (Y). Click Next to begin installation.')" "Installation instructions"
        LANG="ja_JP.UTF-8" POL_Wine "$CDROM/Setup.exe"
fi

# Tells users which language they want to use
POL_SetupWindow_menu "Which language would you like to read this in?" "Select Language" "日本語 (Japanese)|English" "|"

#For Japanese language
if [ "$APP_ANSWER" = "日本語 (Japanese)" ]
then
        # Apply fjfix to fix the visual novel
        FJFIX_PATCH="fjfix.zip"
        cd "$SONOHANA"
        POL_Download "http://files.markinglifestyle.com/sh_files/fjfix.zip" "789634f517003c1619eca669a83306a0"
        POL_System_unzip $FJFIX_PATCH
        POL_Wine "fjfix.exe" -f MGD
        POL_Wine_WaitExit "the fjfix patch"
        
        # Create a shortcut for easy access
        POL_Shortcut "HANABIRA5.EXE" "その花びらにくちづけを 05 あなたを好きな幸せ"
        # Insert a command to run as a Japanese application
        POL_Shortcut_InsertBeforeWine "その花びらにくちづけを 05 あなたを好きな幸せ" "LANG=ja_JP.UTF-8"

#For English language        
elif [ "$APP_ANSWER" = "English" ]
then
        # Apply the English patch
        POL_SetupWindow_browse "$(eval_gettext 'Please locate English translation patch file')" "$TITLE"
        cp "$APP_ANSWER" "$SONOHANA/SH_EN.EXE"
        cd "$SONOHANA"
        POL_Wine_WaitExit "the English patch"
        LANG="ja_JP.UTF-8" POL_Wine "SH_EN.EXE"
        
        # Apply fjfix to fix the visual novel
        FJFIX_PATCH="fjfix.zip"
        cd "$SONOHANA"
        POL_Download "http://files.markinglifestyle.com/sh_files/fjfix.zip" "789634f517003c1619eca669a83306a0"
        POL_System_unzip $FJFIX_PATCH
        POL_Wine "fjfix.exe" -f MGD
        POL_Wine_WaitExit "the fjfix patch"
        
        # Create a shortcut for easy access
        POL_Shortcut "HANABIRA5.EXE" "A Kiss for the Petals 05 - The Joy Of Loving You"
        # Insert a command to run as a Japanese application/fix font issues
        POL_Shortcut_InsertBeforeWine "A Kiss for the Petals 05 - The Joy Of Loving You" "LANG=ja_JP.UTF-8"
fi
POL_SetupWindow_Close
exit

Contributions

Filters:

Contribuer
Membre Messages