View Single Post
  #1  
Old 24-06-2016, 12:15
gozarck's Avatar
gozarck gozarck is offline
Registered User
 
Join Date: Nov 2013
Location: Argentina
Posts: 163
Thanks: 254
Thanked 495 Times in 114 Posts
gozarck is on a distinguished road
Unpack files with progress in batch

GOZARCK SALUTE YOU!!!!

This time i wanna share unpack Multi-files with progress.

1.Got to Bin folder and Open data.dll with notepad++ and set the path and the files to be extracted.

[data.dll]
Code:
D:\MyGame\Unpacked\data1\ dat_01.bin
D:\MyGame\Unpacked\data2\ dat_02.bin
D:\MyGame\Unpacked\data3\ dat_03.bin
D:\MyGame\Unpacked\data4\ dat_04.bin
2.Now open "df.dll" (destination folder) and set the same path.
This is for the progress bar because you tell to the batch read this folder constantly until you reach the megabytes required to complete 100 %.

[df.dll]
Code:
D:\MyGame\Unpacked

3.Now Open "mb.dll" is the Total size of the game folder in MB in my case is 308MB.
This is for the progress bar because you tell to the batch read this folder constantly until you reach the 308 megabytes(in my case) required to complete 100 %. of the progress bar.

[mb.dll]
Code:
308
4. Now open the "Unpacker_V8.cmd" and go to line 79 to set the shorcut.

[Unpacker_V8.cmd]
Code:
REM Set shortcut here set the path and the name(mygame.exe it's just an example). the number 45 is the icon image.
Bin\nircmdc.exe shortcut "D:\MyGame\Unpacked\data1\mygame.exe" "~$folder.desktop$" "Mygame" 45

5. If you compress with others external compressions, just copy arc.ini and the compressors (nanozip or reflate) into the Bin folder.

Please feel free to modify this batch files.
Attached Files
File Type: 7z UnpackerV8.7z (3.85 MB, 225 views)
__________________
-the science of the useless-
Reply With Quote
The Following 12 Users Say Thank You to gozarck For This Useful Post:
1234567890123 (24-06-2016), arkantos7 (27-06-2016), felice2011 (25-06-2016), Gehrman (28-04-2021), Harsh ojha (12-09-2019), kenzo34 (24-06-2016), Lucas65 (27-06-2016), mikey26 (24-06-2016), RamiroCruzo (25-06-2016), Razor12911 (25-06-2016), SAM2712 (25-06-2016), Simorq (24-06-2016)
Sponsored Links