I recently got a Raspberry Pi and I have been having trouble installing The Little Crane That Could. I know where to get the files I just don't know how to install them. Can I get some help?
pcmanbob wrote: ↑Thu Dec 28, 2017 3:32 pmHi.
A quick google search tells me this is a game that can be download for android , iOS or Stream.
Android & iOS apps will not run on the pi end of story.
and if you look at the stream Linux version it requires a pc with a corei5 processor as a minimum and 4GB of ram so that's never going to run on the pi either.
A Pi version can be obtained from link below - Click on the "Pi Store Download" button. It's a .tar.gz file ...
tested on jessie with GUI.Starting game from /home/pi/littlecrane-rpi
little crane config files go in '/home/pi/.littlecrane'
OPTIMIZED build
Built on Jan 23 2013 at 13:10:56
Does not support depth textures.
Does not support half float textures.
Shader compile log:
Compiled
Compiled vertex shader Hud
Shader compile log:
Compiled
Compiled fragment shader Hud
ERR Program link log:
Shader compile log:
Compiled
Compiled vertex shader MainNS
Shader compile log:
Compiled
Compiled fragment shader MainNS
ERR Program link log:
Shader compile log:
Compiled
Compiled vertex shader ShadowNDT
Shader compile log:
Compiled
Compiled fragment shader ShadowNDT
ERR Program link log:
Shader compile log:
Compiled
Compiled vertex shader Edge
Shader compile log:
Compiled
Compiled fragment shader Edge
ERR Program link log:
Hud program loaded as 1
Main program loaded as 4
Shadow program loaded as 7
Edge program loaded as 10
loading VBOs of geomdb containing 0 entries
Loaded 0 geometry VBOs
ls: cannot access /dev/input/by-id/*-kbd: No such file or directory
fgets failed for ls output: No such file or directory
open of '(null)' FAILED.
open failed: Bad address
Code: Select all
tar xvzf littlecrane-rpi.tar.gz
Code: Select all
cd /home/pi/littlecrane-rpi
chmod +x startlittlecrane.sh
./startlittlecrane.sh
Code: Select all
cd ~
wget https://stolk.org/tlctc/littlecrane-rpi.tar.gz
tar xvzf littlecrane-rpi.tar.gz
cd ~/littlecrane-rpi
chmod +x startlittlecrane.shCode: Select all
cd ~/littlecrane-rpi
LD_LIBRARY_PATH=/opt/minecraft-pi/lib/brcm ./startlittlecrane.sh