发表回复  发表主题 
給lsj8610
作者 内容
bebolan
制作组成员
*******


发贴数: 235
组别: 制作组
注册: Mar 2008
状态: 离线
名誉: 0
post: #1
給lsj8610

你的補丁內容是:
====================
@echo off
echo.
echo 'Writhing Tongue' English Sub VIDEO_TS Patcher by Lord Retsudo
echo.
set/p src=Please enter path to original VIDEO_TS folder (eg: D:\VIDEO_TS):
echo.
set/p dest=Please enter destination for patched files (6.55GB required):
echo.
echo Patching IFO, BUP and untouched VOB files...
echo.
xcopy /Q /Y *.IFO %dest%
xcopy /Q /Y *.BUP %dest%
xcopy /Q /Y %src%\VIDEO_TS.VOB %dest%
xcopy /Q /Y %src%\VTS_01_0.VOB %dest%
xcopy /Q /Y %src%\VTS_02_1.VOB %dest%
echo Patching VOB files (this will take some time)...
echo.
xdelta3 -d -s %src%\VTS_01_1.VOB VTS_01_1.patch %dest%\VTS_01_1.VOB
xdelta3 -d -s %src%\VTS_01_2.VOB VTS_01_2.patch %dest%\VTS_01_2.VOB
xdelta3 -d -s %src%\VTS_01_3.VOB VTS_01_3.patch %dest%\VTS_01_3.VOB
xdelta3 -d -s %src%\VTS_01_4.VOB VTS_01_4.patch %dest%\VTS_01_4.VOB
xdelta3 -d -s %src%\VTS_01_5.VOB VTS_01_5.patch %dest%\VTS_01_5.VOB
xdelta3 -d -s %src%\VTS_01_6.VOB VTS_01_6.patch %dest%\VTS_01_6.VOB
xdelta3 -d -s %src%\VTS_01_7.VOB VTS_01_7.patch %dest%\VTS_01_7.VOB
echo Patching Complete!
echo.
pause

======================

set/p src=Please enter path to original VIDEO_TS folder (eg: D:\VIDEO_TS):

這一句的意思應該是更改你的原始資料夾名稱為:
set/p src=原始資料夾名稱(例如:D:\VIDEO_TS):

同理:
set/p dest=Please enter destination for patched files (6.55GB required):
echo.
這句是設定更改後的資料存放位置,如:
set/p dest=新資料夾(需要空間6.55G)

補丁完成應該只有VOB檔案,所以要把那四個IFO和BUP複製到新資料夾內。


12-20-2011 10:20 PM
寻找这个用户的所有文章 引述在回复的这则消息
发表回复  发表主题 

这个帖子的回复
給lsj8610 - bebolan - 12-20-2011 10:20 PM
RE: 給lsj8610 - lsj8610 - 12-21-2011, 12:11 AM
RE: 給lsj8610 - bebolan - 12-21-2011, 10:01 AM
RE: 給lsj8610 - lsj8610 - 12-21-2011, 11:58 PM

查看帖子的简化版本(方便打印)
发送这个贴子给朋友
订阅这个帖子 | 增加这个帖子到收藏夹

论坛跳转:

返回顶端 | 回到正文 | 简化模式 | Powered by mybb