Updating README.md
This commit is contained in:
parent
37dd00291c
commit
70ca68ec33
12
README.md
12
README.md
@ -1,18 +1,14 @@
|
|||||||
# HLM2-Wad-Extract #
|
# HLM2-Wad-Extract #
|
||||||
|
|
||||||
This tool extracts binary asset data (including the soundtrack in OGG format) packaged with [Hotline Miami 2: Wrong
|
This tool extracts binary asset data (including the soundtrack in OGG format) packaged with the game [Hotline Miami 2:
|
||||||
Humber](https://en.wikipedia.org/wiki/Hotline_Miami_2:_Wrong_Number).
|
Wrong Humber](https://en.wikipedia.org/wiki/Hotline_Miami_2:_Wrong_Number).
|
||||||
|
|
||||||
## Dependencies ##
|
## Requirements ##
|
||||||
|
|
||||||
* [Python 2.7](https://www.python.org/download/releases/2.7/)
|
* [Python 2.7](https://www.python.org/download/releases/2.7/)
|
||||||
|
|
||||||
## Usage ##
|
## Usage ##
|
||||||
|
|
||||||
This application extracts asset data from the WAD files that are shipped with the game (currently
|
|
||||||
`hlm2_data_desktop.wad` and `hlm2_patch_desktop.wad`). These files can be found in the game install path; on Linux, this
|
|
||||||
is the `~/.steam/steam/steamapps/common/Hotline Miami 2` directory.
|
|
||||||
|
|
||||||
Execute `extract.py` script with the `-h` option for a description of available options:
|
Execute `extract.py` script with the `-h` option for a description of available options:
|
||||||
|
|
||||||
```
|
```
|
||||||
@ -36,6 +32,8 @@ For example, in order to extract the game's music files only, you could execute
|
|||||||
$ ./parse.py --pattern "*.ogg" hlm2_data_desktop.wad
|
$ ./parse.py --pattern "*.ogg" hlm2_data_desktop.wad
|
||||||
```
|
```
|
||||||
|
|
||||||
|
The relevant WAD files can be found in the `~/.steam/steam/steamapps/common/Hotline Miami 2` directory on Linux.
|
||||||
|
|
||||||
## License ##
|
## License ##
|
||||||
|
|
||||||
MIT
|
MIT
|
||||||
|
Loading…
Reference in New Issue
Block a user