Max Payne

Informations

Creator Message
Berillions

Information

This installer has been approved by the team.

Informations

Platforms:
Downloads: 41544
Wine: System

Feedbacks

Description

French :
Max Payne, un honnête policier de New York, semble vivre le rêve américain : marié à une femme qu'il adore, Michelle, avec qui il vit dans une charmante maison de banlieue, il est également père de famille depuis peu. Mais le rêve bascule en cauchemar lorsqu'un soir, alors qu'il rentre chez lui, Max découvre des voyous dans sa demeure sous l'emprise d'une nouvelle drogue, la Valkyrie (surnommée la V). Les voyous sont abattus mais le drame est là : sa femme et son bébé viennent d'être violemment assassinés « le temps d'une minute new-yorkaise ».

S'enfonçant dans la dépression, Max Payne accepte de prendre une couverture dans le milieu mafieux que lui propose son ami Alex Bolder afin de démanteler le réseau de distribution de Valkyrie. Trois ans plus tard, alors qu'une tempête de neige d'une violence extrême immobilise New York, Max est toujours infiltré dans les pires familles mafieuses et n'a pas vraiment avancé mais son contact B.B. l'informe que son ami Alex a de nouvelles informations et l'attend dans le métro, station Rosco Street. Sur les lieux, Max se retrouve dans une fusillade sanglante qui ne se terminera que trois jours plus tard l'amenant à livrer seul une guerre contre le réseau mafieux et à trouver la vérité sur l'assassinat de sa famille.


English :
The game’s protagonist is Max Payne. His family was murdered by a group of drug addicts high on a new drug called Valkyr. He then switches from Homicide Detective to a DEA agent working to put the Punchinello family, who are responsible for the drug’s distribution, in prison. After he is framed for the murder of a friend in the DEA, he begins working to clear his name.

The game’s antagonist is Nicole Horne. She is the one who is responsible for Valkyr’s existence, as she led the government team that invented it. It is revealed late in the game that Angelo Punchinello, the head of the Punchinello family, is being controlled by Horne.

Another prominent character is Alfred Woden. The head of an Illuminati organization called the Inner Circle. He and the Inner Circle offer to clear Max’s name in exchange for the death of Horne. Mona Sax is the sister of Angelo Punchinello’s wife. Mona seeks to kill Angelo, and after his death, she joins with Horne. She finds herself unable to kill Max after Horne instructs her to do so.

Source code

#!/bin/bash
# Date: (2009-06-14 14-32)
# Last revision: (2009-09-11 08-30)
# Distribution used to test: Ubuntu Jaunty
# Wine version used: 1.1.22 
# Licence: Free
# Author: Berillions
 
#Vérifier que PlayOnLinux est bien exécuté avant
[ "$PLAYONLINUX" = "" ] && exit 0 
 
#Charger les librairies
source "$PLAYONLINUX/lib/sources"
 
Title="Max Payne"
 
if [ "$POL_LANG" == "fr" ]; then
LNG_ERR="Si vous rencontrer deux messages d'erreur concernant un manque de mémoire au début de l'installation, ne vous en fiez pas. le jeu fonctionnera tout de même."
LNG_WAIT_END="Appuyez sur \"Suivant\" UNIQUEMENT quand l'installation du jeu sera
terminée sous peine de devoir recommencer l'installation."
else
LNG_ERR="If you have two error messages before the installation, don't worry. You will be able to launch the game."
LNG_WAIT_END="Click on \"Next\" ONLY when the game installation
is finished or you will have to redo the installation.."
fi

cd "$REPERTOIRE/tmp"
wget http://wilibre.free.fr/images/POL/max_payne.jpg --output-document=left.jpeg
POL_SetupWindow_Init "" "$REPERTOIRE/tmp/left.jpeg"
 
#Presentation
POL_SetupWindow_presentation "MaxPayne" "RockstarGame" "http://maxpayne.godgames.com/main.htm/" "Berillions" "MaxPayne"

#Installation de Wine
POL_SetupWindow_install_wine "1.1.43"

#Détection du cd-rom
POL_SetupWindow_cdrom
POL_SetupWindow_check_cdrom "Install.exe" 

#Préparation de Wine
select_prefixe "$REPERTOIRE/wineprefix/MaxPayne"
#POL_SetupWindow_prefixcreate

#fetching PROGRAMFILES environmental variable
#PROGRAMFILES=`wine cmd /c echo "%ProgramFiles%"`
#PROGRAMFILES=${PROGRAMFILES:3} 

PROGRAMFILES="Program Files"
POL_LoadVar_PROGRAMFILES

#Configuration de Wine
Set_OS winxp
 
#Création Icone
cd "$REPERTOIRE/tmp"
wget http://sd-1.archive-host.com/membres/images/51568577817080088/MaxPayne.png
mv "$REPERTOIRE/tmp/MaxPayne.png" "$REPERTOIRE/icones/32/$Title"

POL_SetupWindow_message "$LNG_ERR" "$Title"
wine $CDROM/Install.exe
POL_SetupWindow_message "$LNG_WAIT_END" "$Title"
 
#Création Launcher 
POL_SetupWindow_make_shortcut "MaxPayne" "$PROGRAMFILES/Max Payne" "MaxPayne.exe" "" "Max Payne"

Set_WineVersion_Assign "1.1.43" "Max Payne"

POL_SetupWindow_Close
exit

Contributions

Filters:

Contribute
Member Message