Deadpool The Game
Informations
Creator | Wiadmości |
---|---|
luyz25
![]()
|
InformationThis installer has been approved by the team. InformationsPlatforms: Feedbacks3 1 DescriptionEnglish:
Source code#!/bin/bash # Date : (2014-05-21 21-00) # Wine version used : 1.7.18 # Distribution used to test : Ubuntu 14.04 x64 # Author : luyz25 # Only For : http://www.playonlinux.com [ "$PLAYONLINUX" = "" ] && exit 0 source "$PLAYONLINUX/lib/sources" TITLE="Deadpool The Game" PREFIX="DeadpoolTheGame" WORKING_WINE_VERSION="1.7.18" GAME_VMS=512 # Starting the script 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 2036 # Starting debugging API POL_Debug_Init POL_SetupWindow_presentation "$TITLE" "ActiVision" "http://www.activision.com/games/deadpool/deadpool" "luyz25" "$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" # Choose between DVD and Digital Download version POL_SetupWindow_InstallMethod "DVD,LOCAL" if [ "$INSTALL_METHOD" == "DVD" ]; then # Asking for CDROM and checking if it's correct one POL_SetupWindow_message "$(eval_gettext 'Please insert game media into your disk drive\nif not already done.')" POL_SetupWindow_cdrom POL_SetupWindow_check_cdrom "icon.ico" POL_Wine start /unix "$CDROM/setup.exe" POL_Wine_WaitExit "$TITLE" else # Asking then installing DDV of the game cd "$HOME" POL_SetupWindow_browse "$(eval_gettext 'Please select the setup file to run')" "$TITLE" SETUP_EXE="$APP_ANSWER" POL_Wine start /unix "$SETUP_EXE" POL_Wine_WaitExit "$TITLE" fi # Asking about memory size of graphic card POL_SetupWindow_VMS $GAME_VMS # Set Graphic Card information keys for wine POL_Wine_SetVideoDriver # Making shortcut POL_Shortcut "DP.exe" "$TITLE" POL_SetupWindow_Close exit 0 |
Contributions
Filters:
ContributeMember | Wiadmości |
ronitbasnet | Friday 16 February 2018 at 8:39 |
ronitbasnet
![]()
|
|
Doctor Who | Thursday 21 January 2016 at 21:58 |
Doctor Who
|
WiadmościEverythiong is perfect. Game is working smoothy :) Have you some tips to play with Xbox controller instead keyboard (quite hard to play) My controller is not recognize by POL or Deadpool :( (but work under steam Linux for example) Odpowiedzi |
LinuxScripter | Sunday 17 January 2016 at 12:55 |
LinuxScripter
![]()
|
WiadmościI got this error right after launching the game: err:module:attach_process_dlls "wined3d.dll" failed to initialize, aborting Odpowiedzi |