- What that "data recovery" firm did to the tape should be considered a crime!
- I wouldn't really call this a port, but it is definitely some impressive work in getting it to run on a platform this different from the target hardware.
- Hoping you'll make a quick CSS adjustment for the links in the top bar in dark mode. They're black on near-black right now, for visited links. I use custom CSS to fix that for myself right now.
In particular, there is a line in layout.css that goes:
.page-header a:visited { color: #000; }
and should probably have an override in dark.css.
- What dark mode are you using? I'm happy to change the CSS but wasn't aware this was a problem.
- Here is the blog post where they give more information: https://www.ea.com/games/command-and-conquer/command-and-con...
- Thanks for posting that! This is a cool project, and that comes across much better on a video than on the site, which lacks even a single screenshot.
- Funnily enough, I think Bob has become so notoriously reviled that more people hate it (or are at least very much aware of the hatred) than have ever used it.
And there's this, by Dave Plummer, who ended up being responsible for shipping more copies of Bob than ever sold: https://youtu.be/rXHu9OmLd8Y
- That is really cool to see. There's a cheat code for the DOS version of Bubble Bobble that makes them visible during the game. That was such an eye-opener for me when I was making a game in that style and tried to come up with an algorithm for how the bubbles floated. The reality was so much simpler... they basically cheated!
- Thank you for having initiated the site!
- I love these. Great for writing or even reading assembly code or implementing emulators.
- If you like this (and who doesn't?), check out Bisqwit "Cracking Videogame Passwords" series from quite a few years back:
Season 1 - https://www.youtube.com/playlist?list=PLzLzYGEbdY5nEFQsxzFan...
Season 2 - https://www.youtube.com/playlist?list=PLzLzYGEbdY5mmad-FKPIl...
- More
The part I would call a true port is how he changed the ReactOS bootloader to work with the AppleTV - looking through the commit history on that is fascinating, I can recommend it if you haven't done so. Check it out at https://github.com/DistroHopper39B/reactos/commits/AppleTV-D...
To be honest, I'm actually more impressed by how he got XP to work almost entirely unmodified than if he had done what I would consider a true port of the full OS.