133 points by metrofun 1 day ago | 96 comments | View on ycombinator
groundzeros2015 1 day ago |
LaurensBER 1 day ago |
From a technical perspective emulation is absolutely amazing, it requires deep technical knowledge, an excellent understanding of the source system and the optimisations are on another level.
wk_end 1 day ago |
Made using the leaked debug build and its symbols, which shows how meaningful the work the game preservation community that acquires and distributes these things is.
OTOH this is pretty off-putting:
> Where the compiler needed a particular source shape to reproduce a register choice or a schedule and no natural spelling was found, the construct is marked with a // COMPILER-DIFF: comment (644 of them: dead tests, empty asm("") launders and anchors, register T x asm("rN") pins, padding statements).
To me the value of a decomp isn't reproducing the original bytes per se (we already have the original bytes after all) - it's about reconstructing the understanding of the original game as represented by human-readable source code; getting byte-for-byte is just an indication that you've gotten it right. Needing to add a bunch of slop to force the compiler to match the original output is actually just an indication that you've gotten it wrong - and it's a demonstration of the danger of Goodhart's law, especially as it applies to AI.
shakna 1 day ago |
You inherit the copyright from the original, as this is derivative.
There's a reason decompilation has always been a grey area of seeing whether or not the copyright holder cares.
mikae1 1 day ago |
Too bad all the cool decompilation is happening for games on early 3D centric consoles. I say this a Quake fanatic. Low res textures combined with that blurry bilinear style filtering is a look that's not easy to love. It's just a generational thing I guess.
ricardobeat 1 day ago |
undefined 1 day ago |
sharktheone 1 day ago |
devinprater 1 day ago |
mw888 1 day ago |
The unceremonious use of (what I speculate is) AI-assistance is becoming more normal. I think a lot of people who were die-hard skeptics will just quietly protest less and less. Also, for people who use it well and poorly alike, the urge to not advertise any AI-use at all is common today. People who know how to use it well don't feel the need to explain themselves to unreasonable absolutist skeptics.
davikr 1 day ago |
Dwedit 1 day ago |
vivzkestrel about 11 hours ago |
- can someone skilled and passionate look into doing some of the older ubi titles?
- like maybe rainbow six vegas 1/2 or
- splinter cell games?
sick_of_slop 1 day ago |
void Em1eWeaponSet(cEm10* em) { Em10Work* w = EM10_WK(em);