I've release the demo beta 2 binaries on
tracker.outoforder.cc
Just download the PenumbraDemoBeta2.tar.gz
To install extract the contents and put all the files in the Penumbre Demo Beta 2 directory into the PenumbraoEp1Demo directory replacing existing binaries. (it'd probaby be a good to remove the lib directory completely and replace it with the one in the update tar.gz file)
Example (from a terminal)
cd ~/PenumbraEp1Demo
tar -xzf /where/I/downloaded/PenumbraDemoBeta2.tar.gz
rm -rf lib
mv "Penumbra Demo Beta 2/*" .
rmdir "Penumbra Demo Beta 2"
Changes
- Rebuild using a clean build environment (fixes Ubuntu loading issue)
- Packaged libsdl.org stock SDL libraries (should improve compatability)
- Updated launch script to give detailed information on how to track down issues for me
- Exits gracefully if $DISPLAY isn't set.
Known Issues
- Sound gets cut off during some phrases in the intro. I'm looking into this one
- some staticy sound during the into and other places (very much related to the above issue)
- 64 bit installer issues. I'm either going to fix the nixstaller to get this working or fall back to the ol' loki installer..
Now I go rebuild the mac demo.