Skip to content

Commit

Permalink
Info about Archive.exe
Browse files Browse the repository at this point in the history
  • Loading branch information
mon committed Mar 3, 2015
1 parent 88f6d79 commit ee27047
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:

`<HOMEWORLD_REMASTERED_INSTALL>\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`

0 comments on commit ee27047

Please sign in to comment.