Log in

View Full Version : What those commands mean?


minhjirachi
29th June 2013, 13:38
I have read some topic about chapters creation and I don't know what those commands mean.

I just give the command on the first screens:

1. First Person:
Move(GPR)IsChapJump[ID4092] TRUE
Move(GPR)ChapMO[ID4093] 1
Move(GPR)ChapPL[ID4094] 1
Move(GPR)ChapPLMark[ID4095] 0

2. Second Person
Move(GPR)IsChapJump[ID4092] TRUE
Move(GPR)ChapMO[ID4093] 0
Move(GPR)ChapPL[ID4094] 3
Move(GPR)ChapPLMark[ID4095] 0

3. Third Person
Move(GPR)IsChapJump[ID4092] TRUE
Move(GPR)ChapMO[ID4093] 2
Move(GPR)ChapPL[ID4094] 0
Move(GPR)ChapPLMark[ID4095] 0

4. Fourth Person
Move(GPR)IsChapJump[ID4092] TRUE
Move(GPR)ChapMO[ID4093] 0
Move(GPR)ChapPL[ID4094] 0
Move(GPR)ChapPLMark[ID4095] 0

I think I can understand the number of the first line and the last line. But I don't know why the number of 2 center lines always change. Why?

Thank you.

dvdboy
1st July 2013, 12:20
That is the Sonic / Rovi chapter jump logic - it's basically storing all the variables needed so when you jump to the Title, it can then be routed to the correct Movie Object, Play List and then Play List Mark.

Ghitulescu
1st July 2013, 13:58
The actual jump command is missing, something like JumpTitle.

minhjirachi
2nd July 2013, 08:43
That is the Sonic / Rovi chapter jump logic - it's basically storing all the variables needed so when you jump to the Title, it can then be routed to the correct Movie Object, Play List and then Play List Mark.

But the 2 center lines always change. Can you tell me how does it work?

The actual jump command is missing, something like JumpTitle.

You right. I have deleted the jumptitle line. That line is easy to understand so I just need to paste the 4 lines, which I want to ask. And the question is how does it work? (I just need to understand the meaning of 2 center lines).

I want to know how to create that number. Please help me.