Sunday, November 27, 2011

Wolfenstein ET fix for Ubuntu 11.10





A lot of Ubuntu users can't get the old classic Wolfenstein ET to work with sound, but I have good news - I know a fix that works every time.

First of all we need to go fetch the file we need, run this command in the terminal:

wget -q -O - http://nullkey.kapsi.fi/et-sdl-sound/et-sdl-sound.gz | gzip -d > et-sdl-sound && chmod a+x et-sdl-sound

then we need to edit the file from the old alsa sound system to our new pulse sound system:

sudo gedit /home/yourusername/et-sdl-sound

Go to line 40 and the change the line from this:

SDL_AUDIODRIVER="alsa"

to this:

SDL_AUDIODRIVER="pulse"

save the file and close and then you need to make a symbol link, so you can play the game:

/home/yourusername//et-sdl-sound


I hope it works for you, enjoy.

Tuesday, November 15, 2011

The Difficult 2nd Bundle


Der er små 2timer tilbage af denne fantastiske bundle, så er det nu eller aldrig:

http://www.indieroyale.com/

Har prøvet spillene både på Desura (Linux) og på Steam (Windows) og de virker som de skal.
Kan varmt anbefale denne bundle som bestemt er langt mere værd end de 3.29€ (24,49DKK) man giver for det.

Når man køber denne bundle som Linux bruger kan man se frem til tar.gz-fil/desura keys til:
1. Scoregasm
2. Irukandji
3. Bullet Candy Perfect
samt soundtrack til:
1. NightSky
2. Fate of the World
3. Scoregasm

SAMT disse spil når de kommer til Linux:
1. Ben There, Dan That!
2. Time Gentlemen, Please!
3. NightSky
4. Fate of the World

Så skynd jer!

Hvis i ikke nåede det, så har jeg måske et plaster til såret, folkene bag indieroyale har nemlig annonceret følgende bundles:

The Really Big Bundle - 24. november
The Alpha Bundle - 8. december
The Xmas Bundle - 21. december

GLÆD JER!

Monday, November 14, 2011

Ubuntu 11.10 Guide

Essentielle filer:


sudo apt-get install ubuntu-restricted-extras xchat gftp vlc wine flashplugin-installer gimp p7zip-full audacity ntfs-config gparted miro kolourpaint4 chromium-browser cheese indicator-weather ktorrent -y



Anbefalede spil

sudo apt-get install frozen-bubble nexuiz supertuxkart freedink-engine neverball fillets-ng tmw -y



Anbefalede programmer

Dropbox - en smart cloud service
Skype - Giver adgang til stemme/video-opkald og chat over internettet.
Desura - et linux alternativ til Steam.

DVD codec

Dette burde virke med VLC (sudo apt-get install vlc), hvis ikke så benyt følgende kode:

sudo wget http://www.medibuntu.org/sources.list.d/$(lsb_release -cs).list --output-document=/etc/apt/sources.list.d/medibuntu.list

sudo apt-get -q update

sudo apt-get --yes -q --allow-unauthenticated install medibuntu-keyring

sudo apt-get -q update


For 32-bit
sudo apt-get install w32codecs libdvdcss2


For 64-bit
sudo apt-get install w64codecs libdvdcss2

Anbefalede tutorials

Dosbox guide