Iris Online
Informatie
Creator | Bericht |
---|---|
sedy
![]()
|
InformationThis installer has been approved by the team. InformatiePlatforms: Feedbacks1 0 OmschrijvingGypsy-themed fantasy MMORPG Free-to-play, developed by Eyasoft. 3 playable races with many different classes. Website. Fandom wiki.
Known issues (2016):
SchermafdrukkenBroncode#!/bin/bash # Date : (2016-03-15) # Last revision : see changelog. # Wine version used : # Distribution used to test : Mac OS X El Capitan 10.11.1, Linux Mint Rosa 17.3, ubuntu mate 15.10 # Author : Sedy, lahtis # License : GNU/GPL v3 # # CHANGELOG # [Sedy] (2016-03-15) # Initial script. # [Sedy] (2016-03-17) # Minor change to ordering so that web page with download links is opened before the message saying where to download it from. # [lahtis] (2016-03-30) # This installer does works in any language. # Code improvements. # Better POL_Browser selector. # [Dadu042] (2020-01-27 23:30) # Wine 1.9.4 -> 3.0.3 [ -z "$PLAYONLINUX" ] && exit 0 source "$PLAYONLINUX/lib/sources" TITLE="NoScrubs Iris Online" PREFIX="Noscrubs" EDITOR="Noscrubs" GAME_URL="http://noscrubs.net" AUTHOR="Sedy, Lahtis" WORKING_WINE_VERSION="3.0.3" # Starting the script POL_GetSetupImages "http://noscrubs.net/downloads/top.jpg" "http://noscrubs.net/downloads/left.jpg" "$TITLE" POL_SetupWindow_Init POL_Debug_Init POL_SetupWindow_presentation "$TITLE" "$EDITOR" "$GAME_URL" "$AUTHOR" "$PREFIX" # Setting prefix path POL_Wine_SelectPrefix "$PREFIX" # Downloading wine if necessary and creating prefix POL_System_SetArch "x86" POL_Wine_PrefixCreate "$WORKING_WINE_VERSION" # Fix pulseaudio issue which pulseaudio && Set_OS "winxp" # Do you have downloaded the program file? # Choose XP file. POL_SetupWindow_question "$(eval_gettext 'Do you have downloaded the program file?')" "$TITLE" if [ "$APP_ANSWER" = "FALSE" ] then POL_Browser "http://noscrubs.net/iris/download-game" fi cd "$HOME" || exit POL_SetupWindow_browse "$(eval_gettext 'Please select the downloaded program file.')" "$TITLE" POL_Wine "$APP_ANSWER" POL_Wine_WaitExit "$TITLE" # Making shortcut POL_Shortcut "IrisLauncher.exe" "$TITLE" "$TITLE.png" "" "Game;" POL_SetupWindow_message "$TITLE has been successfully installed" "$TITLE" POL_SetupWindow_Close exit 0 |
Contributions
Filters:
ContributeMember | Bericht |
Dadu042 | Donderdag 2 April 2020 om 19:05 |
Dadu042
![]()
|
InformationThis update has been approved by the team. BerichtOoops. Differences@@ -27,7 +27,7 @@ EDITOR="Noscrubs" GAME_URL="http://noscrubs.net" AUTHOR="Sedy, Lahtis" -WORKING_WINE_VERSION="1.9.4" +WORKING_WINE_VERSION="3.0.3" # Starting the script POL_GetSetupImages "http://noscrubs.net/downloads/top.jpg" "http://noscrubs.net/downloads/left.jpg" "$TITLE" New source code#!/bin/bash # Date : (2016-03-15) # Last revision : see changelog. # Wine version used : # Distribution used to test : Mac OS X El Capitan 10.11.1, Linux Mint Rosa 17.3, ubuntu mate 15.10 # Author : Sedy, lahtis # License : GNU/GPL v3 # # CHANGELOG # [Sedy] (2016-03-15) # Initial script. # [Sedy] (2016-03-17) # Minor change to ordering so that web page with download links is opened before the message saying where to download it from. # [lahtis] (2016-03-30) # This installer does works in any language. # Code improvements. # Better POL_Browser selector. # [Dadu042] (2020-01-27 23:30) # Wine 1.9.4 -> 3.0.3 [ -z "$PLAYONLINUX" ] && exit 0 source "$PLAYONLINUX/lib/sources" TITLE="NoScrubs Iris Online" PREFIX="Noscrubs" EDITOR="Noscrubs" GAME_URL="http://noscrubs.net" AUTHOR="Sedy, Lahtis" WORKING_WINE_VERSION="3.0.3" # Starting the script POL_GetSetupImages "http://noscrubs.net/downloads/top.jpg" "http://noscrubs.net/downloads/left.jpg" "$TITLE" POL_SetupWindow_Init POL_Debug_Init POL_SetupWindow_presentation "$TITLE" "$EDITOR" "$GAME_URL" "$AUTHOR" "$PREFIX" # Setting prefix path POL_Wine_SelectPrefix "$PREFIX" # Downloading wine if necessary and creating prefix POL_System_SetArch "x86" POL_Wine_PrefixCreate "$WORKING_WINE_VERSION" # Fix pulseaudio issue which pulseaudio && Set_OS "winxp" # Do you have downloaded the program file? # Choose XP file. POL_SetupWindow_question "$(eval_gettext 'Do you have downloaded the program file?')" "$TITLE" if [ "$APP_ANSWER" = "FALSE" ] then POL_Browser "http://noscrubs.net/iris/download-game" fi cd "$HOME" || exit POL_SetupWindow_browse "$(eval_gettext 'Please select the downloaded program file.')" "$TITLE" POL_Wine "$APP_ANSWER" POL_Wine_WaitExit "$TITLE" # Making shortcut POL_Shortcut "IrisLauncher.exe" "$TITLE" "$TITLE.png" "" "Game;" POL_SetupWindow_message "$TITLE has been successfully installed" "$TITLE" POL_SetupWindow_Close exit 0 Antwoorden |
Dadu042 | Dinsdag 28 Januari 2020 om 20:16 |
Dadu042
![]()
|
WarningThis update has not been approved yet by the team. Differences@@ -1,56 +1,69 @@ #!/bin/bash # Date : (2016-03-15) -# Last revision : (2016-03-30) -# Wine version used : 1.9.4 +# Last revision : see changelog. +# Wine version used : # Distribution used to test : Mac OS X El Capitan 10.11.1, Linux Mint Rosa 17.3, ubuntu mate 15.10 # Author : Sedy, lahtis # License : GNU/GPL v3 - +# +# CHANGELOG +# [Sedy] (2016-03-15) +# Initial script. +# [Sedy] (2016-03-17) +# Minor change to ordering so that web page with download links is opened before the message saying where to download it from. +# [lahtis] (2016-03-30) +# This installer does works in any language. +# Code improvements. +# Better POL_Browser selector. +# [Dadu042] (2020-01-27 23:30) +# Wine 1.9.4 -> 3.0.3 + + [ -z "$PLAYONLINUX" ] && exit 0 source "$PLAYONLINUX/lib/sources" - + TITLE="NoScrubs Iris Online" PREFIX="Noscrubs" EDITOR="Noscrubs" GAME_URL="http://noscrubs.net" AUTHOR="Sedy, Lahtis" -WORKING_WINE_VERSION="1.9.4" - +WORKING_WINE_VERSION="1.9.4" + # Starting the script POL_GetSetupImages "http://noscrubs.net/downloads/top.jpg" "http://noscrubs.net/downloads/left.jpg" "$TITLE" - + POL_SetupWindow_Init POL_Debug_Init POL_SetupWindow_presentation "$TITLE" "$EDITOR" "$GAME_URL" "$AUTHOR" "$PREFIX" - + # Setting prefix path POL_Wine_SelectPrefix "$PREFIX" - + # Downloading wine if necessary and creating prefix POL_System_SetArch "x86" -POL_Wine_PrefixCreate "$WORKING_WINE_VERSION" - +POL_Wine_PrefixCreate "$WORKING_WINE_VERSION" + # Fix pulseaudio issue which pulseaudio && Set_OS "winxp" - + # Do you have downloaded the program file? # Choose XP file. POL_SetupWindow_question "$(eval_gettext 'Do you have downloaded the program file?')" "$TITLE" if [ "$APP_ANSWER" = "FALSE" ] then - POL_Browser "http://noscrubs.net/iris/download-game" + POL_Browser "http://noscrubs.net/iris/download-game" fi - + cd "$HOME" || exit POL_SetupWindow_browse "$(eval_gettext 'Please select the downloaded program file.')" "$TITLE" - + POL_Wine "$APP_ANSWER" POL_Wine_WaitExit "$TITLE" - + # Making shortcut POL_Shortcut "IrisLauncher.exe" "$TITLE" "$TITLE.png" "" "Game;" - + POL_SetupWindow_message "$TITLE has been successfully installed" "$TITLE" POL_SetupWindow_Close - -exit 0 + +exit 0 \ No newline at end of file New source code#!/bin/bash # Date : (2016-03-15) # Last revision : see changelog. # Wine version used : # Distribution used to test : Mac OS X El Capitan 10.11.1, Linux Mint Rosa 17.3, ubuntu mate 15.10 # Author : Sedy, lahtis # License : GNU/GPL v3 # # CHANGELOG # [Sedy] (2016-03-15) # Initial script. # [Sedy] (2016-03-17) # Minor change to ordering so that web page with download links is opened before the message saying where to download it from. # [lahtis] (2016-03-30) # This installer does works in any language. # Code improvements. # Better POL_Browser selector. # [Dadu042] (2020-01-27 23:30) # Wine 1.9.4 -> 3.0.3 [ -z "$PLAYONLINUX" ] && exit 0 source "$PLAYONLINUX/lib/sources" TITLE="NoScrubs Iris Online" PREFIX="Noscrubs" EDITOR="Noscrubs" GAME_URL="http://noscrubs.net" AUTHOR="Sedy, Lahtis" WORKING_WINE_VERSION="1.9.4" # Starting the script POL_GetSetupImages "http://noscrubs.net/downloads/top.jpg" "http://noscrubs.net/downloads/left.jpg" "$TITLE" POL_SetupWindow_Init POL_Debug_Init POL_SetupWindow_presentation "$TITLE" "$EDITOR" "$GAME_URL" "$AUTHOR" "$PREFIX" # Setting prefix path POL_Wine_SelectPrefix "$PREFIX" # Downloading wine if necessary and creating prefix POL_System_SetArch "x86" POL_Wine_PrefixCreate "$WORKING_WINE_VERSION" # Fix pulseaudio issue which pulseaudio && Set_OS "winxp" # Do you have downloaded the program file? # Choose XP file. POL_SetupWindow_question "$(eval_gettext 'Do you have downloaded the program file?')" "$TITLE" if [ "$APP_ANSWER" = "FALSE" ] then POL_Browser "http://noscrubs.net/iris/download-game" fi cd "$HOME" || exit POL_SetupWindow_browse "$(eval_gettext 'Please select the downloaded program file.')" "$TITLE" POL_Wine "$APP_ANSWER" POL_Wine_WaitExit "$TITLE" # Making shortcut POL_Shortcut "IrisLauncher.exe" "$TITLE" "$TITLE.png" "" "Game;" POL_SetupWindow_message "$TITLE has been successfully installed" "$TITLE" POL_SetupWindow_Close exit 0 Antwoorden |
lahtis | Woensdag 30 Maart 2016 om 2:00 |
lahtis
![]()
|
WarningThis update has not been approved yet by the team. Bericht
:D Differences@@ -0,0 +1,56 @@ +#!/bin/bash +# Date : (2016-03-15) +# Last revision : (2016-03-30) +# Wine version used : 1.9.4 +# Distribution used to test : Mac OS X El Capitan 10.11.1, Linux Mint Rosa 17.3, ubuntu mate 15.10 +# Author : Sedy, lahtis +# License : GNU/GPL v3 + +[ -z "$PLAYONLINUX" ] && exit 0 +source "$PLAYONLINUX/lib/sources" + +TITLE="NoScrubs Iris Online" +PREFIX="Noscrubs" +EDITOR="Noscrubs" +GAME_URL="http://noscrubs.net" +AUTHOR="Sedy, Lahtis" +WORKING_WINE_VERSION="1.9.4" + +# Starting the script +POL_GetSetupImages "http://noscrubs.net/downloads/top.jpg" "http://noscrubs.net/downloads/left.jpg" "$TITLE" + +POL_SetupWindow_Init +POL_Debug_Init +POL_SetupWindow_presentation "$TITLE" "$EDITOR" "$GAME_URL" "$AUTHOR" "$PREFIX" + +# Setting prefix path +POL_Wine_SelectPrefix "$PREFIX" + +# Downloading wine if necessary and creating prefix +POL_System_SetArch "x86" +POL_Wine_PrefixCreate "$WORKING_WINE_VERSION" + +# Fix pulseaudio issue +which pulseaudio && Set_OS "winxp" + +# Do you have downloaded the program file? +# Choose XP file. +POL_SetupWindow_question "$(eval_gettext 'Do you have downloaded the program file?')" "$TITLE" +if [ "$APP_ANSWER" = "FALSE" ] +then + POL_Browser "http://noscrubs.net/iris/download-game" +fi + +cd "$HOME" || exit +POL_SetupWindow_browse "$(eval_gettext 'Please select the downloaded program file.')" "$TITLE" + +POL_Wine "$APP_ANSWER" +POL_Wine_WaitExit "$TITLE" + +# Making shortcut +POL_Shortcut "IrisLauncher.exe" "$TITLE" "$TITLE.png" "" "Game;" + +POL_SetupWindow_message "$TITLE has been successfully installed" "$TITLE" +POL_SetupWindow_Close + +exit 0 New source code#!/bin/bash # Date : (2016-03-15) # Last revision : (2016-03-30) # Wine version used : 1.9.4 # Distribution used to test : Mac OS X El Capitan 10.11.1, Linux Mint Rosa 17.3, ubuntu mate 15.10 # Author : Sedy, lahtis # License : GNU/GPL v3 [ -z "$PLAYONLINUX" ] && exit 0 source "$PLAYONLINUX/lib/sources" TITLE="NoScrubs Iris Online" PREFIX="Noscrubs" EDITOR="Noscrubs" GAME_URL="http://noscrubs.net" AUTHOR="Sedy, Lahtis" WORKING_WINE_VERSION="1.9.4" # Starting the script POL_GetSetupImages "http://noscrubs.net/downloads/top.jpg" "http://noscrubs.net/downloads/left.jpg" "$TITLE" POL_SetupWindow_Init POL_Debug_Init POL_SetupWindow_presentation "$TITLE" "$EDITOR" "$GAME_URL" "$AUTHOR" "$PREFIX" # Setting prefix path POL_Wine_SelectPrefix "$PREFIX" # Downloading wine if necessary and creating prefix POL_System_SetArch "x86" POL_Wine_PrefixCreate "$WORKING_WINE_VERSION" # Fix pulseaudio issue which pulseaudio && Set_OS "winxp" # Do you have downloaded the program file? # Choose XP file. POL_SetupWindow_question "$(eval_gettext 'Do you have downloaded the program file?')" "$TITLE" if [ "$APP_ANSWER" = "FALSE" ] then POL_Browser "http://noscrubs.net/iris/download-game" fi cd "$HOME" || exit POL_SetupWindow_browse "$(eval_gettext 'Please select the downloaded program file.')" "$TITLE" POL_Wine "$APP_ANSWER" POL_Wine_WaitExit "$TITLE" # Making shortcut POL_Shortcut "IrisLauncher.exe" "$TITLE" "$TITLE.png" "" "Game;" POL_SetupWindow_message "$TITLE has been successfully installed" "$TITLE" POL_SetupWindow_Close exit 0 Antwoorden |
sedy | Donderdag 17 Maart 2016 om 18:31 |
sedy
![]()
|
WarningThis update has not been approved yet by the team. BerichtMinor change to ordering so that web page with download links is opened before the message saying where to download it from. Differences@@ -0,0 +1,63 @@ +#!/bin/bash +# Date : (2016-03-15) +# Last revision : (2016-03-15) +# Wine version used : 1.9.4 +# Distribution used to test : Mac OS X El Capitan 10.11.1, Linux Mint Rosa 17.3 +# Author : Sedy +# License : GNU/GPL v3 + +[ "$PLAYONLINUX" = "" ] && exit 1 +source "$PLAYONLINUX/lib/sources" + +TITLE="NoScrubs Iris Online" +PREFIX="Noscrubs" +EDITOR="Noscrubs" +GAME_URL="http://noscrubs.net" +AUTHOR="Sedy" + + +# Starting the script +POL_GetSetupImages "http://noscrubs.net/downloads/top.jpg" "http://noscrubs.net/downloads/left.jpg" "$TITLE" + +POL_SetupWindow_Init + +# Starting debugging API +POL_Debug_Init + +POL_SetupWindow_presentation "$TITLE" "$EDITOR" "$GAME_URL" "$AUTHOR" "$PREFIX" + +[ "$POL_LANG" = "en" ] && link="http://noscrubs.net/iris/download-game" + + +# Setting Wine Version +WORKING_WINE_VERSION="1.9.4" + +# Setting prefix path +POL_Wine_SelectPrefix "$PREFIX" + +# Downloading wine if necessary and creating prefix +POL_System_SetArch "x86" +POL_Wine_PrefixCreate "$WORKING_WINE_VERSION" + +Set_OS "winxp" + +if [ "$POL_SELECTED_FILE" = "" ] +then +POL_Browser "$link" +POL_SetupWindow_message "The $TITLE setup file is needed to continue....\n\nDownload it from here:\n\n$link" "$TITLE" +POL_SetupWindow_browse "Where is the installation file of $TITLE?" "$TITLE" +CHEMIN="$APP_ANSWER" +else +CHEMIN="$POL_SELECTED_FILE" +fi +POL_SetupWindow_wait "Installing $TITLE" "$TITLE" + +POL_Wine "$CHEMIN" +POL_Wine_WaitExit "$TITLE" --allow-kill + +# Making shortcut +POL_Shortcut "IrisLauncher.exe" "$TITLE" "$TITLE.png" "" "Game;" + +POL_SetupWindow_message "$TITLE has been successfully installed" "$TITLE" +POL_SetupWindow_Close +exit \ No newline at end of file New source code#!/bin/bash # Date : (2016-03-15) # Last revision : (2016-03-15) # Wine version used : 1.9.4 # Distribution used to test : Mac OS X El Capitan 10.11.1, Linux Mint Rosa 17.3 # Author : Sedy # License : GNU/GPL v3 [ "$PLAYONLINUX" = "" ] && exit 1 source "$PLAYONLINUX/lib/sources" TITLE="NoScrubs Iris Online" PREFIX="Noscrubs" EDITOR="Noscrubs" GAME_URL="http://noscrubs.net" AUTHOR="Sedy" # Starting the script POL_GetSetupImages "http://noscrubs.net/downloads/top.jpg" "http://noscrubs.net/downloads/left.jpg" "$TITLE" POL_SetupWindow_Init # Starting debugging API POL_Debug_Init POL_SetupWindow_presentation "$TITLE" "$EDITOR" "$GAME_URL" "$AUTHOR" "$PREFIX" [ "$POL_LANG" = "en" ] && link="http://noscrubs.net/iris/download-game" # Setting Wine Version WORKING_WINE_VERSION="1.9.4" # Setting prefix path POL_Wine_SelectPrefix "$PREFIX" # Downloading wine if necessary and creating prefix POL_System_SetArch "x86" POL_Wine_PrefixCreate "$WORKING_WINE_VERSION" Set_OS "winxp" if [ "$POL_SELECTED_FILE" = "" ] then POL_Browser "$link" POL_SetupWindow_message "The $TITLE setup file is needed to continue....\n\nDownload it from here:\n\n$link" "$TITLE" POL_SetupWindow_browse "Where is the installation file of $TITLE?" "$TITLE" CHEMIN="$APP_ANSWER" else CHEMIN="$POL_SELECTED_FILE" fi POL_SetupWindow_wait "Installing $TITLE" "$TITLE" POL_Wine "$CHEMIN" POL_Wine_WaitExit "$TITLE" --allow-kill # Making shortcut POL_Shortcut "IrisLauncher.exe" "$TITLE" "$TITLE.png" "" "Game;" POL_SetupWindow_message "$TITLE has been successfully installed" "$TITLE" POL_SetupWindow_Close exit Antwoorden |
sedy | Woensdag 16 Maart 2016 om 4:40 |
sedy
![]()
|
|
sedy | Woensdag 16 Maart 2016 om 4:13 |
sedy
![]()
|
WarningThis update has not been approved yet by the team. BerichtTested and working on Mac OS X El Capitan 10.11.1 and Linux Mint 17.3 Differences@@ -0,0 +1,63 @@ +#!/bin/bash +# Date : (2016-03-15) +# Last revision : (2016-03-15) +# Wine version used : 1.9.4 +# Distribution used to test : Mac OS X El Capitan 10.11.1, Linux Mint Rosa 17.3 +# Author : Sedy +# License : GNU/GPL v3 + +[ "$PLAYONLINUX" = "" ] && exit 1 +source "$PLAYONLINUX/lib/sources" + +TITLE="NoScrubs Iris Online" +PREFIX="Noscrubs" +EDITOR="Noscrubs" +GAME_URL="http://noscrubs.net" +AUTHOR="Sedy" + + +# Starting the script +POL_GetSetupImages "http://noscrubs.net/downloads/top.jpg" "http://noscrubs.net/downloads/left.jpg" "$TITLE" + +POL_SetupWindow_Init + +# Starting debugging API +POL_Debug_Init + +POL_SetupWindow_presentation "$TITLE" "$EDITOR" "$GAME_URL" "$AUTHOR" "$PREFIX" + +[ "$POL_LANG" = "en" ] && link="http://noscrubs.net/iris/download-game" + + +# Setting Wine Version +WORKING_WINE_VERSION="1.9.4" + +# Setting prefix path +POL_Wine_SelectPrefix "$PREFIX" + +# Downloading wine if necessary and creating prefix +POL_System_SetArch "x86" +POL_Wine_PrefixCreate "$WORKING_WINE_VERSION" + +Set_OS "winxp" + +if [ "$POL_SELECTED_FILE" = "" ] +then +POL_SetupWindow_message "The $TITLE setup file is needed to continue....\n\nDownload it from here:\n\n$link" "$TITLE" +POL_Browser "$link" +POL_SetupWindow_browse "Where is the installation file of $TITLE?" "$TITLE" +CHEMIN="$APP_ANSWER" +else +CHEMIN="$POL_SELECTED_FILE" +fi +POL_SetupWindow_wait "Installing $TITLE" "$TITLE" + +POL_Wine "$CHEMIN" +POL_Wine_WaitExit "$TITLE" --allow-kill + +# Making shortcut +POL_Shortcut "IrisLauncher.exe" "$TITLE" "$TITLE.png" "" "Game;" + +POL_SetupWindow_message "$TITLE has been successfully installed" "$TITLE" +POL_SetupWindow_Close +exit \ No newline at end of file New source code#!/bin/bash # Date : (2016-03-15) # Last revision : (2016-03-15) # Wine version used : 1.9.4 # Distribution used to test : Mac OS X El Capitan 10.11.1, Linux Mint Rosa 17.3 # Author : Sedy # License : GNU/GPL v3 [ "$PLAYONLINUX" = "" ] && exit 1 source "$PLAYONLINUX/lib/sources" TITLE="NoScrubs Iris Online" PREFIX="Noscrubs" EDITOR="Noscrubs" GAME_URL="http://noscrubs.net" AUTHOR="Sedy" # Starting the script POL_GetSetupImages "http://noscrubs.net/downloads/top.jpg" "http://noscrubs.net/downloads/left.jpg" "$TITLE" POL_SetupWindow_Init # Starting debugging API POL_Debug_Init POL_SetupWindow_presentation "$TITLE" "$EDITOR" "$GAME_URL" "$AUTHOR" "$PREFIX" [ "$POL_LANG" = "en" ] && link="http://noscrubs.net/iris/download-game" # Setting Wine Version WORKING_WINE_VERSION="1.9.4" # Setting prefix path POL_Wine_SelectPrefix "$PREFIX" # Downloading wine if necessary and creating prefix POL_System_SetArch "x86" POL_Wine_PrefixCreate "$WORKING_WINE_VERSION" Set_OS "winxp" if [ "$POL_SELECTED_FILE" = "" ] then POL_SetupWindow_message "The $TITLE setup file is needed to continue....\n\nDownload it from here:\n\n$link" "$TITLE" POL_Browser "$link" POL_SetupWindow_browse "Where is the installation file of $TITLE?" "$TITLE" CHEMIN="$APP_ANSWER" else CHEMIN="$POL_SELECTED_FILE" fi POL_SetupWindow_wait "Installing $TITLE" "$TITLE" POL_Wine "$CHEMIN" POL_Wine_WaitExit "$TITLE" --allow-kill # Making shortcut POL_Shortcut "IrisLauncher.exe" "$TITLE" "$TITLE.png" "" "Game;" POL_SetupWindow_message "$TITLE has been successfully installed" "$TITLE" POL_SetupWindow_Close exit AntwoordenWoensdag 30 Maart 2016 om 1:23
|
This site allows content generated by members, and we promptly remove any content that infringes copyright according to our Terms of Service. To report copyright infringement, please send a notice to dmca-notice@playonlinux.com