Hacker News

New stories

Live mirror
30 storiesupdated just nowView source snapshot
  1. Lint-HTTP 0.1.0 – Easy to use, complete HTTP traffic linter(crates.io ↗)
    discuss
  2. While the human's away, do the agents slip into foul play?(yuv.run ↗)
    discuss
  3. Winning the Visa Lottery(aeaweb.org ↗)
    discuss
  4. The Rise of Niche Consumption(aeaweb.org ↗)
    discuss
  5. Presley Gerber, Son of Cindy Crawford and Rande Gerber, Dies at 27(hollywoodreporter.com ↗)
    discuss
  6. Talk to Hector Salamanca, powered by Jev and a bell(jev-hector.vercel.app ↗)
    discuss
  7. Rally English(wikipedia.org ↗)
    discuss
  8. The Trouble with 'Ntile()'(djnavarro.net ↗)
    discuss
  9. The Genesis of Attribute Grammars [pdf](miami.edu ↗)
    discuss
  10. New wild cat species is identified for first time in 100 years(nbcnews.com ↗)
    discuss
  11. A Silicon Valley radical: Trump's AI whisperer pushing for limited regulation(theguardian.com ↗)
    discuss
  12. Vibemaxxer(cro.sh ↗)
    discuss
  13. China is not ready for a post-American world(economist.com ↗)
    discuss
  14. NYTimes Journalist Regrets Long Ordeal Sending Daughter to Worse NY Schools(nytimes.com ↗)
    discuss
  15. Skills to Make the Perfect Website(github.com/noamankhalil ↗)
    discuss
  16. Chemical and Biological Weapons Explained – Brett Edwards (2024) [video](youtube.com ↗)
    1comments
  17. You Are the Executive Now(sundaylettersfromsam.substack.com ↗)
    discuss
  18. NASA's Moon Orbiter Spots New, 'Once-in-Century' Moon Crater(nasa.gov ↗)
    discuss
  19. Show HN: GrowSpot – checks if a plant can live in an exact spot, not just a room(growspotapp.com ↗)
    discuss
  20. Show HN: Hibi – An open-source obsidian alternative(github.com/schmayterling ↗)
    discuss
  21. Linus demands real users before hazard pointers land(freenode.net ↗)
    discuss
  22. How we're (actually) all going to die(siliconpalace.substack.com ↗)
    2comments
  23. Want to Entice New Residents? Offer Cash, for a Start(nytimes.com ↗)
    discuss
  24. Relativistic Raytracing(publish.obsidian.md ↗)
    discuss
  25. Memoization application that you have used but might not know(github.com/prashant2400 ↗)
    discuss
  26. ZCode, embroiled in a controversy over stealing user code, is now open source(github.com/zai-org ↗)
    discuss
  27. Show HN: Ambits – agentic grep/rg tool will history tracking(github.com/joshlong145 ↗)
    discuss
  28. Coding Theory: A Playful Introduction(paramrathour.github.io ↗)
    discuss
  29. Scammers found a way to make people drain their own wallets(twitter.com/wyckoffweb ↗)
    2comments
  30. Kelvin Wave(wikipedia.org ↗)
    discuss

Ogre Battle 64 Recompiled Project at 99.05%

44 pointsby 6h agogithub.com
15 comments
6h agoHN ↗

The % is estimated based on the number of functions that still need to be recompiled. It is already possible to play and even create mods! As other recomp projects, you need to provide your own ROM.

6h agoHN ↗

Nice I have not thought about this game in years.

5h agoHN ↗

What is the legal status of recompilation projects like these? Greyer or less grey than emulators?

4h agoHN ↗

I'm not aware of legal trouble involving the the Zelda 64 recomp project, which would have a much higher chance of attracting the attention of big N (especially now that a new version of OoT is coming out).

At least in the way that I see it, a recomp is like building your own turntable to play your vinyl records, after stydying their grooves and infering how they would sound (so I guess that it would be less gray than an emulator).

4h agoHN ↗

No one can say anything, no game rom is ever bundled in the official releases of these recomps. We always have to provide the roms. Where from, it's another story.

3h agoHN ↗

It's basically the same as emulation as long as the recompiled code doesn't get distributed (which this project doesn't do AFAIK). Functionally the only difference between a "recomp" and traditional console emulation is that the assembly code that the CPU runs is translated to C then compiled to native code, rather than being interpreted or JIT compiled at runtime. Traditionally recompilation was mainly used when porting games to platforms where the emulation overhead would have been too much, like if you were making a GBA port of a Sega Genesis game. With these enhanced ports, I guess the idea is that if you're making a game specific "emulator" anyway, you might as well recompile the code and get rid of the overhead of interpretation.

Note that this isn't the same as a "decomp" where the goal is to make readable source code that resembles something that the original developers would have worked with. A "recomp" simply translates the assembly instructions to C. You end up with "assembly code but in C" rather than idiomatic C code.

2h agoHN ↗

More infringing than emulators. De/recompilation projects are pretty clearly 'derivative works' of the original copyrighted program code, even if they require the original ROM in order to extract other assets necessary to compile a fully playable artifact.

The closer analogy would be fan-translation patches, which are also pretty clearly copyright-infringing derivative works though generally tolerated by rights holders.

Companies often encourage (or at least turn a blind eye to) creative derivative works from fan communities, especially if they're non-commercial and aren't cutting into the market share of their own official products enough for them to take notice.

1h agoHN ↗

This is a recomp project, not a decomp project; the original binary is supplied by the user, mechanically translated into source code at an architecture level (rather than a human-readable level), and patched. It’s AOT dynamic recompilation and the original IP isn’t distributed.

I do agree that decompilation projects are obviously not transformative (the only fair use feet they really have to stand on are purpose and market effect), but recomp projects are a little more interesting and might live on much less shaky footing.

1h agoHN ↗

It's sad that we even have to think about this. Ogre Battle 64 is 27 years old now. Under the law that preceded the Copyright Act of 1976, it would be entering the public domain right about now.

It's absurd how long we've made copyright terms, and it's really endangering preservation.

1h agoHN ↗

This is not a true recomp as it is being done by DeepSeek. Do not touch this.

All AI recomps are not to be used, nor considered true recomps. They likely contain stolen or copyrighted code.

1h agoHN ↗

What is a "true recomp"? If it works as the original did, then it's a recompilation no matter the author.

You may not like that the author is mostly an LLM, but the output clearly works.

37m agoHN ↗

They likely contain stolen or copyrighted code.

How would that be possible when it's trying to byte-match the original binaries

1h agoHN ↗

Nice. Haven't played this since the N64. It was one of the best games of the system, and I think OB64 in particular gets overlooked next to Tactics Ogre and Final Fantasy Tactics due to the lack of Matsuno's involvement. But it's head and shoulders better than the original Ogre Battle, and can stand toe-to-toe with Matsuno's best.

I'd love to play it again some day, since my first playthrough was without a guide and despite 60+ hours logged into the game, I ended up getting the worst ending thanks to the completely unexplained mechanic that your ending was determined by how many forts you "liberate" vs "conquer" (basically was your character of a higher or lower alignment than the fort when you captured it).

14m agoHN ↗

Next time, try a walkthrough from GameFAQs. Printed that bad boy out at school and played into the wee hours when I was a teen. Still my absolute favorite RPG, but I needed all to get all the secrets, all the birthday items, all the unique characters that only existed in so-and-so town after the campaign ended, etc. To this day, all I'd want in a modern RPG is something like Ogre Battle 64, and instead all I get is the SNES/PS1 version (my current copy is the latter, since the SNES yielded me a very nice aftermarket price about a decade ago), which is great, but definitely rougher in comparison.

Nothing since has come close.