GOG.com - Assassin's Creed

Informations

Creator Message
rvanlaar Anonymous

Warning

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

Informations

Platforms:
Downloads: 6059
Wine: 3.0.3

Feedbacks

Description

Assassin’s Creed® is a game that redefined the action-adventure genre. With photo-realistic graphics, an advanced physics model, and a nearly fanatical attention to detail, this title was able to begin a new chapter in gaming history. However, the excellent technical aspects are only half of the reason why it became so popular; the other half is the story.

 

While you technically play the game as Desmond Miles, the main focus of the game takes place elsewhere. The year is 1191: Jerusalem, the middle of the Third Crusade. You are a member of a mysterious order of assassins where you have trained your whole life to do one thing and one thing only – to kill. The recently growing influence of the Order of the Knights Templar disturbs the delicate balance of power in the region and therefore directly threatens The Brotherhood. The clash of the two most powerful organizations in Jerusalem at the time has the most unexpected consequences and triggers devastating events that threaten the world itself, and you – Altaïr Ibn-La'Ahad – are in the middle of all this.

Source code

#!/bin/bash

# Date : (2015-10-02 14-00)
# Wine version used : 3.0.3
# Distribution used to test : Debian Testing x64
# Author : RvL & NSWL & GNU_Raziel
# Licence : Retail
# Only For : http://www.playonlinux.com
#
# CHANGELOG
# [RvL & NSWL & GNU_Raziel] (2015-10-02 14-00)
#   Initial script.
# [Dadu042] (2020-01-19 22:50)
#   Wine 1.7.45 -> 3.0.3
 
[ "$PLAYONLINUX" = "" ] && exit 0
source "$PLAYONLINUX/lib/sources"

TITLE="Assassin's Creed"
PREFIX="AssassinsCreed_gog"
GOGID="assassins_creed_directors_cut"
WORKING_WINE_VERSION="3.0.3"
GAME_VMS="256"

# Starting the script
POL_SetupWindow_Init

# Starting debugging API
POL_Debug_Init

POL_SetupWindow_presentation "$TITLE" "Ubisoft" "http://assassinscreed.uk.ubi.com" "RvL & NSLW & GNU_Raziel" "$PREFIX"

# Setting prefix path
POL_Wine_SelectPrefix "$PREFIX"

# Downloading wine if necessary and creating prefix
POL_System_SetArch "auto"
POL_Wine_PrefixCreate "$WORKING_WINE_VERSION"

POL_Call POL_Install_dxfullsetup

POL_Call POL_GoG_setup "$GOGID" "1ab20046e23e509206c950bc2fc2c7b5" "b3545ba5b5ea455d489541d84e9607f3" "4fcb30b467540d0b0a2a088d4c44613c"
POL_Call POL_GoG_install

# Asking about memory size of graphic card
POL_SetupWindow_VMS $GAME_VMS

## Fix for this game
POL_Wine_Direct3D "DirectDrawRenderer" "opengl"

# Set Graphic Card informations keys for wine
POL_Wine_SetVideoDriver

# Sound problem fix - pulseaudio related
[ "$POL_OS" = "Linux" ] && Set_SoundDriver "alsa"
[ "$POL_OS" = "Linux" ] && Set_SoundEmulDriver "Y"
## End Fix

# Making shortcut
POL_Shortcut "AssassinsCreed_Dx9.exe" "$TITLE" "" "" "Game;"

POL_SetupWindow_Close
exit 0

Contributions

Filters:

Contribute
Member Message
Dadu042 Monday 20 January 2020 at 22:55
Dadu042

Information

This update has been approved by the team.

Differences

@@ -1,19 +1,25 @@
 #!/bin/bash
 
 # Date : (2015-10-02 14-00)
-# Wine version used : 1.7.45
+# Wine version used : 3.0.3
 # Distribution used to test : Debian Testing x64
 # Author : RvL & NSWL & GNU_Raziel
 # Licence : Retail
 # Only For : http://www.playonlinux.com
-
+#
+# CHANGELOG
+# [RvL & NSWL & GNU_Raziel] (2015-10-02 14-00)
+#   Initial script.
+# [Dadu042] (2020-01-19 22:50)
+#   Wine 1.7.45 -> 3.0.3
+ 
 [ "$PLAYONLINUX" = "" ] && exit 0
 source "$PLAYONLINUX/lib/sources"
 
 TITLE="Assassin's Creed"
 PREFIX="AssassinsCreed_gog"
 GOGID="assassins_creed_directors_cut"
-WORKING_WINE_VERSION="1.7.45"
+WORKING_WINE_VERSION="3.0.3"
 GAME_VMS="256"
 
 # Starting the script
@@ -51,7 +57,7 @@
 ## End Fix
 
 # Making shortcut
-POL_Shortcut "AssassinsCreed_Dx9.exe" "$TITLE"
+POL_Shortcut "AssassinsCreed_Dx9.exe" "$TITLE" "" "" "Game;"
 
 POL_SetupWindow_Close
 exit 0
\ No newline at end of file

New source code

#!/bin/bash

# Date : (2015-10-02 14-00)
# Wine version used : 3.0.3
# Distribution used to test : Debian Testing x64
# Author : RvL & NSWL & GNU_Raziel
# Licence : Retail
# Only For : http://www.playonlinux.com
#
# CHANGELOG
# [RvL & NSWL & GNU_Raziel] (2015-10-02 14-00)
#   Initial script.
# [Dadu042] (2020-01-19 22:50)
#   Wine 1.7.45 -> 3.0.3
 
[ "$PLAYONLINUX" = "" ] && exit 0
source "$PLAYONLINUX/lib/sources"

TITLE="Assassin's Creed"
PREFIX="AssassinsCreed_gog"
GOGID="assassins_creed_directors_cut"
WORKING_WINE_VERSION="3.0.3"
GAME_VMS="256"

# Starting the script
POL_SetupWindow_Init

# Starting debugging API
POL_Debug_Init

POL_SetupWindow_presentation "$TITLE" "Ubisoft" "http://assassinscreed.uk.ubi.com" "RvL & NSLW & GNU_Raziel" "$PREFIX"

# Setting prefix path
POL_Wine_SelectPrefix "$PREFIX"

# Downloading wine if necessary and creating prefix
POL_System_SetArch "auto"
POL_Wine_PrefixCreate "$WORKING_WINE_VERSION"

POL_Call POL_Install_dxfullsetup

POL_Call POL_GoG_setup "$GOGID" "1ab20046e23e509206c950bc2fc2c7b5" "b3545ba5b5ea455d489541d84e9607f3" "4fcb30b467540d0b0a2a088d4c44613c"
POL_Call POL_GoG_install

# Asking about memory size of graphic card
POL_SetupWindow_VMS $GAME_VMS

## Fix for this game
POL_Wine_Direct3D "DirectDrawRenderer" "opengl"

# Set Graphic Card informations keys for wine
POL_Wine_SetVideoDriver

# Sound problem fix - pulseaudio related
[ "$POL_OS" = "Linux" ] && Set_SoundDriver "alsa"
[ "$POL_OS" = "Linux" ] && Set_SoundEmulDriver "Y"
## End Fix

# Making shortcut
POL_Shortcut "AssassinsCreed_Dx9.exe" "$TITLE" "" "" "Game;"

POL_SetupWindow_Close
exit 0

Replies

rvanlaar Friday 2 October 2015 at 15:09
rvanlaar Anonymous

Warning

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

Message

Adding the source code.

Differences

@@ -0,0 +1,57 @@
+#!/bin/bash
+
+# Date : (2015-10-02 14-00)
+# Wine version used : 1.7.45
+# Distribution used to test : Debian Testing x64
+# Author : RvL & NSWL & GNU_Raziel
+# Licence : Retail
+# Only For : http://www.playonlinux.com
+
+[ "$PLAYONLINUX" = "" ] && exit 0
+source "$PLAYONLINUX/lib/sources"
+
+TITLE="Assassin's Creed"
+PREFIX="AssassinsCreed_gog"
+GOGID="assassins_creed_directors_cut"
+WORKING_WINE_VERSION="1.7.45"
+GAME_VMS="256"
+
+# Starting the script
+POL_SetupWindow_Init
+
+# Starting debugging API
+POL_Debug_Init
+
+POL_SetupWindow_presentation "$TITLE" "Ubisoft" "http://assassinscreed.uk.ubi.com" "RvL & NSLW & GNU_Raziel" "$PREFIX"
+
+# Setting prefix path
+POL_Wine_SelectPrefix "$PREFIX"
+
+# Downloading wine if necessary and creating prefix
+POL_System_SetArch "auto"
+POL_Wine_PrefixCreate "$WORKING_WINE_VERSION"
+
+POL_Call POL_Install_dxfullsetup
+
+POL_Call POL_GoG_setup "$GOGID" "1ab20046e23e509206c950bc2fc2c7b5" "b3545ba5b5ea455d489541d84e9607f3" "4fcb30b467540d0b0a2a088d4c44613c"
+POL_Call POL_GoG_install
+
+# Asking about memory size of graphic card
+POL_SetupWindow_VMS $GAME_VMS
+
+## Fix for this game
+POL_Wine_Direct3D "DirectDrawRenderer" "opengl"
+
+# Set Graphic Card informations keys for wine
+POL_Wine_SetVideoDriver
+
+# Sound problem fix - pulseaudio related
+[ "$POL_OS" = "Linux" ] && Set_SoundDriver "alsa"
+[ "$POL_OS" = "Linux" ] && Set_SoundEmulDriver "Y"
+## End Fix
+
+# Making shortcut
+POL_Shortcut "AssassinsCreed_Dx9.exe" "$TITLE"
+
+POL_SetupWindow_Close
+exit 0
\ No newline at end of file

New source code

#!/bin/bash

# Date : (2015-10-02 14-00)
# Wine version used : 1.7.45
# Distribution used to test : Debian Testing x64
# Author : RvL & NSWL & GNU_Raziel
# Licence : Retail
# Only For : http://www.playonlinux.com

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

TITLE="Assassin's Creed"
PREFIX="AssassinsCreed_gog"
GOGID="assassins_creed_directors_cut"
WORKING_WINE_VERSION="1.7.45"
GAME_VMS="256"

# Starting the script
POL_SetupWindow_Init

# Starting debugging API
POL_Debug_Init

POL_SetupWindow_presentation "$TITLE" "Ubisoft" "http://assassinscreed.uk.ubi.com" "RvL & NSLW & GNU_Raziel" "$PREFIX"

# Setting prefix path
POL_Wine_SelectPrefix "$PREFIX"

# Downloading wine if necessary and creating prefix
POL_System_SetArch "auto"
POL_Wine_PrefixCreate "$WORKING_WINE_VERSION"

POL_Call POL_Install_dxfullsetup

POL_Call POL_GoG_setup "$GOGID" "1ab20046e23e509206c950bc2fc2c7b5" "b3545ba5b5ea455d489541d84e9607f3" "4fcb30b467540d0b0a2a088d4c44613c"
POL_Call POL_GoG_install

# Asking about memory size of graphic card
POL_SetupWindow_VMS $GAME_VMS

## Fix for this game
POL_Wine_Direct3D "DirectDrawRenderer" "opengl"

# Set Graphic Card informations keys for wine
POL_Wine_SetVideoDriver

# Sound problem fix - pulseaudio related
[ "$POL_OS" = "Linux" ] && Set_SoundDriver "alsa"
[ "$POL_OS" = "Linux" ] && Set_SoundEmulDriver "Y"
## End Fix

# Making shortcut
POL_Shortcut "AssassinsCreed_Dx9.exe" "$TITLE"

POL_SetupWindow_Close
exit 0

Replies

Friday 2 October 2015 at 17:59
POL_Wine_Direct3D "DirectDrawRenderer" "opengl"
Does it really make a difference? I thought it was the default for a very long time already...
Anonymous
Friday 2 October 2015 at 18:14
It's copy paste from this script: https://www.playonlinux.com/en/app-421-Assassins_Creed.html Haven't tested it without it.