View Single Post
  #5  
Old 16-11-2018, 13:54
KaktoR's Avatar
KaktoR KaktoR is offline
Lame User
 
Join Date: Jan 2012
Location: From outer space
Posts: 4,684
Thanks: 1,106
Thanked 7,331 Times in 2,834 Posts
KaktoR is on a distinguished road
1.
Code:
diskspan:4448mb:4470mb
Change both sizes to BD25 capacity in MB (do the same for :Data2)

(Right-click on Diskspan.bat => Edit...)


2.
Change
Code:
move /Y .\Data1.bin.001 DVD1
move /Y .\Data1.bin.002 DVD2
move /Y .\Data2.bin.001 DVD2
move /Y .\Data2.bin.002 DVD3
move /Y .\Data2.bin.003 DVD4
move /Y .\Data2.bin.004 DVD5
to

Code:
move /Y .\Data1.bin.001 DVD1
move /Y .\Data2.bin.001 DVD1

3.
Change
Code:
_Tools\oscdimg.exe -h -u1 -udfver102 "DVD1" "Just-Cause-3-DVD1.iso"
_Tools\oscdimg.exe -h -u1 -udfver102 "DVD2" "Just-Cause-3-DVD2.iso"
_Tools\oscdimg.exe -h -u1 -udfver102 "DVD3" "Just-Cause-3-DVD3.iso"
_Tools\oscdimg.exe -h -u1 -udfver102 "DVD4" "Just-Cause-3-DVD4.iso"
_Tools\oscdimg.exe -h -u1 -udfver102 "DVD5" "Just-Cause-3-DVD5.iso"
to

Code:
_Tools\oscdimg.exe -h -u1 -udfver102 "DVD1" "Just-Cause-3.iso"
__________________
Haters gonna hate

Last edited by KaktoR; 16-11-2018 at 13:59.
Reply With Quote
The Following 2 Users Say Thank You to KaktoR For This Useful Post:
jaronmon (18-11-2018), pakrat2k2 (16-11-2018)