mirror of
https://github.com/Ap0dexMe0/unixtract.git
synced 2026-07-16 05:04:22 +02:00
general: improve message consistency + rewrite novatek nfwb
This commit is contained in:
+2
-1
@@ -116,7 +116,8 @@ pub fn extract_epk1(mut file: &File, output_folder: &str) -> Result<(), Box<dyn
|
||||
|
||||
let data = common::read_file(&file, pak.offset as u64 + 128, pak.size as usize - 128)?;
|
||||
|
||||
println!("\nPak {}: {}, Offset: {}, Size: {}, Platform: {}", i + 1, pak_header.pak_name(), pak.offset, pak.size, pak_header.platform_id());
|
||||
println!("\n({}/{}) - {}, Offset: {}, Size: {}, Platform: {}",
|
||||
i + 1, paks.len(), pak_header.pak_name(), pak.offset, pak.size, pak_header.platform_id());
|
||||
|
||||
let output_path = Path::new(&output_folder).join(pak_header.pak_name() + ".bin");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user