GOG.com - POD Gold
Informations
Creator | Message |
---|---|
med_freeman
|
InformationThis installer has been approved by the team. InformationsPlatforms: Feedbacks1 0 DescriptionEnglish: Français : Source code#!/bin/bash # Date created: (2014-10-08 23:39) # Date updated: (2015-05-20 17:48) # Wine version used : 1.7.43 # Distribution used to test : Ubuntu 14.04 Trusty x64 + Debian 7.0 Wheezy x64 # Author : med_freeman # Licence : Retail # Requires : Lame # Only For : http://www.playonlinux.com [ "$PLAYONLINUX" = "" ] && exit 0 source "$PLAYONLINUX/lib/sources" TITLE="GOG.com - POD Gold" PREFIX="PodGold_gog" GOGID="pod_gold" EDITOR="Ubisoft" GAME_URL="http://www.gog.com/game/pod_gold" AUTHOR="med_freeman" WINE_VERSION="1.7.43" WINE_ARCH="x86" POL_GetSetupImages "http://files.playonlinux.com/resources/setups/$PREFIX/top.jpg" "http://files.playonlinux.com/resources/setups/$PREFIX/left.jpg" "$TITLE" POL_SetupWindow_Init POL_SetupWindow_SetID 2296 which lame || POL_Debug_Fatal "$(eval_gettext 'This install script requires lame')" POL_Debug_Init POL_SetupWindow_presentation "$TITLE" "$EDITOR" "$GAME_URL" "$AUTHOR" "$PREFIX" # Download / Select GOG setup POL_Call POL_GoG_setup "$GOGID" "3e1467e236870cb9ab5994dbaaa29b7d" POL_System_SetArch "$WINE_ARCH" POL_System_TmpCreate "$PREFIX" POL_Wine_SelectPrefix "$PREFIX" POL_Wine_PrefixCreate "$WINE_VERSION" # Install GOG setup POL_Call POL_GoG_install GAMEDIR="$GOGROOT/POD GOLD" # Needed for video sed -i '/[drivers32]/a vidc.IV41=ir41_32.dll' $WINEPREFIX/drive_c/windows/system.ini # Needed for music lame --decode "$GAMEDIR/Track02.mp3" # Install nGlide wrapper cd "$POL_System_TmpDir" NGLIDE_EXE="nGlide104_setup.exe" POL_Download "http://www.zeus-software.com/files/nglide/$NGLIDE_EXE" "4bcc72be562ad034e5a3690e153ca065" POL_Wine start /unix "$NGLIDE_EXE" POL_Wine_WaitExit "$TITLE" # Install PodHacks cd "$GAMEDIR" PODHACKS_EXE="PodHacks.exe" POL_Download "http://svn.nicode.net/podhacks/bin/$PODHACKS_EXE?revision=75" "e7b0e67b2540b69082be015b012d55ed" mv "$PODHACKS_EXE?revision=75" $PODHACKS_EXE POL_Wine_WaitBefore "$TITLE" POL_Wine "$PODHACKS_EXE" "--install" # Move gog glide 2x so the game can work with nglide mv glide2x.dll glide2x_gog.dll # Shortcuts SHORTCUT="POD Gold" POL_Shortcut "PODX3Dfx.exe" "$SHORTCUT" "" "" "Game;RacingGame;" POL_Shortcut "nglide_config.exe" "$SHORTCUT - Graphic settings" POL_Shortcut_Document "$SHORTCUT" "$GAMEDIR/manual.pdf" POL_System_TmpDelete POL_SetupWindow_Close exit 0 |
Contributions
Filters:
ContributeMember | Message |
med_freeman | Wednesday 20 May 2015 at 18:12 |
med_freeman
|
InformationThis update has been approved by the team. Differences@@ -0,0 +1,76 @@ +#!/bin/bash +# Date created: (2014-10-08 23:39) +# Date updated: (2015-05-20 17:48) +# Wine version used : 1.7.43 +# Distribution used to test : Ubuntu 14.04 Trusty x64 + Debian 7.0 Wheezy x64 +# Author : med_freeman +# Licence : Retail +# Requires : Lame +# Only For : http://www.playonlinux.com + +[ "$PLAYONLINUX" = "" ] && exit 0 +source "$PLAYONLINUX/lib/sources" + +TITLE="GOG.com - POD Gold" +PREFIX="PodGold_gog" +GOGID="pod_gold" +EDITOR="Ubisoft" +GAME_URL="http://www.gog.com/game/pod_gold" +AUTHOR="med_freeman" +WINE_VERSION="1.7.43" +WINE_ARCH="x86" + +POL_GetSetupImages "http://files.playonlinux.com/resources/setups/$PREFIX/top.jpg" "http://files.playonlinux.com/resources/setups/$PREFIX/left.jpg" "$TITLE" +POL_SetupWindow_Init +POL_SetupWindow_SetID 2296 + +which lame || POL_Debug_Fatal "$(eval_gettext 'This install script requires lame')" +POL_Debug_Init + +POL_SetupWindow_presentation "$TITLE" "$EDITOR" "$GAME_URL" "$AUTHOR" "$PREFIX" + +# Download / Select GOG setup +POL_Call POL_GoG_setup "$GOGID" "3e1467e236870cb9ab5994dbaaa29b7d" + +POL_System_SetArch "$WINE_ARCH" +POL_System_TmpCreate "$PREFIX" +POL_Wine_SelectPrefix "$PREFIX" +POL_Wine_PrefixCreate "$WINE_VERSION" + +# Install GOG setup +POL_Call POL_GoG_install + +GAMEDIR="$GOGROOT/POD GOLD" + +# Needed for video +sed -i '/[drivers32]/a vidc.IV41=ir41_32.dll' $WINEPREFIX/drive_c/windows/system.ini +# Needed for music +lame --decode "$GAMEDIR/Track02.mp3" + +# Install nGlide wrapper +cd "$POL_System_TmpDir" +NGLIDE_EXE="nGlide104_setup.exe" +POL_Download "http://www.zeus-software.com/files/nglide/$NGLIDE_EXE" "4bcc72be562ad034e5a3690e153ca065" +POL_Wine start /unix "$NGLIDE_EXE" +POL_Wine_WaitExit "$TITLE" + +# Install PodHacks +cd "$GAMEDIR" +PODHACKS_EXE="PodHacks.exe" +POL_Download "http://svn.nicode.net/podhacks/bin/$PODHACKS_EXE?revision=75" "e7b0e67b2540b69082be015b012d55ed" +mv "$PODHACKS_EXE?revision=75" $PODHACKS_EXE +POL_Wine_WaitBefore "$TITLE" +POL_Wine "$PODHACKS_EXE" "--install" + +# Move gog glide 2x so the game can work with nglide +mv glide2x.dll glide2x_gog.dll + +# Shortcuts +SHORTCUT="POD Gold" +POL_Shortcut "PODX3Dfx.exe" "$SHORTCUT" "" "" "Game;RacingGame;" +POL_Shortcut "nglide_config.exe" "$SHORTCUT - Graphic settings" +POL_Shortcut_Document "$SHORTCUT" "$GAMEDIR/manual.pdf" + +POL_System_TmpDelete +POL_SetupWindow_Close +exit 0 New source code#!/bin/bash # Date created: (2014-10-08 23:39) # Date updated: (2015-05-20 17:48) # Wine version used : 1.7.43 # Distribution used to test : Ubuntu 14.04 Trusty x64 + Debian 7.0 Wheezy x64 # Author : med_freeman # Licence : Retail # Requires : Lame # Only For : http://www.playonlinux.com [ "$PLAYONLINUX" = "" ] && exit 0 source "$PLAYONLINUX/lib/sources" TITLE="GOG.com - POD Gold" PREFIX="PodGold_gog" GOGID="pod_gold" EDITOR="Ubisoft" GAME_URL="http://www.gog.com/game/pod_gold" AUTHOR="med_freeman" WINE_VERSION="1.7.43" WINE_ARCH="x86" POL_GetSetupImages "http://files.playonlinux.com/resources/setups/$PREFIX/top.jpg" "http://files.playonlinux.com/resources/setups/$PREFIX/left.jpg" "$TITLE" POL_SetupWindow_Init POL_SetupWindow_SetID 2296 which lame || POL_Debug_Fatal "$(eval_gettext 'This install script requires lame')" POL_Debug_Init POL_SetupWindow_presentation "$TITLE" "$EDITOR" "$GAME_URL" "$AUTHOR" "$PREFIX" # Download / Select GOG setup POL_Call POL_GoG_setup "$GOGID" "3e1467e236870cb9ab5994dbaaa29b7d" POL_System_SetArch "$WINE_ARCH" POL_System_TmpCreate "$PREFIX" POL_Wine_SelectPrefix "$PREFIX" POL_Wine_PrefixCreate "$WINE_VERSION" # Install GOG setup POL_Call POL_GoG_install GAMEDIR="$GOGROOT/POD GOLD" # Needed for video sed -i '/[drivers32]/a vidc.IV41=ir41_32.dll' $WINEPREFIX/drive_c/windows/system.ini # Needed for music lame --decode "$GAMEDIR/Track02.mp3" # Install nGlide wrapper cd "$POL_System_TmpDir" NGLIDE_EXE="nGlide104_setup.exe" POL_Download "http://www.zeus-software.com/files/nglide/$NGLIDE_EXE" "4bcc72be562ad034e5a3690e153ca065" POL_Wine start /unix "$NGLIDE_EXE" POL_Wine_WaitExit "$TITLE" # Install PodHacks cd "$GAMEDIR" PODHACKS_EXE="PodHacks.exe" POL_Download "http://svn.nicode.net/podhacks/bin/$PODHACKS_EXE?revision=75" "e7b0e67b2540b69082be015b012d55ed" mv "$PODHACKS_EXE?revision=75" $PODHACKS_EXE POL_Wine_WaitBefore "$TITLE" POL_Wine "$PODHACKS_EXE" "--install" # Move gog glide 2x so the game can work with nglide mv glide2x.dll glide2x_gog.dll # Shortcuts SHORTCUT="POD Gold" POL_Shortcut "PODX3Dfx.exe" "$SHORTCUT" "" "" "Game;RacingGame;" POL_Shortcut "nglide_config.exe" "$SHORTCUT - Graphic settings" POL_Shortcut_Document "$SHORTCUT" "$GAMEDIR/manual.pdf" POL_System_TmpDelete POL_SetupWindow_Close exit 0 RepliesWednesday 20 May 2015 at 18:13
Wednesday 20 May 2015 at 20:05
Wednesday 20 May 2015 at 20:05
Wednesday 20 May 2015 at 20:05
Wednesday 20 May 2015 at 20:28
Wednesday 20 May 2015 at 23:01
Saturday 2 January 2016 at 12:49
Saturday 2 January 2016 at 12:51
Saturday 2 January 2016 at 14:42
|
med_freeman | Saturday 22 November 2014 at 19:41 |
med_freeman
|
WarningThis update has not been approved yet by the team. Differences@@ -0,0 +1,77 @@ +#!/bin/bash +# Date created: (2014-10-08 23:39) +# Date updated: (2014-11-22 19:39) +# Wine version used : 1.7.31 +# Distribution used to test : Ubuntu 14.04 Trusty x64 + Debian 7.0 Wheezy x64 +# Author : med_freeman +# Licence : Retail +# Requires : Lame +# Only For : http://www.playonlinux.com + +[ "$PLAYONLINUX" = "" ] && exit 0 +source "$PLAYONLINUX/lib/sources" + +TITLE="GOG.com - POD Gold" +PREFIX="PodGold_gog" +GOGID="pod_gold" +EDITOR="Ubisoft" +GAME_URL="http://www.ubi.com" +AUTHOR="med_freeman" +WINE_VERSION="1.7.31" +WINE_ARCH="x86" + +POL_GetSetupImages "http://files.playonlinux.com/resources/setups/$PREFIX/top.jpg" "http://files.playonlinux.com/resources/setups/$PREFIX/left.jpg" "$TITLE" +POL_SetupWindow_Init +POL_SetupWindow_SetID 2296 + +POL_Debug_Init + +POL_SetupWindow_presentation "$TITLE" "$EDITOR" "$GAME_URL" "$AUTHOR" "$PREFIX" + +# Download / Select GOG setup +POL_Call POL_GoG_setup "$GOGID" "3e1467e236870cb9ab5994dbaaa29b7d" + +POL_System_SetArch "$WINE_ARCH" +POL_System_TmpCreate "$PREFIX" +POL_Wine_SelectPrefix "$PREFIX" +POL_Wine_PrefixCreate "$WINE_VERSION" + +# Install GOG setup +POL_Call POL_GoG_install + +GAMEDIR="$GOGROOT/POD GOLD" + +# Needed for video +sed -i '/[drivers32]/a vidc.IV41=ir41_32.dll' $WINEPREFIX/drive_c/windows/system.ini +# Needed for music +lame --decode "$GAMEDIR/Track02.mp3" + +POL_SetupWindow_message "$(eval_gettext 'Setup will now install nGlide and Podhacks, allowing the game to exit properly, providing graphics improvements and compatibility fixes.')" "$TITLE" + +# Install nGlide wrapper +cd "$POL_System_TmpDir" +NGLIDE_EXE="nGlide103_setup.exe" +POL_Download "http://www.zeus-software.com/files/nglide/$NGLIDE_EXE" "938182d383c08e5caaf9a83de13b1f2a" +POL_Wine start /unix "$NGLIDE_EXE" +POL_Wine_WaitExit "$TITLE" + +# Install PodHacks +cd "$GAMEDIR" +PODHACKS_EXE="PodHacks.exe" +POL_Download "http://svn.nicode.net/podhacks/bin/$PODHACKS_EXE?revision=75" "e7b0e67b2540b69082be015b012d55ed" +mv "$PODHACKS_EXE?revision=75" $PODHACKS_EXE +POL_Wine_WaitBefore "$TITLE" +POL_Wine start "$PODHACKS_EXE --install" + +# Move gog glide 2x so the game can work with nglide +mv glide2x.dll glide2x_gog.dll + +# Shortcuts +SHORTCUT="POD Gold" +POL_Shortcut "PODX3Dfx.exe" "$SHORTCUT" "" "" "Game;RacingGame;" +POL_Shortcut "nglide_config.exe" "$SHORTCUT - Graphic settings" +POL_Shortcut_Document "$SHORTCUT" "$GAMEDIR/manual.pdf" + +POL_System_TmpDelete +POL_SetupWindow_Close +exit 0 New source code#!/bin/bash # Date created: (2014-10-08 23:39) # Date updated: (2014-11-22 19:39) # Wine version used : 1.7.31 # Distribution used to test : Ubuntu 14.04 Trusty x64 + Debian 7.0 Wheezy x64 # Author : med_freeman # Licence : Retail # Requires : Lame # Only For : http://www.playonlinux.com [ "$PLAYONLINUX" = "" ] && exit 0 source "$PLAYONLINUX/lib/sources" TITLE="GOG.com - POD Gold" PREFIX="PodGold_gog" GOGID="pod_gold" EDITOR="Ubisoft" GAME_URL="http://www.ubi.com" AUTHOR="med_freeman" WINE_VERSION="1.7.31" WINE_ARCH="x86" POL_GetSetupImages "http://files.playonlinux.com/resources/setups/$PREFIX/top.jpg" "http://files.playonlinux.com/resources/setups/$PREFIX/left.jpg" "$TITLE" POL_SetupWindow_Init POL_SetupWindow_SetID 2296 POL_Debug_Init POL_SetupWindow_presentation "$TITLE" "$EDITOR" "$GAME_URL" "$AUTHOR" "$PREFIX" # Download / Select GOG setup POL_Call POL_GoG_setup "$GOGID" "3e1467e236870cb9ab5994dbaaa29b7d" POL_System_SetArch "$WINE_ARCH" POL_System_TmpCreate "$PREFIX" POL_Wine_SelectPrefix "$PREFIX" POL_Wine_PrefixCreate "$WINE_VERSION" # Install GOG setup POL_Call POL_GoG_install GAMEDIR="$GOGROOT/POD GOLD" # Needed for video sed -i '/[drivers32]/a vidc.IV41=ir41_32.dll' $WINEPREFIX/drive_c/windows/system.ini # Needed for music lame --decode "$GAMEDIR/Track02.mp3" POL_SetupWindow_message "$(eval_gettext 'Setup will now install nGlide and Podhacks, allowing the game to exit properly, providing graphics improvements and compatibility fixes.')" "$TITLE" # Install nGlide wrapper cd "$POL_System_TmpDir" NGLIDE_EXE="nGlide103_setup.exe" POL_Download "http://www.zeus-software.com/files/nglide/$NGLIDE_EXE" "938182d383c08e5caaf9a83de13b1f2a" POL_Wine start /unix "$NGLIDE_EXE" POL_Wine_WaitExit "$TITLE" # Install PodHacks cd "$GAMEDIR" PODHACKS_EXE="PodHacks.exe" POL_Download "http://svn.nicode.net/podhacks/bin/$PODHACKS_EXE?revision=75" "e7b0e67b2540b69082be015b012d55ed" mv "$PODHACKS_EXE?revision=75" $PODHACKS_EXE POL_Wine_WaitBefore "$TITLE" POL_Wine start "$PODHACKS_EXE --install" # Move gog glide 2x so the game can work with nglide mv glide2x.dll glide2x_gog.dll # Shortcuts SHORTCUT="POD Gold" POL_Shortcut "PODX3Dfx.exe" "$SHORTCUT" "" "" "Game;RacingGame;" POL_Shortcut "nglide_config.exe" "$SHORTCUT - Graphic settings" POL_Shortcut_Document "$SHORTCUT" "$GAMEDIR/manual.pdf" POL_System_TmpDelete POL_SetupWindow_Close exit 0 RepliesSaturday 22 November 2014 at 19:41
Saturday 22 November 2014 at 19:46
Saturday 22 November 2014 at 19:47
Saturday 22 November 2014 at 19:48
Saturday 22 November 2014 at 19:49
Saturday 22 November 2014 at 19:49
Saturday 22 November 2014 at 19:49
Monday 24 November 2014 at 19:13
Monday 24 November 2014 at 19:16
|
med_freeman | Thursday 9 October 2014 at 1:29 |
med_freeman
|
WarningThis update has not been approved yet by the team. Differences@@ -0,0 +1,77 @@ +#!/bin/bash +# Date : (2014-10-08 23:39) +# Date : (2014-10-08 00:36) +# Wine version used : 1.7.28 +# Distribution used to test : Ubuntu 14.04 Trusty x64 + Debian 7.0 Wheezy x64 +# Author : med_freeman +# Licence : Retail +# Requires : Lame +# Only For : http://www.playonlinux.com + +[ "$PLAYONLINUX" = "" ] && exit 0 +source "$PLAYONLINUX/lib/sources" + +TITLE="GOG.com - POD Gold" +PREFIX="PodGold_gog" +GOGID="pod_gold" +EDITOR="Ubisoft" +GAME_URL="http://www.ubi.com" +AUTHOR="med_freeman" +WINE_VERSION="1.7.28" +WINE_ARCH="x86" + +POL_GetSetupImages "http://files.playonlinux.com/resources/setups/$PREFIX/top.jpg" "http://files.playonlinux.com/resources/setups/$PREFIX/left.jpg" "$TITLE" +POL_SetupWindow_Init +POL_SetupWindow_SetID 2293 + +POL_Debug_Init + +POL_SetupWindow_presentation "$TITLE" "$EDITOR" "$GAME_URL" "$AUTHOR" "$PREFIX" + +# Download / Select GOG setup +POL_Call POL_GoG_setup "$GOGID" "3e1467e236870cb9ab5994dbaaa29b7d" + +POL_System_SetArch "$WINE_ARCH" +POL_System_TmpCreate "$PREFIX" +POL_Wine_SelectPrefix "$PREFIX" +POL_Wine_PrefixCreate "$WINE_VERSION" + +# Install GOG setup +POL_Call POL_GoG_install + +GAMEDIR="$GOGROOT/POD GOLD" + +# Needed for video +sed -i '/[drivers32]/a vidc.IV41=ir41_32.dll' $WINEPREFIX/drive_c/windows/system.ini +# Needed for music +lame --decode "$GAMEDIR/Track02.mp3" + +# Install nGlide wrapper +cd "$POL_System_TmpDir" +NGLIDE_EXE="nGlide103_setup.exe" +POL_Download "http://www.zeus-software.com/files/nglide/$NGLIDE_EXE" "938182d383c08e5caaf9a83de13b1f2a" +POL_Wine_WaitBefore "$TITLE" +POL_Wine start /unix "$NGLIDE_EXE" +POL_Wine_WaitExit "$TITLE" + +# Install PodHacks +cd "$GAMEDIR" +PODHACKS_EXE="PodHacks.exe" +POL_Download "http://svn.nicode.net/podhacks/bin/$PODHACKS_EXE?revision=75" "e7b0e67b2540b69082be015b012d55ed" +mv "$PODHACKS_EXE?revision=75" $PODHACKS_EXE +POL_Wine_WaitBefore "$TITLE" +POL_Wine start /unix "$PODHACKS_EXE --install" +POL_Wine_WaitExit "$TITLE" + +# Move gog glide 2x so the game can work with nglide +mv glide2x.dll glide2x_gog.dll + +# Shortcuts +SHORTCUT="POD Gold" +POL_Shortcut "PODX3Dfx.exe" "$SHORTCUT" "" "" "Game;RacingGame;" +POL_Shortcut "nglide_config.exe" "$SHORTCUT - Graphic settings" +POL_Shortcut_Document "$SHORTCUT" "$GAMEDIR/manual.pdf" + +POL_System_TmpDelete +POL_SetupWindow_Close +exit 0 New source code#!/bin/bash # Date : (2014-10-08 23:39) # Date : (2014-10-08 00:36) # Wine version used : 1.7.28 # Distribution used to test : Ubuntu 14.04 Trusty x64 + Debian 7.0 Wheezy x64 # Author : med_freeman # Licence : Retail # Requires : Lame # Only For : http://www.playonlinux.com [ "$PLAYONLINUX" = "" ] && exit 0 source "$PLAYONLINUX/lib/sources" TITLE="GOG.com - POD Gold" PREFIX="PodGold_gog" GOGID="pod_gold" EDITOR="Ubisoft" GAME_URL="http://www.ubi.com" AUTHOR="med_freeman" WINE_VERSION="1.7.28" WINE_ARCH="x86" POL_GetSetupImages "http://files.playonlinux.com/resources/setups/$PREFIX/top.jpg" "http://files.playonlinux.com/resources/setups/$PREFIX/left.jpg" "$TITLE" POL_SetupWindow_Init POL_SetupWindow_SetID 2293 POL_Debug_Init POL_SetupWindow_presentation "$TITLE" "$EDITOR" "$GAME_URL" "$AUTHOR" "$PREFIX" # Download / Select GOG setup POL_Call POL_GoG_setup "$GOGID" "3e1467e236870cb9ab5994dbaaa29b7d" POL_System_SetArch "$WINE_ARCH" POL_System_TmpCreate "$PREFIX" POL_Wine_SelectPrefix "$PREFIX" POL_Wine_PrefixCreate "$WINE_VERSION" # Install GOG setup POL_Call POL_GoG_install GAMEDIR="$GOGROOT/POD GOLD" # Needed for video sed -i '/[drivers32]/a vidc.IV41=ir41_32.dll' $WINEPREFIX/drive_c/windows/system.ini # Needed for music lame --decode "$GAMEDIR/Track02.mp3" # Install nGlide wrapper cd "$POL_System_TmpDir" NGLIDE_EXE="nGlide103_setup.exe" POL_Download "http://www.zeus-software.com/files/nglide/$NGLIDE_EXE" "938182d383c08e5caaf9a83de13b1f2a" POL_Wine_WaitBefore "$TITLE" POL_Wine start /unix "$NGLIDE_EXE" POL_Wine_WaitExit "$TITLE" # Install PodHacks cd "$GAMEDIR" PODHACKS_EXE="PodHacks.exe" POL_Download "http://svn.nicode.net/podhacks/bin/$PODHACKS_EXE?revision=75" "e7b0e67b2540b69082be015b012d55ed" mv "$PODHACKS_EXE?revision=75" $PODHACKS_EXE POL_Wine_WaitBefore "$TITLE" POL_Wine start /unix "$PODHACKS_EXE --install" POL_Wine_WaitExit "$TITLE" # Move gog glide 2x so the game can work with nglide mv glide2x.dll glide2x_gog.dll # Shortcuts SHORTCUT="POD Gold" POL_Shortcut "PODX3Dfx.exe" "$SHORTCUT" "" "" "Game;RacingGame;" POL_Shortcut "nglide_config.exe" "$SHORTCUT - Graphic settings" POL_Shortcut_Document "$SHORTCUT" "$GAMEDIR/manual.pdf" POL_System_TmpDelete POL_SetupWindow_Close exit 0 RepliesThursday 9 October 2014 at 1:30
Thursday 9 October 2014 at 1:30
Saturday 8 November 2014 at 18:55
Saturday 8 November 2014 at 20:24
Saturday 8 November 2014 at 21:11
Tuesday 11 November 2014 at 17:39
|
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