Live data from Hacker News

Open-ribbon – A Project to reverse engineer the PS1 music game Vib-Ribbon

github.com

21–28 of 28 posts

Re: Open-ribbon – A Project to reverse engineer the PS1 music game Vib-Ribbon

#21
post #13

Is this legal? I know decompiling is legal in some areas for specific reasons. But I don't think that you can open source the result of that decompilation. You end up with an artifact based on something you don't have the rights to relicense.

Well, its not legal obviously to decompile and share the code online. But its just a matter of "will they care" and the answer is most likely NO. Just like SM64, it is open sourced on GitHub but they never got any complain from Nintendo asking to shut down anything.

It's probably fair use. There's no harm to the market for the original work (ROMs and assets aren't shared, only the decompiled/recreated code), it's not made for profit/commercial use, the nature of the use and work is about the code and not the artistic aspects of the game, etc.

Nintendo hasn't gone after the repos because they have a very solid fair use defense. They have, however, taken action against shared EXEs derived from that source code which DO contain the copyrighted SM64 assets. The fact that they went against that and not the code-only project shows they probably agree with this analysis.

Re: Open-ribbon – A Project to reverse engineer the PS1 music game Vib-Ribbon

#22

Woooo! This was a simple but great game, and the music was just GREAT. Also, you could pop open the PS1 CD reader, and put whatever Audio CD you had around, so you could play with custom music that, more or less, was followed by the game levels.

Which was fascinating, technically speaking, because the PlayStation was never intended to be played without a game disc in the drive. Vib Ribbon's graphics are so brutally simple because the entire game has to fit in 2 megabytes of RAM when you remove the disc. It loads it on boot and then never touches the data track again.

There are actually a couple of games that were like that. I remember Ridge Racer 1 also allowed it.

Re: Open-ribbon – A Project to reverse engineer the PS1 music game Vib-Ribbon

#23

Not sure if you are one of the people working on this. But some screenshots inthe readme would be nice for the unfamiliar :-) This reminds me of the demo disc i got with my ps1, it had a music visualizer that also loaded into memory and then let you swap out a disc.

The BIOS on PS1 consoles also had visualizations when playing audio CDs.

Re: Open-ribbon – A Project to reverse engineer the PS1 music game Vib-Ribbon

#25
I love this so much. I remember reading about this game in a PS1 magazine as a kid, but I could never get my hands on it. For some reason, it stuck with me for all these years until I finally got around to making an open source Android game inspired by it: https://github.com/beat-feet/beat-feet. The idea of loading up your own MP3 files and playing levels is something I think should get a lot more mileage.

Re: Open-ribbon – A Project to reverse engineer the PS1 music game Vib-Ribbon

#26
What's up with the recent blow up in popularity of this simple rhythm game woth sound generated obstacles, that is neither groundbreaking technologically and not even impressive gameplay wise, with unaccurate obstacles not matching anything really in the sound and lacking in variety?

I have first seen it like a week ago in this video essay https://youtu.be/1X6D39Cd34k where it seemed to have an adorable initial vibe, but after a minute of interaction, there is no more novelty and engaging content in it. What in this concept makes it worth our time, compared to AudioSurf, osu, PaRappa, or more recent, stunning Thumper?

Re: Open-ribbon – A Project to reverse engineer the PS1 music game Vib-Ribbon

#27
Ahaha, this is amazing! Was only searching this on Goog cause I just bought it off ebay (I'm collecting retro games to play).

So weird to see this up from only 4 days ago. Can't wait to play it, I love the vibe of the game and the theme song/vibri are so cute!

Re: Open-ribbon – A Project to reverse engineer the PS1 music game Vib-Ribbon

#28

What's up with the recent blow up in popularity of this simple rhythm game woth sound generated obstacles, that is neither groundbreaking technologically and not even impressive gameplay wise, with unaccurate obstacles not matching anything really in the sound and lacking in variety? I have first seen it like a week ago in this video essay https://youtu.be/1X6D39Cd34k where it seemed to have an adorable initial vibe,…

Dude, it's a game from the 90s, cut it some slack, damn.

Not only is it a cute game, but it's interesting technically too, the entire game fits in ram so that you can remove the game disk and pop in a music CD to generate a level.

They shelved it during dev for like 1.5 years or something until they figured out how to look 8 seconds ahead of the currently playing music on ps1.

It was originally being developed as part of an ad campaign for Mercedes A class, but then Mercedes dropped out and the game eventually became vib ribbon (cool origin story).

The vector graphics are pretty unique stylistically for ps1 as a platform, no other games really used that style.

Plus reverse engineering it would probably help people build better modified audio tracks to get the game to produce even better maps.

Those are just some of the reasons why other people might find it worth their time.

I think my only nitpick with it is that the generated levels could match the beat a little more/game seems like it could be a bit more difficult.

Post reply on HN