Skip to content

Commit

Permalink
Add easy converter, make readme more general to avoid per-version upd…
Browse files Browse the repository at this point in the history
…ates
  • Loading branch information
mon committed Mar 4, 2015
1 parent ee27047 commit 72ee88e
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,13 @@
Decrypts Homeworld Remastered .big files into a usable format

##Download:
[Stable release (1.1)](https://github.com/mon/bigDecrypter/releases/tag/v1.1)
[Stable release](https://github.com/mon/bigDecrypter/releases)

##Usage:
Drag your .big file onto `dragToConvert.bat`.
A file ending with _decrypted will be created in the same directory as the original.

Or use the command line:
`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. Go to Steam, install the Homeworld Remastered Toolkit:
Expand Down
3 changes: 3 additions & 0 deletions dragToConvert.bat
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
@echo off
bigDecrypter.exe "%1" "%~d1%~p1%~n1_decrypted%~x1"
pause

0 comments on commit 72ee88e

Please sign in to comment.