Forum

Pizza Syndicate Install Script

European release of Fast Food Tycoon

Författare Svar
joe21 Tuesday 18 May 2010 at 0:57
joe21Anonymous

Wine DB page

IGN UK review

MINOR BUG: This game will not start in full screen unless you refocus it. I did this in Ubuntus GNOME enviroment using the ALT and TAB focus switching feature to switch to PlayOnLinux and then back to the game.

I recently upgraded my PC, before this upgrade I also encountered this bug during Pizza Syndicates setup program and had to refocus it between each menu to progress and to finish the setup after the pizza countdown reached 100.

I have not encountered any other bugs in the testing I have done so far.


Heres a screen shot, with GNOMEs focus switcher proofing that Pizza Syndicate was running in Linux.

#!/bin/bash
# Date : (2010-05-8 18-55)
# Last revision : (2010-05-18 16-15)
# Wine version used : 1.1.43
# Distribution used to test : Ubuntu 10.04 32bit
# Author : Joe21
# Licence : none
# Depend : none

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

POL_SetupWindow_Init

POL_SetupWindow_presentation "Pizza Syndicate" "Software 2000" "No website" "Joe21" "PizzaSyndicate"

POL_SetupWindow_message_image "PROBLEM: The games setup program may require you to refocus\\nits window when progressing between screens and after the pizza\\ncountdown reaches 100. This bug is also present when you launch\\nthe game.\\n\\nSOLUTION in Gnome: \\nUsing alt+tab - \\n1)Switch from the setup/game to playonlinux\\n2)Then switch back." "" "$PLAYONLINUX/themes/tango/warning.png"

select_prefix "$REPERTOIRE/wineprefix/PizzaSyndicate"

POL_SetupWindow_cdrom
POL_SetupWindow_check_cdrom "SETUP.exe"

POL_SetupWindow_install_wine "1.1.43"
Use_WineVersion "1.1.43"

POL_SetupWindow_prefixcreate

Set_OS "win98"

POL_SetupWindow_wait_next_signal "Running Installation..." "Pizza Syndicate"
wine "$CDROM/SETUP.exe"
POL_SetupWindow_detect_exit

POL_SetupWindow_make_shortcut "PizzaSyndicate" "Pizza Syndicate" "Pizza.exe" "Syndicate.ico" "Pizza Syndicate" "" ""
Set_WineVersion_Assign "1.1.43" "Pizza Syndicate"
	
POL_SetupWindow_message "Installation Successful."

POL_SetupWindow_Close

exit

Ändrat av joe21

NSLW Tuesday 18 May 2010 at 7:30
NSLW

1) You should place
POL_SetupWindow_install_wine "1.1.43"
Use_WineVersion "1.1.43"
before
POL_SetupWindow_prefixcreate

2) You should quote path here
wine $CDROM/SETUP.exe

3) You should check CD before creating prefix.

4)

MINOR BUG: This game will not start in full screen unless you refocus it. I did this in Ubuntus GNOME enviroment using the ALT and TAB focus switching feature to switch to PlayOnLinux and then back to the game.

Citat

Does this happens in Metacity or it is only Compiz bug? If it's general bug then please place note for a user what he has to do to gain focus on game.
joe21 Tuesday 18 May 2010 at 17:54
joe21Anonymous

It does not happen in Metacity which I'm using now, I think I was using Compiz when I encountered this bug during this games setup in my previous Ubuntu installation.

Ändrat av joe21

NSLW Tuesday 18 May 2010 at 18:08
NSLW

I think you can send this script to validation so I could add it to official database.
joe21 Tuesday 18 May 2010 at 18:16
joe21Anonymous

It does not happen in Metacity which I'm using now, I think I was using Compiz when I encountered this bug during this games setup in my previous Ubuntu installation.

Citat


I mistakenly wrote this referring to whether or not this bug occurred during the games install in Metacity. It does happen in Metacity when you start the game.

I will add a note at the start of the installation.

Ändrat av joe21

joe21 Tuesday 18 May 2010 at 18:34
joe21Anonymous



Is this message good enough?
NSLW Tuesday 18 May 2010 at 19:48
NSLW

For me it's good enough.