From ee27047f620b5acbbdccdf4151bcd6396cc33cae Mon Sep 17 00:00:00 2001 From: mon Date: Tue, 3 Mar 2015 16:24:26 +1000 Subject: [PATCH] Info about Archive.exe --- README.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 6ec7409..f9481d3 100644 --- a/README.md +++ b/README.md @@ -5,11 +5,13 @@ Decrypts Homeworld Remastered .big files into a usable format [Stable release (1.1)](https://github.com/mon/bigDecrypter/releases/tag/v1.1) ##Usage: -`bigDecrypter.exe inputBig outputBig` +`bigDecrypter.exe inputBig.big outputBig.big` -The output big is identical in format to Homeworld 2 (it is the same engine, after all), so use any of the many existing tools to extract it. If you install the Remastered tools, Archive.exe will do it for you. +The output big is identical in format to Homeworld 2 (it is the same engine, after all), so use any of the many existing tools to extract it. If you install the Remastered tools, Archive.exe will do it for you. Go to Steam, install the Homeworld Remastered Toolkit: + +`\GBXTools\WorkshopTool\Archive.exe -e C:\Destination\Directory -a decrypted.big` ##Compiling: -Nothing special here. I use gcc, pick your favourite C compiler. +Nothing special here. I use mingw gcc, pick your favourite C compiler. `gcc -Wall bigDecrypter.c -o bigDecrypter.exe`