Mind Bending

Many may disagree, but the nowadays games simply aren’t as good as those from yesteryear. Yes, I am "old", I played in 8-bit consoles, used 5 ¼ floppy to store data, ARJ to unpack it and MS-DOS as operating system. Maybe that’s why I feel comfortable int the terminal "environment". Many of you might find unthinkable a game with only 16 colors, but that was the bleeding edge technology that I had access during part of my childhood. I remember the commotion when the fist "point-and-click" game appeared.

descent1

I still play these old games with a little help from DosBox and my old backups (but that’s a topic for another article). Some of these old games have become abandonware or had the source code released under some license. When this last one happens, the fan community joins with the Open Source/Free Software and write a port of the game for GNU/Linux and some other operating systems.

Some games that serve as examples are, Abuse, Wolf 3D, Doom, Doom 2, Duke Nukem 3D, among others. Many of these have received revamped/improvements in graphics and controls (up to support gamepads) and some started to support multiplayer games on newer protocols such as TCP and UDP (at the time many companies bid on the IPX/SPX).

Descent in Arch Linux

These days I found my Descent 1 CD and decided to test the port (with improvements) called D1X-Rebirth. All it took was a simple search on Yaourt to be more excited:

$ yaourt -Ss D1X

Note: To install Yaourt check it’s official page: Install Guide.

After that we do a simple installation process:

$ yaourt-S D1X-Rebirth

After I copied the *.HOG and *.PIG to ~/.D1X-Rebirth (as instructed during the yaourt installation process). The entire process took less than 5 minutes.

Then I ran the game:

D1X-Rebirth (Descent)

Descent in Ubuntu 10.10

My younger brother was impressed with the game (even as a technology of 1995). So I decided to install the game for him in his Ubuntu 10.10. To my surprise I couldn’t find the game in the Ubuntu’s repositories. I looked on the internet if there were any PPA or pre-compiled package (.Deb) but I couldn’t find anything. The solution was to build the program manually. After a few minutes of trial, error and library dependencies I managed to build the game successfully. At the end the needed libraries for this game are:

  • gcc
  • scons
  • libsdl1.2-dev
  • libphysfs-dev
  • mixer1.2-libsdl-dev
  • libglu1-mesa-dev.

These dependencies were installed with the following line:

$ sudo apt-get install gcc scons libsdl1.2-dev libphysfs-dev libsdl-mixer1.2-dev libglu1-mesa-dev

After that I just run the following commands to compile and install the D1X-Rebirth game:

$ sudo scons && scons install

At the end, I performed the same process of copying files and *.PIG *.HOG to ~/.D1X-Rebirth but I had a minor setback, I had to manually create the file descent.desktop (this file is required if you went the game to appear at the GNOME menu) since the game did not generate these files when the were compiled by me. The whole process lasted a little over 30 minutes.

Arch vs. Ubuntu

Now after this detailed description of the installation process on both systems, I raise the same question that I raised in my other article: Why the fallacy that Ubuntu is the more user-friendly GNU/Linux distribution available still reigns nowadays?

I understand that Ubuntu is very user-friendly in some ways but in others (especially when it comes to installing

extra programs) Arch is far superior. So let’s stop this slander that Arch Linux is a difficult to use distribution and not suitable for beginners, OK?!

What is the "easiness" that you, readers, most like in Arch Linux?

Magnun

Magnun

Graduated in Telecommunication Engineering, but currently working with GNU/Linux infrastructure and in the spare time I'm an Open Source programmer (Python and C), a drawer and author in the Mind Bending Blog.


Comments

comments powered by Disqus