How did Konami lose the source code for the original Silent Hill game? Why couldn’t they just datamine the source code from the retail copies of the game?

1.07K views

I’ve heard many times that the reason the Silent Hill remaster collection didn’t turn out so well was because Konami lost the original source code and had to re-create it. But I don’t understand how that is possible. If they were selling copies of Silent Hill, why couldn’t they just take a single disk of it and datamine the source code off of it? How could they possess the game without possessing the game’s source code?

In: 1563

27 Answers

Anonymous 0 Comments

The ELI5 answer to “why couldn’t they get the source code from the retail copies” is “you can’t turn hamburger back into a cow”.

To be runnable, most code gets turned into a different form that the machine can run efficiently. This process (compilation) removes most of the information humans need to edit the code.

(Some languages tend to leave more information than others, for example with Java and .NET you even get most variable names and pretty readable code back, but with C++, you’d have a better chance with the cow than the code.)

You are viewing 1 out of 27 answers, click here to view all answers.