Quote:
|
Originally Posted by toaddub Check for cell commands at cells 16+17 to see if it goes to cells 18+19 with an angle command change to 3 or 4. |
I did not see anything under cell commands, at least the cell commands tab when I selected the cell from the PGC1 list. Every block in the program chain does have this code though
Pre Commands
01 if (R[15] <= 1) goto line 3
02 if (R[15] >= 2) goto line 6
03 if (R[14] == 0) R[13] = 65
04 if (R[14] != 0) R[13] = R[14]
05 goto line 7
06 R[13] = R[14]
07 audio = R[15]: sub-picture = R[13]
08 if (R[15] <= R[1]) angle = 1
09 if (R[15] > R[1]) angle = 2
Post Commands
01 Call VMG PGC2 (resume cell 1) Quote:
Not sure how you want to do with Replace block, but you can also make use of "Insert block/program" and "Substitute block".
Do you want to keep only the English or Japanese version, or both? It's easier to keep one. From what you describe, I assume that if you select English version, it will play all angle 1 blocks, then angle 3 blocks. Correct? Are cells 1-11 multi-angle, similar to the screenshot, as well?
|
I would like to keep both english and japanese actually. Each episode is laid out like this
01 Intro dialog (2 angles e/j)
02 Opening credits (2 angles e/j)
03 Episode name and number (2 angles e/j)
04 1/4 episode
05 1/4 episode
06 1/4 episode
07 1/4 episode
08 End credits ( 2 angles e/j)
09 Preview (2 angles e/j)
10 Character wrapup (2 angles e/j)
The problem starts with episode 2 of the disc as the Intro dialog is in the same block as the episode 1 End Credits. The Opening credits is in the same block as the episode 1 Preview. Episode 2's name and number is in the same block as episode 1 character wrapup.
Quote:
Suppose you keep the English version, another strategy, not elegant and requires temporary disk space, is to keep angle 3 separately. Save it in another folder. Then import it back as another project, say 2. For the original project, undo the 'strip angle' operation, and keep only angle 1. In project 2, copy the pgc (angle 3). Then go to project 1, select PGC 1 and "Append copied PGCs". Now it's time to do some clean up. Fix the menu navigation if required, and remove all angle commands, since this method results in 1 angle, and fix chapter references, etc.
If you want to keep both English and Japanese version, then put Japanese version as PGC 2. You have to fix the navigation afterward.
|
That is going to be a little harder. As when I strip the angles every block that has 4 angles loses 3 so parts of the english version are lost as well.

Thanks alot Bandai
