Silent Hill PS1 - Extracting Files

Channel:
Subscribers:
679
Published on ● Video Link: https://www.youtube.com/watch?v=GB8W1su-rxY



Game:
Duration: 1:15
32 views
2


A simple, not edited and quick video on how to extract the game files

In this video I used a Python script for extracting Silent Hill PS1 files which is this one on the link below:
https://github.com/Vatuu/silent-hill-decomp/blob/master/tools/silentassets/extract.py

Steps on how to do this:
1. You will need Python installed (obviously)
and a batch file (or just use cmd, but I recommend a .bat file anyway)

2. Create a document text file and rename it to "extract_silenthill.bat" or anything with the ".bat" extension included on the file, make sure you have the folders option that you can edit file extensions first!

3. Write the command line in the created batch file:
python extract.py --executable "C:\Games\Silent Hill\SLUS_007.07" --silentFile "C:\Games\Silent Hill\SILENT" --hillFile "C:\Games\Silent Hill\HILL" "C:\Games\Silent Hill\Files"
pause

You will need the executable file of Silent Hill and it has to be the PAL or NTSC version executable file, the "SILENT" file and the "HILL" file. of course to make this work you have to change the directories of the command line.
(Use the "pause" to pause the console prompt to see the debugging messages)

You can get Python in the Python releases page here:
https://www.python.org/downloads/

Python is a high-level, general-purpose programming language. Its design philosophy emphasizes code readability with the use of significant indentation.[31]

Python is dynamically typed and garbage-collected. It supports multiple programming paradigms, including structured (particularly procedural), object-oriented and functional programming. It is often described as a "batteries included" language due to its comprehensive standard library.[32][33]

Guido van Rossum began working on Python in the late 1980s as a successor to the ABC programming language and first released it in 1991 as Python 0.9.0.







Other Statistics

Silent Hill Statistics For BuilderDemo7

Currently, BuilderDemo7 has 12,039 views for Silent Hill across 15 videos. There's close to an hours worth of content for Silent Hill published on his channel, or 5.81% of the total watchable video on BuilderDemo7's YouTube channel.