Liberated Games Launches
Crusader writes "Two LinuxGames staff members have launched Liberated Games, a site devoted to cataloguing full commercial titles that have been released for free by the developer or publisher, either with the full source code or without. The current list is available here; the site tracks releases for all major computer platforms (Windows, Mac OSX, Linux), so feel free to submit any missing games to the list."
This 'official' list is very nice to have, especially to track games with source available (good educational code).
As you may already know, 'unofficially' free software site Home of the Underdogs http://www.the-underdogs.org/ links to source or binary (now by Bittorrent!) to all old games abandonned by developpers and/or publishers. An endless source of fun and nostalgia... be sure to check it out!
Eureka Science News - automatically updated
This is excellent news! I just found out Duke Nukem 3D is not only on the list of liberated games, but that it also runs natively on Linux now! Grab a copy from http://icculus.org/duke3d/index.html and meet me for a game. I'll be the one with the pipe bomb.
Oh and first p0st.
Well, the site's slashdotted now, but UT's source code was released, although the license isn't GPL..
Also - Dink Smallwood is a fun, quirky RPG which is also now available free of charge.
Here is the Coral link, seeing as the site appears to be /.'d (Coral seems to be suffering from the /. affect too, interestingly enough).
Hi there
If you're looking to d/l old-school MSDOS abandonware, The Home of the Underdogs rocks. While the organizers admit that the site isn't exactly kosher, they do remove stuff at the requests of the copyright holder. A lot of the more major titles aren't found there but if you have a little-known, favorite PC game from 10-15 years ago, odds are they have it. I've gotten Megatraveller, Deathtrack, The Magic Candle, SEAL Team, among others.
If you're looking for a good DOS emulator to play these classics under 2K/XP or Linux, I use DOSBox. It's not perfect, but it does work for most of the games that I've tried.
Entrepreneur : (noun), French for "unemployed"
Sony offered a Linux kit for their playstation2 for developers.
It was a harddrive a keyboard, and I think a nic card. Pretty cool stuff, I think there are still kits floating around.
Linux would make a great gaming OS, you can minimalize background proccessors and tweaking-ability is great.
Just needs more/better drivers for latest vid cards and more games.
But I like the ones I have. It's always nice when I see people type:
"oh shit my virus scanner just went off, BRB"
"oh shit I need to reboot"
"oh shit I...."
Those stupid windows users.
for the art/levels? I don't think that was released for free distribution.
Hi! I make Firefox Plug-ins. Check 'em out @ https://addons.mozilla.org/en-US/firefox/addon/youtube-mp3-podcaster/
Depending upon your blessing of knowledge on what "freedom" is defined, your thoughts may vary on truth that GPL compared to public domain is not free.
Microsoft open-sourced Homeworld, but not under public domain and neither GPL.
ID Software open-sourced and GPL'd the engines for Wolfenstein & Spear-of-Destiny, Doom1, Doom2, Quake1, Quake2, and no later than December 2004 to GPL Quake3; ID is a pioneer and don't belong on the list because it makes them look uninteresting.
Among the above are the following software,
Aliens vs Predator 1 (they have source, no portage)
(Free)Space
Rise of the Triad
Duke Nukem 3D
Descent 1
Descent 2
Jagged Alliance
SiN
I am the nightmare of nightmares.
It seems you haven't heard about The Linux Game Tome.
Analogies don't equal equalities, they are merely somewhat analogous.
Perhaps you really want The Linux Game List?
Check out ioquake3.org for a great, free, First-Person Shooter engine!
Although it may be too late ...
Coralized
Crusader writes "Two LinuxGames staff members have launched Liberated Games, a site devoted to cataloguing full commercial titles that have been released for free by the developer or publisher, either with the full source code or without. The current list is available here; the site tracks releases for all major computer platforms (Windows, Mac OSX, Linux), so feel free to submit any missing games to the list."
Freecached
Crusader writes "Two LinuxGames staff members have launched Liberated Games, a site devoted to cataloguing full commercial titles that have been released for free by the developer or publisher, either with the full source code or without. The current list is available here; the site tracks releases for all major computer platforms (Windows, Mac OSX, Linux), so feel free to submit any missing games to the list."
How is this site different from http://www.gamehippo.com/? I would RTFWS (web site) if it weren't already brought to its knees by the hoards of slashdotters hoping to find their favorite game from 1983.
There are 10 kinds of people in the world: Those who understand binary and those who don't
Game data is not released under GPL. This is obvisly a mayor flaw, and will render the game unplayable.
Wrong. The game is still playable.
You can download a free demo to acquire "game data", and play that with the GPLed executable.
You can find a 3rd party who's made free "game data", and play with that.
You can even pay for the original game itself, and use that "game data" with the GPLed executables. Valid old copies of Doom/Quake go for $1.99 each.
GPLing is important for old software, because otherwise it'll tend to become unrunnable on future computers. But the game data has no such needs. If an artist were to hypothetically "upgrade it for newer machines", he may as well start over from scratch.
PS. Note that one of the games on this list, Golgotha, is backwards from your claim: they released only the game data, and no working code (because they had none).
Tons of other abandonware games available here .
--
I refuse to answer that question on the grounds that I don't know the answer.
were at one point for commercial sale.
Wrong. Golgotha and Wolfenstein-Enemy-Territory are on the list, and they were never for sale.
(However, both of those were planned for sale at some point)
Here's a lightweight solution for Win2K/XP users that provides SB Pro emulation to a DOS box:
http://www.ece.mcgill.ca/~vromas/vdmsound/
It's not a DOS emulator, and it won't let you play DOS games on Linux or Mac, but it will let DOS games have sound under Win2K/XP. It's probably faster than using DOSBox since it doesn't emulate the x86, just the sound card. Which may or may not be a good thing. The original Descent runs at 400 frames per second under VDMsound on my low-end Athlon XP.
...the best liberated game of all, Star Control 2? Not only has the sourcecode been GPL'ed, but the content is freely available as well.
I am very much submitting few games there. A good example would be Star Control 2, aka Ur-Quan Masters. http://sc2.sourceforge.net/
Alternative Coralized link: Herehttp://www.liberatedgames.com.nyud.net:8090/ga melisting.php
Sunday you're Thinking Different, Monday you're a huge tool, paying too much and waiting to think like everyone else.
What exactly would you use the OS for on a console? Drivers are unnecessary since low level access can be compiled into the game binary and anything the game might need can be on the disk.
Current generation console systems already have a small kernel. Enough to load files off CD-ROM, download data from the network using TCP/IP, and run multiple lightweight threads. Many games (even early generation home computers like the Atari 800) made use of parallel processing to implement AI (the spare CPU time during vertical blank interrupts could be used to run depth searches of possible moves).
Have a read of Chapter 8 of De Re Atari to see why having an OS/kernel is useful.
THE OPERATING SYSTEM
INTRODUCTION
With every ATARI Home Computer System comes an ATARI 10K Operating System Cartridge. The importance of this cartridge is often overlooked. Without it, you have a lot of potential, but absolutely nothing else! This situation is not unique to the ATARI Home Computer System; It is encountered with all computers. A computer is, after all, merely a collection of hardware devices. A user must manage these resources to accomplish any task. If all programmers had to start from scratch on each program, we would have an even larger software shortage than we have today. The solution that has evolved over the years is to build in a program that manages the resources available to the system, and eases the programming burden required to control them. This program is known by various names: Operating System, Master Control Program, System Executive, System Monitor, etc. In the ATARI Home Computer System it is known as the Operating System or OS.
Vintage computer adverts: http://www.vintageadbrowser.com/computers-and-software-ads
Regarding AvP and Homeworld, those *are* full source trees that compile on Linux, not add-ons, that are based on full source releases from the original developers.
i ferID=4471&action=flatview
i ferID=6359&action=flatview
You can read about the source code releases here:
AvP: http://www.linuxgames.com/news/feedback.php?ident
Homeworld: http://www.linuxgames.com/news/feedback.php?ident
:wq