1
Fork 0

Compare commits

...

10 Commits

Author SHA1 Message Date
Alex Yatskov cdc6fb1f14 Update README 2022-07-14 14:14:42 -07:00
Alex Yatskov 3ab4c2e8e4 Add site metadata 2021-12-14 17:10:48 -08:00
Alex Yatskov b87d40e96e Update README 2021-06-08 20:54:09 -07:00
Alex Yatskov d2a2a5daf6 Updating README.md 2019-04-28 16:02:10 -07:00
Alex Yatskov e53725952d Updating README.md 2019-04-28 12:33:36 -07:00
Alex Yatskov 3fcfcc5e52 update license file 2019-04-28 11:50:20 -07:00
Alex Yatskov 72bd25a332 Updating README.md 2017-07-30 17:37:23 -07:00
Alex Yatskov b0944325d3 Updating README.md 2016-09-06 21:16:11 -07:00
Alex Yatskov ea8d292c5f Updating README.md 2016-09-06 21:13:43 -07:00
Alex Yatskov 70ca68ec33 Updating README.md 2016-07-06 20:48:13 -07:00
2 changed files with 25 additions and 16 deletions

18
LICENSE Normal file
View File

@ -0,0 +1,18 @@
Copyright 2015-2019 Alex Yatskov
Permission is hereby granted, free of charge, to any person obtaining a copy of
this software and associated documentation files (the "Software"), to deal in
the Software without restriction, including without limitation the rights to
use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
the Software, and to permit persons to whom the Software is furnished to do so,
subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

View File

@ -1,19 +1,12 @@
# HLM2-Wad-Extract #
# HLM2-Wad-Extract
This tool extracts binary asset data (including the soundtrack in OGG format) packaged with [Hotline Miami 2: Wrong
Humber](https://en.wikipedia.org/wiki/Hotline_Miami_2:_Wrong_Number).
This tool extracts binary asset data (including the soundtrack in OGG format) packaged with the game [Hotline Miami 2:
Wrong Humber](https://en.wikipedia.org/wiki/Hotline_Miami_2:_Wrong_Number).
## Dependencies ##
## Usage
* [Python 2.7](https://www.python.org/download/releases/2.7/)
## 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 ([Python
2.7](https://www.python.org/download/releases/2.7/) is required).
```
usage: parse.py [-h] [--pattern PATTERN] [--output DIRECTORY]
@ -36,6 +29,4 @@ For example, in order to extract the game's music files only, you could execute
$ ./parse.py --pattern "*.ogg" hlm2_data_desktop.wad
```
## License ##
MIT
The relevant WAD files can be found in the `~/.steam/steam/steamapps/common/Hotline Miami 2` directory on Linux.