Source Code To The 1999 FPS Game Descent 3 Released

On April 16th of this year, [Kevin Bentley] released the source code to the Sci-Fi FPS game Descent 3. Originally released in 1999 for Windows, the game has you control a flying ship which you have to guide through both in- and outdoor environments, while shooting at robots that have been infected with an alien virus as you try to save the solar system. It was later also ported to Mac OS and Linux, but was considered a commercial flop due to low sales.

As one of the original developers, [Kevin] explains that one of the goals of this code release is to give the game a second life, by cleaning up the C++ code and using new APIs. Original proprietary audio and video libraries from Interplay were removed, which means that some work is required before one can build a fresh copy of the game from this code base. That said, the released code is the latest 1.5 patch level, with the Mac OS and Linux support. Even if the original Descent games weren’t your cup of tea, it’s still great to see games being preserved and updated like this.

Thanks to [Phil Ashby] for the tip.

Wall of video games

Consoles, Consoles On The Wall, Can Alexa Help Me Play Them All?

If you’ve got a collection of classic game consoles, finding the space to set them all up can be a challenge. But the bigger problem is figuring out how to hook them all up to a TV that, at best, might only have two or three inputs. [odelot] recently wrote in to tell us how he solved both problems with his voice-controlled wall of gaming history.

To mount the systems to the wall, [odelot] designed and printed angled brackets that attach to specially shaped pieces of 3 mm MDF. They do a pretty good job of holding the systems at a visually interesting angle while making themselves scarce, with only the notoriously slick-bottomed Wii needing some extra clips on the front to keep it from sliding off. He also printed up a series of blocks and pipes, no doubt a reference to Mario Bros., to hold the power and video cables for each system.

Prototype version of electronics on breadboardAs to connecting them all up to his TV, [odelot] picked up an eight-device Extron VGA switch that features a serial port for remote control. After getting all the systems adapted over to the appropriate video standard, he then wired an ESP8266 to the switch and wrote some code that ties it into Amazon’s Alexa voice assistant.

By just saying the name of the system he wants to play, the microcontroller will flick the switch over to the appropriate input and turn on a ring of blue LEDs under the appropriate shelf to signify which console has been selected. There’s even an array of solid state relays that will eventually control the mains power going to each system, though [odelot] hasn’t fully implemented it yet. Currently the electronics for this project live on a fairly packed breadboard, but it looks like he’s in the early stages of designing a proper PCB to clean it all up.

Not content to simply control a commercial A/V switch? In the past we’ve seen truly dedicated console collectors design their own custom switches from the ground up, complete with a display to show the currently selected system’s logo.

Continue reading “Consoles, Consoles On The Wall, Can Alexa Help Me Play Them All?”

Turning The Virtual Boy Into A Handheld Console

The Virtual Boy, Nintendo’s most infamous failure, was plagued by several issues. The most glaring problem was the red monochrome stereoscopic display technology which gave many users a headache after even a short time playing, but it’s sky-high price and extremely limited library of games kept many prospective buyers at bay as well. There was also the issue of portability: unlike the Game Boy it was named after, the Virtual Boy barely qualified as a portable system due to the fact it needed to be set up on a table to use.

But now, thanks to the tireless efforts of [Shank], at least a few of those issues have been resolved. He’s built the world’s first truly portable Virtual Boy, which swaps the system’s troubled 3D display for a modern IPS LCD panel. The custom handheld, designed to merge the Virtual Boy’s unique aesthetic with the iconic styling of the Game Boy Advance, looks like it came from some alternate timeline where Nintendo decided to produce a cheaper and less cumbersome version of the system rather than abandoning it.

While the work [Shank] has put into the project is unquestionably impressive, it should be said that it took the efforts of several talented hackers to create the handheld Virtual Boy. The key component that made the modification possible in the first place is the VirtualTap by [Furrtek], which not only provides the VGA output that’s driving the LCD panel, but fools the system’s motherboard into believing the servo-actuated stereoscopic display is still connected and active.

It’s also using the open source power management board that [GMan] originally developed for his own portable N64, [Bassline] chipped in to cast the custom buttons and D-pad in translucent resin, and [Mitch 3D] put an untold number of hours into printing and reprinting the system’s multicolored enclosure until it came out just right.

All the little details of the final system, which [Shank] calls the Real Boy, put this project into a league of its own. Special combinations of button presses allows the user to change the color of the display, should you get sick of the infamous red-tint. The buttons also have RGB LEDs behind them that correspond with the color scheme of the display itself, for that extra bit of gamer cred. He even made sure to include the system’s original link port, despite the fact that no officially released game ever made use of it.

Our first run in with [Shank] was when he demoed a portable Wii built into a mint tin. It made for a pretty pitiful gaming experience, but the project demonstrated his dedication to seeing a project through to the end. Watching his skills improve over the last few years has been inspiring, and we can’t wait to see what he comes up with next.

Continue reading “Turning The Virtual Boy Into A Handheld Console”

RetroArch Open Hardware Aims For Plug-and-Play

At its core, the RetroArch project exists to make it easier to play classic games on more modern hardware. The streamlined front-end with its tailored collection of emulators helps take the confusion out of getting your favorite game from decades past running on whatever gadget you please, from your smartphone to the venerable Raspberry Pi. But there’s always room for improvement.

In a recent blog post, the folks behind RetroArch took the wraps off of an exciting hardware project that’s been in the works for about a year now. Referred to simply as “RetroArch Open Hardware”, the goal is to develop a fully open source cartridge adapter that will integrate seamlessly with the RetroArch software. Just plug in your original cartridge, and the game fires right up like back in the good old days.

Now to be clear, this isn’t exactly a new idea. But the team at RetroArch explain that previous devices that blurred the line between hardware and emulation have been expensive, hard to find, and worst of all, proprietary. By creating an open hardware project, they hope to truly unleash this capability on the community. Instead of having to deal with one vendor, multiple companies will be free to spin up their own clones and potentially even improve the core design. Should none of the ones on the market fit your particular needs, you’d even be free to build your own version,

What’s more, the gadget will also make it easier to create your own ROMs from cartridges you own. By appearing to the operating system as a USB Mass Storage device, users can literally drag and drop a game ROM to their computer’s desktop. No arcane software fired off from the command line; as much as we might enjoy such things, it’s not exactly intuitive for the gaming community at large. The same technique will also allow users to backup their saved progress before it’s inevitably lost to the ravages of time. The device demonstrated by the team currently only works on Nintendo 64 games, but presumably compatibility with be expanded to other cartridges in the future.

Over the years, we’ve seen a number of hombrew devices designed to read and copy game cartridges. We’ve even seen some rather polished examples that were released as open hardware. But those devices never had the public backing of such a well known group in the emulation scene, and we’re excited to see what kind of development and adoption can be spurred on by this level of legitimacy.

[Thanks to Nick for the tip.]