Forum

[Script] Little Inferno Script

Författare Svar
rcmn Saturday 16 March 2013 at 16:33
rcmnAnonymous

Hello,No issue to report the game run well.







Title: Little Inferno
Genre: Adventure, Indie, Casual
Developer: Tomorrow Corporation
Publisher: Tomorrow Corporation   
Release Date: Nov 19, 2012
Languages: English*, Dutch, French, German, Spanish
*languages with full audio support

About the Game
Congratulations on your new Little Inferno Entertainment Fireplace! Throw your toys into your fire, and play with them as they burn. Stay warm in there. It's getting cold outside!

Burn flaming logs, screaming robots, credit cards, batteries, exploding fish, unstable nuclear devices, and tiny galaxies. An adventure that takes place almost entirely in front of a fireplace - about looking up up up out of the chimney, and the cold world just on the other side of the wall.

[code language=playonlinux]
######################################################################
#!/bin/bash
# Date : (2013-03-16 21:00)
# Last revision : (2013-03-16 21:00)
# Wine version used : 1.5.7
# Distribution used to test : Linux Mint 14 x64
# Author : rcmn
# Licence : Retail
# Only For : http://www.playonlinux.com
 
[ "$PLAYONLINUX" = "" ] && exit 0
source "$PLAYONLINUX/lib/sources"
 
TITLE="Little Inferno Steam"
PREFIX="LittleInfernoSteam"
EDITOR="Tomorrow Corporation"
GAME_URL="Tomorrow Corporation" "http://tomorrowcorporation.com/littleinferno"
AUTHOR="capcavern"
WORKING_WINE_VERSION="1.5.26"
GAME_VMS="512"
 
# Starting the script
#POL_GetSetupImages "http://files.playonlinux.com/resources/setups/little_inferno/top.jpg" "http://files.playonlinux.com/resources/setups/little_nferno/left.jpg" "$TITLE"
POL_SetupWindow_Init
 
# Starting debugging API
POL_Debug_Init
 
POL_SetupWindow_presentation "$TITLE" "$EDITOR" "$GAME_URL" "$AUTHOR" "$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 Digital Download version
POL_SetupWindow_InstallMethod "STEAM"
 
# Installing mandatory dependencies
POL_Call POL_Install_steam
POL_Call POL_Install_dxfullsetup
 
# Mandatory pre-install fix for steam
STEAM_ID="221260"
POL_Call POL_Install_steam_flags "$STEAM_ID"
 
# Asking about memory size of graphic card
POL_SetupWindow_VMS $GAME_VMS
 
# Set Graphic Card information keys for wine
POL_Wine_SetVideoDriver
 
## Fix for this game
# Sound problem fix - pulseaudio related
[ "$POL_OS" = "Linux" ] && Set_SoundDriver "alsa"
[ "$POL_OS" = "Linux" ] && Set_SoundEmulDriver "Y"
## End Fix
 
## Begin Common PlayOnMac Section ##
[ "$POL_OS" = "Mac" ] && Set_Managed "Off"
## End Section ##
 
# Making shortcut
POL_Shortcut "steam.exe" "$TITLE" "" "steam://rungameid/$STEAM_ID"
 
# Begin game installation
if [ "$INSTALL_METHOD" == "STEAM" ]; then
        POL_SetupWindow_message "$(eval_gettext 'When $TITLE download by Steam is finished,\\nDo NOT click on Play.\\n\\nClose COMPLETELY the Steam interface, \\nso that the installation script can continue')" "$TITLE"
        cd "$WINEPREFIX/drive_c/$PROGRAMFILES/Steam"
        POL_Wine start /unix "steam.exe" steam://install/$STEAM_ID
        POL_Wine_WaitExit "$TITLE"
fi
 
POL_SetupWindow_Close
exit 0
######################################################################
[/code]

Ändrat av rcmn


disk SSD,video Nvidia Quadro 1000M,Proc Intel Core i7-2760QM CPU @ 2.40GHz × 8,Mem 4GB,Linux mint 14 x64,Gamepad for Xbox 360,PLAYSTATION 3 Controller
Ronin DUSETTE Saturday 16 March 2013 at 16:38
Ronin DUSETTE

In the future, please give a quick description, or at least a "hello" when posting, instead of just posting the script, with no explanation. :)

Can you please post screenshots of the program working, as well as a link to the resources? That way we can get it up and complete.

Also, go to this link, and submit your script with description using the New Installer button:

http://www.playonlinux.com/en/supported_apps.html

Thanks

Please:
Post debug logs & full computer specs in first post
No private messages for general help, use the forums
Read the wiki, Report broken scripts
rcmn Saturday 16 March 2013 at 17:05
rcmnAnonymous

In the future, please give a quick description, or at least a "hello" when posting, instead of just posting the script, with no explanation. :)

Can you please post screenshots of the program working, as well as a link to the resources? That way we can get it up and complete.

Also, go to this link, and submit your script with description using the New Installer button:

http://www.playonlinux.com/en/supported_apps.html

Thanks

Quote from DJYoshaBYD


Just updated the post . Let me know If I'm missing anything .

disk SSD,video Nvidia Quadro 1000M,Proc Intel Core i7-2760QM CPU @ 2.40GHz × 8,Mem 4GB,Linux mint 14 x64,Gamepad for Xbox 360,PLAYSTATION 3 Controller
Ronin DUSETTE Saturday 16 March 2013 at 17:09
Ronin DUSETTE

Ok. Well, you need to go to that link that I posted, and submit this script using the New Installer link.

We also need at least 1 screenshot of the program actually being used. 3 screenshots would rock. lol.

Looks good so far. Just do these last couple of things and we will get the ball rolling.

Please:
Post debug logs & full computer specs in first post
No private messages for general help, use the forums
Read the wiki, Report broken scripts
rcmn Saturday 16 March 2013 at 17:56
rcmnAnonymous

Ok All done. I also did Anno 2070 Steam. But i probably shouldn't have since the first install is not straightforward.

Ändrat av rcmn


disk SSD,video Nvidia Quadro 1000M,Proc Intel Core i7-2760QM CPU @ 2.40GHz × 8,Mem 4GB,Linux mint 14 x64,Gamepad for Xbox 360,PLAYSTATION 3 Controller
Ronin DUSETTE Saturday 16 March 2013 at 19:29
Ronin DUSETTE

Ok, so, the screenshots are good, but you still did not follow that link and click New Installer, and submit your script and description at that link. Not on the forum. Please submit it as stated, otherwise I cannot go forward with publishing the script.

Here is the link again:

http://www.playonlinux.com/en/supported_apps.html

Click "New Installer", and submit it to be signed.

Please:
Post debug logs & full computer specs in first post
No private messages for general help, use the forums
Read the wiki, Report broken scripts
rcmn Saturday 16 March 2013 at 20:55
rcmnAnonymous

I did create the "New Installer" about 3h ago and it was showinf under "My unsigned Script". I thought it was enough. Did not realize i also had to "Submit it". I guess It will be easier next time.

Also I created an"unsigned Script" for Anno 2070 Steam but it doesn't show on my list. And when I try to recreate it , I get the error that the name already exist. So it seems that it has been created but somehow did not link to my profile.

disk SSD,video Nvidia Quadro 1000M,Proc Intel Core i7-2760QM CPU @ 2.40GHz × 8,Mem 4GB,Linux mint 14 x64,Gamepad for Xbox 360,PLAYSTATION 3 Controller
Ronin DUSETTE Saturday 16 March 2013 at 20:59
Ronin DUSETTE

Yeah. Once you submit it for signing, it will do that. checking.....

Please:
Post debug logs & full computer specs in first post
No private messages for general help, use the forums
Read the wiki, Report broken scripts
Ronin DUSETTE Saturday 16 March 2013 at 21:04
Ronin DUSETTE

You posted the wrong script under your title.

These are the variable set for the Little Inferno script

#!/bin/bash
# Date : (2013-03-16 21:00)
# Last revision : (2013-03-16 21:00)
# Wine version used : 1.5.7
# Distribution used to test : Linux Mint 12 x64
# Author : capcavern
# Licence : Retail
# Only For : http://www.playonlinux.com

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

TITLE="Anno 2070 Steam"
PREFIX="Anno2070Steam"
EDITOR="Ubisoft"
GAME_URL="Ubisoft" "http://anno-game.ubi.com/anno-2070/en-GB/home/"
AUTHOR="capcavern"
WORKING_WINE_VERSION="1.5.7"
GAME_VMS="512"

Citat


Please resubmit the correct script and send for signing.

Please:
Post debug logs & full computer specs in first post
No private messages for general help, use the forums
Read the wiki, Report broken scripts
rcmn Saturday 16 March 2013 at 21:23
rcmnAnonymous

Arf...Ok done.

there is 2 minor changes i forgot to make before submitting:

Line 3  - # Wine version used : 1.5.7
          + # Wine version used : 1.5.26

line 21 -AUTHOR="capcavern"
          +AUTHOR="rcmn"

I use the other pseudo with steam and had it like that originaly

Ändrat av rcmn


disk SSD,video Nvidia Quadro 1000M,Proc Intel Core i7-2760QM CPU @ 2.40GHz × 8,Mem 4GB,Linux mint 14 x64,Gamepad for Xbox 360,PLAYSTATION 3 Controller
Ronin DUSETTE Saturday 16 March 2013 at 22:38
Ronin DUSETTE

OK. Checking....

Please:
Post debug logs & full computer specs in first post
No private messages for general help, use the forums
Read the wiki, Report broken scripts