mirror of
https://github.com/Virtual-World-RE/NeoGF.git
synced 2024-11-15 12:45:34 +01:00
retrais de la contrainte .pzz dans l'unpack
This commit is contained in:
parent
884bc0fd4e
commit
3af4536d70
|
@ -144,9 +144,6 @@ def pzz_compress(b):
|
||||||
|
|
||||||
def pzz_unpack(pzz_path, dest_folder):
|
def pzz_unpack(pzz_path, dest_folder):
|
||||||
# Script BMS pour les pzz de ps2 (GioGio's adventure) -> https://zenhax.com/viewtopic.php?f=9&t=8724&p=39437#p39437
|
# Script BMS pour les pzz de ps2 (GioGio's adventure) -> https://zenhax.com/viewtopic.php?f=9&t=8724&p=39437#p39437
|
||||||
if pzz_path.suffix != ".pzz":
|
|
||||||
raise("Unpack - Invalid file format" + pzz_path.suffix +
|
|
||||||
" ; unpack take only .pzz fileformat")
|
|
||||||
|
|
||||||
if dest_folder != Path('.'):
|
if dest_folder != Path('.'):
|
||||||
unpacked_pzz_path = dest_folder
|
unpacked_pzz_path = dest_folder
|
||||||
|
|
Loading…
Reference in New Issue
Block a user