Go Back   FileForums > Game Backup > PC Games > PC Games - CD/DVD Conversions
Register FAQ Community Calendar Today's Posts Search

 
 
Thread Tools Search this Thread Display Modes
Prev Previous Post   Next Post Next
  #27  
Old 12-12-2019, 03:52
GrafSchmidt GrafSchmidt is offline
Registered User
 
Join Date: Aug 2011
Location: Francrucchia
Posts: 80
Thanks: 10
Thanked 8 Times in 7 Posts
GrafSchmidt is on a distinguished road
Quote:
Originally Posted by KaktoR View Post
It works, but you have to adjust Data2 sizes and move command for Data2 then.

Edit: Replace this inside the batch

Code:
:LangChoice1
cls
echo.
echo.--------------------------------------------------------------------
echo.Which language you did want to use? 
echo.--------------------------------------------------------------------
echo. 0=Keep all languages^^!
echo. 1=English
echo. 2=French
echo. 3=German
echo.

set /p langchoice=
if "%langchoice%"=="" goto LangChoice1
if "%langchoice%"=="0" goto NoHDData
if "%langchoice%"=="1" goto English
if "%langchoice%"=="2" goto French
if "%langchoice%"=="3" goto German
However, you have to edit this part too

Code:
if "!hdcontent1!"=="false" (
	move .\Output\Data2.bin.001 "Output\%GameName% DVD7"
)

if "!hdcontent1!"=="true" (
	mkdir ".\Output\%GameName% DVD9"
	move .\Output\Data2.bin.001 "Output\%GameName% DVD8"
	move .\Output\Data2.bin.002 "Output\%GameName% DVD9"
	if exist "Output\Data2.bin.003" (
		mkdir ".\Output\%GameName% DVD10"
		move .\Output\Data2.bin.003 "Output\%GameName% DVD10"
		xcopy /e /i /y /q "%choice%\_CommonRedist" ".\Output\%GameName% DVD10\_CommonRedist" >nul 2>&1
	)
)
I would say just compress the thing and look how many Data2 archives you have and edit the move commands + make new folders for each disk.
Thanks.
Last time I tried just deleting lines it created 2 more data2 out of the folders. So it should be fine with 11 disks.

That's my test code. Let's see if it works.

Code:
if "!hdcontent1!"=="false" (
	move .\Output\Data2.bin.001 "Output\%GameName% DVD7"
)

if "!hdcontent1!"=="true" (
	mkdir ".\Output\%GameName% DVD9"
	move .\Output\Data2.bin.001 "Output\%GameName% DVD8"
	move .\Output\Data2.bin.002 "Output\%GameName% DVD9"
	if exist "Output\Data2.bin.003" (
		mkdir ".\Output\%GameName% DVD10"
		move .\Output\Data2.bin.003 "Output\%GameName% DVD10"
		if not exist "Output\Data2.bin.004" (
			xcopy /e /i /y /q "%choice%\_CommonRedist" ".\Output\%GameName% DVD10\_CommonRedist" >nul 2>&1
		)
	)
		if exist "Output\Data2.bin.004" (
		mkdir ".\Output\%GameName% DVD11"
		move .\Output\Data2.bin.004 "Output\%GameName% DVD11"
		xcopy /e /i /y /q "%choice%\_CommonRedist" ".\Output\%GameName% DVD11\_CommonRedist" >nul 2>&1
	)
)

Last edited by GrafSchmidt; 12-12-2019 at 03:55.
Reply With Quote
 


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Kingdom Come Deliverance pakrat2k2 PC Games - CD/DVD Conversions 7 25-11-2019 14:17
Crusaders: Thy Kingdom Come cdkiller PC Games - Protection List 0 17-04-2008 10:02
Help: Problems Backing Up Kingdom Hearts Trek2344 PS2 Games 3 11-01-2003 09:59
Kingdom Hearts Help?? with Primo DVD ADLER PS2 Games 3 21-12-2002 07:03
Kingdom Hearts and DRE's Geoduck PS2 Games 4 20-10-2002 17:52



All times are GMT -7. The time now is 16:01.


Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2026, vBulletin Solutions Inc.
FileForums @ https://fileforums.com