Hyperdimension Neptunia ReBirth1 (Steam)

Informations

Creator Message
xerodotc Anonymous

Warning

This installer is a beta script. It means that it might not work as expected

Informations

Platforms:
Downloads: 8257
Wine: 3.0.3

Feedbacks

Description

Packed with fast-paced, turn-based RPG action, fourth-wall-breaking, trope-demolishing dialogue, and more item, weapon, and costume customization than you can shake a Lvl. 1 Stick at, Gamindustri is a world set on turning the concept of the JRPG on its head!

 

PCGamingWiki.

Screenshots

MiniatureMiniatureMiniature

Source code

#!/usr/bin/env playonlinux-bash

# Date : (2015-05-25 18:15 UTC+7)
# Last revision : (2015-05-26 13:00 UTC+7)
# Wine version used : 3.0.3, 1.7.43
# Distribution used to test : Ubuntu 14.04
# Author : Visatouch Deeying (xerodotc)
# Script licence : GPLv3
# Program licence : Proprietary
# Depend : xact, vcrun2012, devenum, quartz, wmp9, wmpcodecs
#
# CHANGELOG
# [Visatouch Deeying (xerodotc)] (2015-05-25 18:15 UTC+7)
#   Initial script.
# [Dadu042] (2020-01-16 23:50)
#   Wine 1.7.43 -> 3.0.3

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

TITLE="Hyperdimension Neptunia ReBirth1"
PREFIX="NeptuniaReBirth1"
WINEVERSION="3.0.3"
STEAM_APPID=282900

# Add setup images
POL_GetSetupImages "http://files.playonlinux.com/resources/setups/NeptuniaReBirth1/top.png" "http://files.playonlinux.com/resources/setups/NeptuniaReBirth1/left.png" "$TITLE"

POL_SetupWindow_Init
POL_Debug_Init

POL_SetupWindow_presentation "$TITLE" "Idea Factory International, Inc." "http://ideafintl.com" "xerodotc" "$PREFIX"

# Start installation
POL_System_SetArch "x86"
POL_Wine_SelectPrefix "$PREFIX"
POL_Wine_PrefixCreate "$WINEVERSION"

# Install dependencies (thanks to Jon Feldman at AppDB)
POL_Call POL_Install_xact
POL_Call POL_Install_vcrun2012
POL_Call POL_Install_devenum
POL_Call POL_Install_quartz
POL_Call POL_Install_wmp9
POL_Call POL_Install_wmpcodecs

# Install Steam and actual game
POL_Call POL_Install_steam
cd "$WINEPREFIX/drive_c/$PROGRAMFILES/Steam"
POL_Wine_WaitBefore "$TITLE"
POL_Wine "steam.exe" "steam://install/$STEAM_APPID"

# Minimum Video memory requirement is 1GB
POL_SetupWindow_VMS "1024"

# Creating a shortcut
POL_Shortcut "steam.exe" "$TITLE" "${TITLE}.png" "steam://rungameid/$STEAM_APPID"

POL_SetupWindow_Close
exit 0

Contributions

Filters:

Contribute
Member Message
Dadu042 Thursday 16 January 2020 at 23:45
Dadu042

Information

This update has been approved by the team.

Differences

@@ -2,19 +2,25 @@
 
 # Date : (2015-05-25 18:15 UTC+7)
 # Last revision : (2015-05-26 13:00 UTC+7)
-# Wine version used : 1.7.43
+# Wine version used : 3.0.3, 1.7.43
 # Distribution used to test : Ubuntu 14.04
 # Author : Visatouch Deeying (xerodotc)
 # Script licence : GPLv3
 # Program licence : Proprietary
 # Depend : xact, vcrun2012, devenum, quartz, wmp9, wmpcodecs
+#
+# CHANGELOG
+# [Visatouch Deeying (xerodotc)] (2015-05-25 18:15 UTC+7)
+#   Initial script.
+# [Dadu042] (2020-01-16 23:50)
+#   Wine 1.7.43 -> 3.0.3
 
 [ "$PLAYONLINUX" = "" ] && exit 0
 source "$PLAYONLINUX/lib/sources"
 
 TITLE="Hyperdimension Neptunia ReBirth1"
 PREFIX="NeptuniaReBirth1"
-WINEVERSION="1.7.43"
+WINEVERSION="3.0.3"
 STEAM_APPID=282900
 
 # Add setup images

New source code

#!/usr/bin/env playonlinux-bash

# Date : (2015-05-25 18:15 UTC+7)
# Last revision : (2015-05-26 13:00 UTC+7)
# Wine version used : 3.0.3, 1.7.43
# Distribution used to test : Ubuntu 14.04
# Author : Visatouch Deeying (xerodotc)
# Script licence : GPLv3
# Program licence : Proprietary
# Depend : xact, vcrun2012, devenum, quartz, wmp9, wmpcodecs
#
# CHANGELOG
# [Visatouch Deeying (xerodotc)] (2015-05-25 18:15 UTC+7)
#   Initial script.
# [Dadu042] (2020-01-16 23:50)
#   Wine 1.7.43 -> 3.0.3

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

TITLE="Hyperdimension Neptunia ReBirth1"
PREFIX="NeptuniaReBirth1"
WINEVERSION="3.0.3"
STEAM_APPID=282900

# Add setup images
POL_GetSetupImages "http://files.playonlinux.com/resources/setups/NeptuniaReBirth1/top.png" "http://files.playonlinux.com/resources/setups/NeptuniaReBirth1/left.png" "$TITLE"

POL_SetupWindow_Init
POL_Debug_Init

POL_SetupWindow_presentation "$TITLE" "Idea Factory International, Inc." "http://ideafintl.com" "xerodotc" "$PREFIX"

# Start installation
POL_System_SetArch "x86"
POL_Wine_SelectPrefix "$PREFIX"
POL_Wine_PrefixCreate "$WINEVERSION"

# Install dependencies (thanks to Jon Feldman at AppDB)
POL_Call POL_Install_xact
POL_Call POL_Install_vcrun2012
POL_Call POL_Install_devenum
POL_Call POL_Install_quartz
POL_Call POL_Install_wmp9
POL_Call POL_Install_wmpcodecs

# Install Steam and actual game
POL_Call POL_Install_steam
cd "$WINEPREFIX/drive_c/$PROGRAMFILES/Steam"
POL_Wine_WaitBefore "$TITLE"
POL_Wine "steam.exe" "steam://install/$STEAM_APPID"

# Minimum Video memory requirement is 1GB
POL_SetupWindow_VMS "1024"

# Creating a shortcut
POL_Shortcut "steam.exe" "$TITLE" "${TITLE}.png" "steam://rungameid/$STEAM_APPID"

POL_SetupWindow_Close
exit 0

Replies

Kymus Friday 2 November 2018 at 1:18
Kymus Anonymous

Message

Does not run for me.

Ubuntu Mint 17.3
Wine Staging v3.19

I'm very new to playonlinux so I very could have done something dumb but the process went like this:

Selected to install Neputia from the playonlinux menu, was told to install Steam first (already installed and running, so I closed it), went through the steps, Steam crashed when playonlinux tried running it (it does not crash when I try to run it normally through wine). During installation two different files were unable to be installed; I believe WMEncoder and WM9 (if necessary I can double check to make certain). Tried to run the game and it failed.

From what I understand the game's fatal flaw is it needs a 32bit prefix to run but wine is running in a 64bit environment and I've been unable to figure this out.

Replies

Anonymous
Friday 2 November 2018 at 1:20
Rereading I see that I got thing totally confused. Obviously I'm running Linux Mint and NOT "Ubuntu Mint". Argh. (I use Ubuntu for my PC, and Mint for my HTPC; that plus frustration lead to a stupid mix up)
Eric0607 Sunday 20 November 2016 at 2:57
Eric0607 Anonymous

Message

This doesn't work on mac. Is there a way to fix it, so that it runs?

Replies

Anonymous
Tuesday 9 October 2018 at 3:21
The problem with the installer is that the WMEncoder install link is dead. It needs to be updated to the one linked below in the source code.
era Monday 7 March 2016 at 12:23
era Anonymous

Message

Hello, this installer worked flawlessly for me.

Replies

RX14 Saturday 3 October 2015 at 16:33
RX14 Anonymous

Message

This worked well, except that the shortcut to run the game was broken and I had to edit the shortcut manually. Providing the full path to Steam.exe worked for me. I guess this is a POL issue though, since every steam game seems to just use "steam.exe" instead of the full path.

Once ingame it seems to work fine, havent got far into the game though.

Replies

Saturday 3 October 2015 at 17:24
Shortcut should contain a "cd" statement just before, so full executable path shouldn't be necessary (and most Windows programs expect their current directory to be where their executable is, so it's the right thing to do anyway). So I'm not sure what's broken on your setup, or in the way you use PlayOnLinux...
xerodotc Tuesday 26 May 2015 at 8:02
xerodotc Anonymous

Warning

This update has not been approved yet by the team.
Use it at your own risk

Differences

@@ -1,7 +1,7 @@
 #!/usr/bin/env playonlinux-bash
 
 # Date : (2015-05-25 18:15 UTC+7)
-# Last revision : (2015-05-25 22:32 UTC+7)
+# Last revision : (2015-05-26 13:00 UTC+7)
 # Wine version used : 1.7.43
 # Distribution used to test : Ubuntu 14.04
 # Author : Visatouch Deeying (xerodotc)
@@ -17,6 +17,9 @@
 WINEVERSION="1.7.43"
 STEAM_APPID=282900
 
+# Add setup images
+POL_GetSetupImages "http://files.playonlinux.com/resources/setups/NeptuniaReBirth1/top.png" "http://files.playonlinux.com/resources/setups/NeptuniaReBirth1/left.png" "$TITLE"
+
 POL_SetupWindow_Init
 POL_Debug_Init
 

New source code

#!/usr/bin/env playonlinux-bash

# Date : (2015-05-25 18:15 UTC+7)
# Last revision : (2015-05-26 13:00 UTC+7)
# Wine version used : 1.7.43
# Distribution used to test : Ubuntu 14.04
# Author : Visatouch Deeying (xerodotc)
# Script licence : GPLv3
# Program licence : Proprietary
# Depend : xact, vcrun2012, devenum, quartz, wmp9, wmpcodecs

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

TITLE="Hyperdimension Neptunia ReBirth1"
PREFIX="NeptuniaReBirth1"
WINEVERSION="1.7.43"
STEAM_APPID=282900

# Add setup images
POL_GetSetupImages "http://files.playonlinux.com/resources/setups/NeptuniaReBirth1/top.png" "http://files.playonlinux.com/resources/setups/NeptuniaReBirth1/left.png" "$TITLE"

POL_SetupWindow_Init
POL_Debug_Init

POL_SetupWindow_presentation "$TITLE" "Idea Factory International, Inc." "http://ideafintl.com" "xerodotc" "$PREFIX"

# Start installation
POL_System_SetArch "x86"
POL_Wine_SelectPrefix "$PREFIX"
POL_Wine_PrefixCreate "$WINEVERSION"

# Install dependencies (thanks to Jon Feldman at AppDB)
POL_Call POL_Install_xact
POL_Call POL_Install_vcrun2012
POL_Call POL_Install_devenum
POL_Call POL_Install_quartz
POL_Call POL_Install_wmp9
POL_Call POL_Install_wmpcodecs

# Install Steam and actual game
POL_Call POL_Install_steam
cd "$WINEPREFIX/drive_c/$PROGRAMFILES/Steam"
POL_Wine_WaitBefore "$TITLE"
POL_Wine "steam.exe" "steam://install/$STEAM_APPID"

# Minimum Video memory requirement is 1GB
POL_SetupWindow_VMS "1024"

# Creating a shortcut
POL_Shortcut "steam.exe" "$TITLE" "${TITLE}.png" "steam://rungameid/$STEAM_APPID"

POL_SetupWindow_Close
exit 0

Replies

xerodotc Monday 25 May 2015 at 20:01
xerodotc Anonymous

Warning

This update has not been approved yet by the team.
Use it at your own risk

Differences

@@ -0,0 +1,51 @@
+#!/usr/bin/env playonlinux-bash
+
+# Date : (2015-05-25 18:15 UTC+7)
+# Last revision : (2015-05-25 22:32 UTC+7)
+# Wine version used : 1.7.43
+# Distribution used to test : Ubuntu 14.04
+# Author : Visatouch Deeying (xerodotc)
+# Script licence : GPLv3
+# Program licence : Proprietary
+# Depend : xact, vcrun2012, devenum, quartz, wmp9, wmpcodecs
+
+[ "$PLAYONLINUX" = "" ] && exit 0
+source "$PLAYONLINUX/lib/sources"
+
+TITLE="Hyperdimension Neptunia ReBirth1"
+PREFIX="NeptuniaReBirth1"
+WINEVERSION="1.7.43"
+STEAM_APPID=282900
+
+POL_SetupWindow_Init
+POL_Debug_Init
+
+POL_SetupWindow_presentation "$TITLE" "Idea Factory International, Inc." "http://ideafintl.com" "xerodotc" "$PREFIX"
+
+# Start installation
+POL_System_SetArch "x86"
+POL_Wine_SelectPrefix "$PREFIX"
+POL_Wine_PrefixCreate "$WINEVERSION"
+
+# Install dependencies (thanks to Jon Feldman at AppDB)
+POL_Call POL_Install_xact
+POL_Call POL_Install_vcrun2012
+POL_Call POL_Install_devenum
+POL_Call POL_Install_quartz
+POL_Call POL_Install_wmp9
+POL_Call POL_Install_wmpcodecs
+
+# Install Steam and actual game
+POL_Call POL_Install_steam
+cd "$WINEPREFIX/drive_c/$PROGRAMFILES/Steam"
+POL_Wine_WaitBefore "$TITLE"
+POL_Wine "steam.exe" "steam://install/$STEAM_APPID"
+
+# Minimum Video memory requirement is 1GB
+POL_SetupWindow_VMS "1024"
+
+# Creating a shortcut
+POL_Shortcut "steam.exe" "$TITLE" "${TITLE}.png" "steam://rungameid/$STEAM_APPID"
+
+POL_SetupWindow_Close
+exit 0
\ No newline at end of file

New source code

#!/usr/bin/env playonlinux-bash

# Date : (2015-05-25 18:15 UTC+7)
# Last revision : (2015-05-25 22:32 UTC+7)
# Wine version used : 1.7.43
# Distribution used to test : Ubuntu 14.04
# Author : Visatouch Deeying (xerodotc)
# Script licence : GPLv3
# Program licence : Proprietary
# Depend : xact, vcrun2012, devenum, quartz, wmp9, wmpcodecs

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

TITLE="Hyperdimension Neptunia ReBirth1"
PREFIX="NeptuniaReBirth1"
WINEVERSION="1.7.43"
STEAM_APPID=282900

POL_SetupWindow_Init
POL_Debug_Init

POL_SetupWindow_presentation "$TITLE" "Idea Factory International, Inc." "http://ideafintl.com" "xerodotc" "$PREFIX"

# Start installation
POL_System_SetArch "x86"
POL_Wine_SelectPrefix "$PREFIX"
POL_Wine_PrefixCreate "$WINEVERSION"

# Install dependencies (thanks to Jon Feldman at AppDB)
POL_Call POL_Install_xact
POL_Call POL_Install_vcrun2012
POL_Call POL_Install_devenum
POL_Call POL_Install_quartz
POL_Call POL_Install_wmp9
POL_Call POL_Install_wmpcodecs

# Install Steam and actual game
POL_Call POL_Install_steam
cd "$WINEPREFIX/drive_c/$PROGRAMFILES/Steam"
POL_Wine_WaitBefore "$TITLE"
POL_Wine "steam.exe" "steam://install/$STEAM_APPID"

# Minimum Video memory requirement is 1GB
POL_SetupWindow_VMS "1024"

# Creating a shortcut
POL_Shortcut "steam.exe" "$TITLE" "${TITLE}.png" "steam://rungameid/$STEAM_APPID"

POL_SetupWindow_Close
exit 0

Replies