Skip to content

libertyernie/wad-tools

Folders and files

NameName
Last commit message
Last commit date

Latest commit

b77f472 · Nov 28, 2022

History

27 Commits
Mar 20, 2021
Mar 19, 2021
Mar 19, 2021
Mar 19, 2021
Nov 28, 2022
Mar 19, 2021
Nov 13, 2020
Nov 28, 2022
Nov 28, 2022
Nov 28, 2022
Mar 20, 2021
Mar 19, 2021
Mar 20, 2021
Mar 20, 2021
Mar 20, 2021
Nov 28, 2022
Nov 28, 2022
Mar 20, 2021
Nov 28, 2022
Nov 28, 2022
Nov 28, 2022
Mar 20, 2021
Nov 28, 2022
Mar 20, 2021

Repository files navigation

wad-tools

A fork of BFGR WadTools v0.39a with some small tweaks.

The biggest change is the new optional arguments to wadpacker and wadunpacker. wadunpacker can now take two additional arguments after the .wad filename: the folder to extract to (default is derived from the .wad itself) and the path to common-key.bin (default is to look in the current directory). wadpacker also has a new -k argument that lets you specify the path to common-key.bin.

Other fixes include:

  • All gcc compiler warnings taken care of
  • Unused code removed
  • Code can now compile as C++
  • Code can now compile as C++/CLI, which avoids the openssl dependency by using .NET