Sono Hanabira ni Kuchizuke wo 13 - Tenshi no Akogare

Informations

Creator Message
markingdude Anonymous

Warning

This installer has not been approved yet by the team.

Informations

Platforms:
Downloads: 628
Wine: 1.6.2

Feedbacks

Description

The first part of the "Angels" subseries.

Ringo, who is in her first year at the nursing school, has decided to room with Chiaki, an old family friend from back home. Ringo idolizes Chiaki and has made it her life’s goal to become a respectable nurse just like her.

However, once they actually start living together, Ringo comes to realize that Chiaki takes much worse care of herself than she imagined, and is at the same time a very physically affectionate person.

Will the disparity between Chiaki the goddess and the Chiaki who delights in sexual harassment drive Ringo crazy!?

Screenshots

Miniature

Source code

#!/bin/bash
# Date : (2014-01-20)
# Last revision : (2014-04-05)
# Wine version used : 1.6.2
# Distribution used to test : Mac OS X 10.9.2
# Author : Marking

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

# Setup some needed variables
TITLE="Sono Hanabira ni Kuchizuke wo 13 - Tenshi no Akogare"
PREFIX="SonoHana_13"
WINEVERSION="1.6.2"
EDITOR="Yurin Yurin"
GAME_URL="http://yurinyurin.com/"
AUTHOR="Marking"
SHORTCUT_NAME="その花びらにくちづけを 13 ~天使のあこがれ~"

# 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_SetupWindow_SetID 1924
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 run game and movie
POL_Call POL_Install_d3dx9
POL_Call POL_Install_quartz
POL_Call POL_Install_amstream

# 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_SetupWindow_message "$(eval_gettext 'Close the visual novel when it appears to continue installation. Click Next to begin installation.')" "Installation instructions"
    POL_Wine_WaitBefore "$TITLE"
    LANG="ja_JP.UTF-8" POL_Wine "$APP_ANSWER" /sp- /verysilent

elif [ "$INSTALL_METHOD" = "DVD" ]
then
    # Launches the installation program from CD/DVD
    POL_SetupWindow_cdrom
    POL_SetupWindow_check_cdrom "Setup.exe"
    POL_SetupWindow_message "$(eval_gettext 'Close the visual novel when it appears to continue installation. Click Next to begin installation.')" "Installation instructions"
    POL_Wine_WaitBefore "$TITLE"
    LANG="ja_JP.UTF-8" POL_Wine "$CDROM/Setup.exe" /sp- /verysilent
fi

# Install the movie patch provided by developers
POL_SetupWindow_message "$(eval_gettext 'An update patch was released on July 17th, 2013 to fix movie issues. This script will now install it. Click Next to continue.')" "Installing patch update"
SONO_UPDATE="tenshinoakogare_patch.zip"
cd "$WINEPREFIX/drive_c/$PROGRAMFILES/ゆりんゆりん/その花びらにくちづけを~天使のあこがれ~/"
POL_Download "http://124.39.252.42/sozai/soft/support/tenshinoakogare_patch.zip"
POL_System_unzip $SONO_UPDATE
cd "$WINEPREFIX/drive_c/$PROGRAMFILES/ゆりんゆりん/その花びらにくちづけを~天使のあこがれ~/tenshinoakogare_patch/"
mv "$WINEPREFIX/drive_c/$PROGRAMFILES/ゆりんゆりん/その花びらにくちづけを~天使のあこがれ~/tenshinoakogare_patch/patch.xp3" "$WINEPREFIX/drive_c/$PROGRAMFILES/ゆりんゆりん/その花びらにくちづけを~天使のあこがれ~/patch.xp3"

# Create a shortcut for easy access
POL_Shortcut "AKOGARE.EXE" "$SHORTCUT_NAME" "$SHORTCUT_NAME.png"
# Insert a command to run as a Japanese application
POL_Shortcut_InsertBeforeWine "$SHORTCUT_NAME" "LANG=ja_JP.UTF-8"
POL_SetupWindow_Close
exit

Contributions

Filters:

Contribute
Member Message