diff --git a/modules/title/ciosbuild.py b/modules/title/ciosbuild.py index 8339ef6..d95ec52 100644 --- a/modules/title/ciosbuild.py +++ b/modules/title/ciosbuild.py @@ -129,7 +129,6 @@ def build_cios(args): title_key_common = libWiiPy.title.encrypt_title_key(title_key_dec, 0, title.tmd.title_id) title.ticket.title_key_enc = title_key_common title.ticket.common_key_index = 0 - title.tmd.vwii = 0 # Ensure the WAD is fakesigned. title.fakesign() diff --git a/modules/title/wad.py b/modules/title/wad.py index 404f643..b3858fe 100644 --- a/modules/title/wad.py +++ b/modules/title/wad.py @@ -370,7 +370,6 @@ def handle_wad_v2w(args): title_key_common = libWiiPy.title.encrypt_title_key(title_key_dec, 0, title.tmd.title_id) title.ticket.title_key_enc = title_key_common title.ticket.common_key_index = 0 - title.tmd.vwii = 0 title.fakesign() output_path.write_bytes(title.dump_wad()) print(f"Successfully re-encrypted vWii WAD to regular WAD \"{output_path.name}\"!")