From 933e7d378f5f420f83e75a4c40fedaef32785d3d Mon Sep 17 00:00:00 2001 From: Alex Yatskov Date: Fri, 13 Mar 2015 19:46:52 +0900 Subject: [PATCH] Updating readme for hlm2-wad-extract --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b017036..1ebd6e4 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,8 @@ This application is a tool to extract the asset data used in the newly released [Hotline Miami 2: Wrong Humber](https://en.wikipedia.org/wiki/Hotline_Miami_2:_Wrong_Number) game. You can download or clone the latest version -from its [GitHub project page](https://github.com/FooSoft/hlm2-wad-extract). +from the [GitHub project page](https://github.com/FooSoft/hlm2-wad-extract). Although it was developed on Linux, it +should work fine on other platforms. After purchasing and thoroughly enjoying this title, I thought that I would like to listen to the excellent soundtrack while coding. I was slightly disappointed when I discovered that the music data was not simply included in the install @@ -35,7 +36,7 @@ optional arguments: For example, in order to extract the game's music files only, you could execute the following command: -`./parse.py --pattern "*.ogg" --output test hlm2_data_desktop.wad` +`./parse.py --pattern "*.ogg" --output hlm2_data_desktop.wad` While I expect this utility to be trivial for all to use, let me know if you encounter any difficulties or unexpected behavior.