This repository has been archived by the owner on May 11, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathALOV_Unpacker.bat
162 lines (121 loc) · 4.39 KB
/
ALOV_Unpacker.bat
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
@echo off
SET "zipper=7z.exe"
SET "low_n_first=ALOV ME3 v1.1.1 (1080p) (Part 1 of 2)-773-1-1-1-1576138407.zip"
SET "low_n_second=ALOV ME3 v1.1.1 (1080p) (Part 2 of 2)-773-1-1-1-1576138384.zip"
SET "low_first=A Lot Of Videos (ALOV) for ME3 - 1080p_1.1.1.zip.001"
SET "low_second=A Lot Of Videos (ALOV) for ME3 - 1080p_1.1.1.zip.002"
SET "high_n_first=ALOV ME3 v1.1.1 (4K) (Part 1 of 4)-773-1-1-1-1576267099.zip"
SET "high_n_second=ALOV ME3 v1.1.1 (4K) (Part 2 of 4)-773-1-1-1-1576310196.zip"
SET "high_n_third=ALOV ME3 v1.1.1 (4K) (Part 3 of 4)-773-1-1-1-1576310213.zip"
SET "high_n_forth=ALOV ME3 v1.1.1 (4K) (Part 4 of 4)-773-1-1-1-1576310223.zip"
SET "high_first=A Lot Of Videos (ALOV) for ME3 - 4K_1.1.1.zip.001"
SET "high_second=A Lot Of Videos (ALOV) for ME3 - 4K_1.1.1.zip.002"
SET "high_third=A Lot Of Videos (ALOV) for ME3 - 4K_1.1.1.zip.003"
SET "high_forth=A Lot Of Videos (ALOV) for ME3 - 4K_1.1.1.zip.004"
ECHO A Lot Of Videos (ALOV) for ME3 - Unpacker for version 1.1.1
ECHO _
ECHO This automatic unpacker will do everything by itself (assuming all part files are present).
ECHO If any files are missing you will be informed which ones are.
ECHO The process might be long (depending on your PC's specs).
ECHO Typical finish time for full extraction of the 1080p package is 30 minutes, or 1 hour 30 minutes for the 4K package.
ECHO Do not exit or stop this process until informed it has finished.
ECHO _
ECHO Checking for 7zip executable . . .
IF EXIST "%zipper%" (
ECHO 7zip executable confirmed.
) ELSE (
ECHO !!! 7zip executable not detected.
ECHO !!! Make sure the "%zipper%" is placed next to this bat file.
PAUSE
Exit /b
)
ECHO _
ECHO Checking for 1080p package files . . .
IF EXIST "%low_n_first%" (
IF EXIST "%low_n_second%" (
ECHO 1080p package files detected.
ECHO Unpacking . . .
IF EXIST "%low_first%" (
ECHO 1080p package Part 1 unpacked detected.
ECHO Skipping to Part 2 . . .
) ELSE (
7z.exe x "%low_n_first%"
)
IF EXIST "%low_second%" (
ECHO 1080p package Part 2 unpacked detected.
ECHO Skipping . . .
) ELSE (
7z.exe x "%low_n_second%"
)
ECHO _
ECHO First stage of unpacking finished.
ECHO Unpacking final stage . . .
7z.exe x "%low_first%"
ECHO _
ECHO Unpacking of the 1080p package finished.
) ELSE (
ECHO !!! 1080p package "%low_n_second%" not detected.
ECHO !!! If you want to use 1080p version download it from Nexus mods and place it next to this bat file.
)
) ELSE (
ECHO !!! 1080p package "%low_n_first%" not detected.
ECHO !!! If you want to use 1080p version download it from Nexus mods and place it next to this bat file.
)
ECHO _
ECHO Checking for 4K package files . . .
IF EXIST "%high_n_first%" (
IF EXIST "%high_n_second%" (
IF EXIST "%high_n_third%" (
IF EXIST "%high_n_forth%" (
ECHO 4K package files detected.
ECHO Unpacking . . .
IF EXIST "%high_first%" (
ECHO 4K package Part 1 unpacked detected.
ECHO Skipping to Part 2 . . .
) ELSE (
7z.exe x "%high_n_first%"
)
IF EXIST "%high_second%" (
ECHO 4K package Part 2 unpacked detected.
ECHO Skipping to Part 3 . . .
) ELSE (
7z.exe x "%high_n_second%"
)
IF EXIST "%high_third%" (
ECHO 4K package Part 3 unpacked detected.
ECHO Skipping to Part 4 . . .
) ELSE (
7z.exe x "%high_n_third%"
)
IF EXIST "%high_forth%" (
ECHO 4K package Part 4 unpacked detected.
ECHO Skipping . . .
) ELSE (
7z.exe x "%high_n_forth%"
)
ECHO _
ECHO First stage of unpacking finished.
ECHO Unpacking final stage . . .
7z.exe x "%high_first%"
ECHO _
ECHO Unpacking of the 4K package finished.
) ELSE (
ECHO !!! 4K package "%high_n_forth%" not detected.
ECHO !!! If you want to use 4K version download it from Nexus mods and place it next to this bat file.
)
) ELSE (
ECHO !!! 4K package "%high_n_third%" not detected.
ECHO !!! If you want to use 4K version download it from Nexus mods and place it next to this bat file.
)
) ELSE (
ECHO !!! 4K package "%high_n_second%" not detected.
ECHO !!! If you want to use 4K version download it from Nexus mods and place it next to this bat file.
)
) ELSE (
ECHO !!! 4K package "%high_n_first%" not detected.
ECHO !!! If you want to use 4K version download it from Nexus mods and place it next to this bat file.
)
ECHO _
ECHO Everything finished.
ECHO You can now exit this script.
PAUSE