Skip to content

Decrypts Homeworld Remastered .big files into a usable format

License

Notifications You must be signed in to change notification settings

Juiceman/bigDecrypter

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

bigDecrypter

Decrypts Homeworld Remastered .big files into a usable format

##Download: Stable release

##Usage: Drag your .big file onto dropBigHere.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:

<HOMEWORLD_REMASTERED_INSTALL>\GBXTools\WorkshopTool\Archive.exe -e C:\Destination\Directory -a decrypted.big

##Compiling:

At console, run make. I use mingw gcc under cygwin, pick your favourite C compiler.

About

Decrypts Homeworld Remastered .big files into a usable format

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C 98.9%
  • Other 1.1%