Anonymous edits have been disabled on the wiki. If you want to contribute please login or create an account.


Warning for game developers: PCGamingWiki staff members will only ever reach out to you using the official press@pcgamingwiki.com mail address.
Be aware of scammers claiming to be representatives or affiliates of PCGamingWiki who promise a PCGW page for a game key.

Difference between revisions of "Botanicula"

From PCGamingWiki, the wiki about fixing PC games
m
(Added a better solution for fixing Adobe Air on Linux, Mac Game Data location, more availability locations, and general information.)
Line 7: Line 7:
 
|release dates  = April 19, 2012
 
|release dates  = April 19, 2012
 
}}
 
}}
 +
 +
'''General information'''
 +
{{mm}} [http://steamcommunity.com/app/207690/discussions/ Steam Community Discussions]
 +
{{mm}} [http://amanita-design.net/forum/index.php/board,16.0.html Official Forum - General Discussions]
 +
{{mm}} [http://amanita-design.net/forum/index.php/board,25.0.html Official Forum - Puzzle Q&A]
 +
{{mm}} [http://amanita-design.net/forum/index.php/board,28.0.html Official Forum - Mac Version]
 +
{{mm}} [http://amanita-design.net/forum/index.php/board,24.0.html Official Forum - Linux Version]
 +
 +
 
= Windows =
 
= Windows =
 
==Availability==
 
==Availability==
 
{{Availability Table|
 
{{Availability Table|
{{Availability Table/row| [http://www.gog.com/gamecard/botanicula GOG.com] | {{ID|DRM-free}} | Windows and Mac OS X. }}
+
{{Availability Table/row| Retail | {{ID|DRM-free}} | Windows and Mac OS X. Includes Steam key, soundtrack, and poster. }}
 +
{{Availability Table/row| [http://botanicula.net/buy-botanicula.html Developer's website] | {{ID|DRM-free}} | Windows, Mac OS X and Linux. Uses the [[Humble Store]]. }}
 +
{{Availability Table/row| [http://store.steampowered.com/app/207690/ Steam] | {{ID|Steam}} | Windows and Mac OS X. }}
 +
{{Availability Table/row| [http://www.gamersgate.com/DD-BOTANICULA/botanicula Gamersgate] | {{ID|Gamersgate}} | Windows and Mac OS X. }}
 +
{{Availability Table/row| [http://www.desura.com/games/botanicula Desura] | {{ID|Desura}} | Windows, Mac OS X and Linux. }}
 +
{{Availability Table/row| [http://www.gog.com/gamecard/botanicula GOG.com] | {{ID|GoG}} | Windows and Mac OS X. }}
 
}}
 
}}
  
Line 18: Line 32:
 
==Game data==
 
==Game data==
 
{{Game Location Table|
 
{{Game Location Table|
{{Game Location Table/row|Save game location|%USERPROFILE%\My Documents\BotaniculaSaves}}  
+
{{Game Location Table/row|Windows|%USERPROFILE%\My Documents\BotaniculaSaves}}
 +
{{Game Location Table/row|Mac|%YourHomeFolder%/Library/Application Support/Amanita Design/Botanicula}}  
 
}}
 
}}
  
== Issues And Fixes ==
+
== System Requirements ==
=== Buggy Mouse ===
 
Occasionally in puzzles you will need to "push" items with the mouse. Sometimes this can seem too fiddly or just plain buggy. Some users have reported that using the 60% window size fixes this.
 
 
 
== System Requirements Windows ==
 
 
{{System Requirements
 
{{System Requirements
 
|OSfamily = Windows
 
|OSfamily = Windows
Line 34: Line 45:
 
}}
 
}}
  
== System Requirements Mac ==
+
== Issues Fixed ==
 +
=== Buggy Mouse ===
 +
{{ii}}Occasionally in puzzles you will need to "push" items with the mouse. Sometimes this can seem too fiddly or just plain buggy.
 +
{{Fixbox|1=
 +
{{Fixbox/fix|Buggy Mouse}}
 +
Some users have reported that using the 60% window size fixes this.
 +
}}
 +
 
 +
 
 +
 
 +
 
 +
 
 +
== Mac ==
 +
 
 +
=== System Requirements ===
 
{{System Requirements
 
{{System Requirements
 
|OSfamily = Mac
 
|OSfamily = Mac
Line 44: Line 69:
  
 
== Linux ==
 
== Linux ==
The game runs on Adobe Air, which frequently fails to install on Linux. This can be fixed by using the SDK instead of the runtime, which can be found [http://airdownload.adobe.com/air/lin/download/2.6/AdobeAIRSDK.tbz2 here]. After the download is complete, put it in a new folder. (You can call it whatever you like. "Botanicula" would be the most obvious name.) After that, take your Linux download for Botanicula and put it in the same folder. Next, create a text file and call it "botanicula.sh". In the text file, paste the following text:
 
<pre>#!/bin/bash
 
# botanicula.sh - Launch Botanicula without having to install Adobe Air.
 
# Using the current directory as HOME avoids cluttering your home directory.
 
# Error checking isn't very robust in this, but it shouldn't clobber anything.
 
# If you're feeding this a .zip for the game files, it'll leave the
 
# "Botanicula.air" file behind.  You can safely delete this file, as it's not
 
# needed.  You probably should, because it's big.
 
  
##### These first lines set file and directory names.
+
=== Issues Fixed ===
##### You can change most of these, but you shouldn't need to.
 
  
# Adobe Air should be or will be here.
+
=== Adobe Air won't install ===
ADIR='air'
+
{{ii}}The game runs on Adobe Air, which frequently fails to install on Linux.  
 +
{{Fixbox|1=
 +
{{Fixbox/fix|Create symbolic links for Gnome keyring}}
 +
'''Instructions'''
  
# The Air SDK filename, so this script can unpack it for you.
+
1) Open your linux terminal,
AIRBALL='AdobeAIRSDK.tbz2'
 
  
# Beginning of game files zip name. This will be globbed.
+
2) Create symbolic links for gnome Keyring with these commands. "sudo ln -s /usr/lib/x86_64-linux-gnu/libgnome-keyring.so.0 /usr/lib/libgnome-keyring.so.0" "sudo ln -s /usr/lib/x86_64-linux-gnu/libgnome-keyring.so.0.2.0 /usr/lib/libgnome-keyring.so.0.2.0" If you have a 32 bit computer use these commands instead. "sudo ln -s /usr/lib/i386-linux-gnu/libgnome-keyring.so.0 /usr/lib/libgnome-keyring.so.0" "sudo ln -s /usr/lib/i386-linux-gnu/libgnome-keyring.so.0.2.0 /usr/lib/libgnome-keyring.so.0.2.0"
ZIP='botanicula-linux-'
 
#  NOTE:  If you have multiple botanicula-linux-*.zip in the dir,
 
#        this script won't unzip any of them.
 
  
BAIR='Botanicula.air'  # The .air file in the .zip
+
3) Install Adobe Air.
BDIR='Botanicula'  # Game files directory name
 
HOME="$PWD"  # Save directory will be stored here
 
SAVE='BotaniculaSaves'  # Save directory name (Don't change this.)
 
  
##### You should understand some Bourne shell to edit below this line.
+
4) After installing remove the symbolic links with these commands. "sudo rm /usr/lib/libgnome-keyring.so.0" "sudo rm /usr/lib/libgnome-keyring.so.0.2.0"
 +
}}
  
# Is Adobe Air already decompressed?
+
=== System Requirements ===
[ -d "$ADIR/bin" ] || {
+
{{System Requirements
# Is there AdobeAIRSDK.tbz2 in current directory?
+
|minproc = 1.8 GHz
# If there is, we'll be helpful and decompress it.
+
|minmem = 1 GB RAM
[ -f "$AIRBALL" ] && mkdir "$ADIR" && tar -xjvf "$AIRBALL" -C "$ADIR" || {
+
|minHD = 700 MB HD space
echo "ERROR: Adobe Air SDK not found"; exit 1
+
}}
}
 
}
 
# What about the Botanicula game files?
 
[ -d "$BDIR/data" ] || {
 
# We can decompress these if the .zip or .air is present.
 
# Try decompressing the .air if it's here.
 
[ -f "$BAIR" ]  && unzip -d "$BDIR" "$BAIR" || {
 
# No .air or unzip failed, so check for .zip
 
[ -f $ZIP*.zip ] && unzip $ZIP*.zip "$BAIR" \
 
&& unzip -d "$BDIR" "$BAIR" || {
 
echo "ERROR: Botanicula game files missing"; exit 1
 
}
 
}
 
}
 
# If there's no save dir yet, create one
 
[ -d "$SAVE" ] || mkdir "$SAVE"
 
# If there's no settings file, make one with sane defaults
 
[ -f "$SAVE/settings.txt" ] || echo '100,off,high,en,1,0' > "$SAVE/settings.txt"
 
# Now try running the game
 
HOME="$HOME" ./"$ADIR"/bin/adl -nodebug "$BDIR"/META-INF/AIR/application.xml "$BDIR/"
 
 
 
##### mab 201204212303 vim:ts=3</pre>
 
 
 
You should have a directory with three files in it:
 
* Botanicula.sh
 
* AdobeAIRSDK.tbz2
 
* botanicula-linux-(Some numbers here)
 
 
 
After this, all you have to do is mark the file as executable. To do this right click botanicula.sh, select properties, go to the permissions tab, and checkmark "allow executing file as program". After that, all you have to do is double click botanicula.sh, and the game should run fine.
 
  
== Websites ==
 
[http://botanicula.net/ Official Website]
 
  
== See Also ==
 
* [[Machinarium]]
 
  
 
[[Category:Windows]]
 
[[Category:Windows]]
 
[[Category:Mac]]
 
[[Category:Mac]]
 
[[Category:Linux]]
 
[[Category:Linux]]

Revision as of 09:00, 7 April 2013

This page may require cleanup to meet basic quality standards. You can help by modifying the article. The discussion page may contain useful suggestions.
This page is a stub: it lacks content and/or basic article components. You can help to expand this page by adding an image or additional information.

Template:Infobox

General information

Steam Community Discussions
Official Forum - General Discussions
Official Forum - Puzzle Q&A
Official Forum - Mac Version
Official Forum - Linux Version


Windows

Availability

Template:Availability Table

Settings

Due to the game running in Flash there are relatively few settings to change, with only on/off for full-screen, a choice between 100% and 60% for window size and a low/medium/high quality option. However, this does mean it should run on most computers rather easily.

Game data

Template:Game Location Table

System Requirements

Template:System Requirements

Issues Fixed

Buggy Mouse

Occasionally in puzzles you will need to "push" items with the mouse. Sometimes this can seem too fiddly or just plain buggy.
Instructions



Mac

System Requirements

Template:System Requirements

Linux

Issues Fixed

Adobe Air won't install

The game runs on Adobe Air, which frequently fails to install on Linux.
Instructions

System Requirements

Template:System Requirements