Protocol:Word Select: Difference between revisions
Appearance
→FIXED:RECOMMEND: Add general format. |
→FIXED:RECOMMEND: Document the topic IDs for each of the rest of them... They all follow the same format. |
||
Line 27: | Line 27: | ||
====Shall we go to the PRINCIPAL'S ROOM first?==== | ====Shall we go to the PRINCIPAL'S ROOM first?==== | ||
Topic 0x6F | |||
=====No selection===== | =====No selection===== | ||
<pre>60 00 24 00 74 08 01 00 01 00 01 00 6F 00 B7 01 `.$.t.......o... | <pre>60 00 24 00 74 08 01 00 01 00 01 00 6F 00 B7 01 `.$.t.......o... | ||
Line 43: | Line 45: | ||
====Shall we go to the MEDICAL ROOM first?==== | ====Shall we go to the MEDICAL ROOM first?==== | ||
Topic 0x70 | |||
=====No selection===== | =====No selection===== | ||
<pre>60 00 24 00 74 08 01 00 01 00 01 00 70 00 B7 01 `.$.t.......p... | <pre>60 00 24 00 74 08 01 00 01 00 01 00 70 00 B7 01 `.$.t.......p... | ||
Line 64: | Line 68: | ||
====Shall we go to the SHOPS first?==== | ====Shall we go to the SHOPS first?==== | ||
Topic 0x71 | |||
=====No selection===== | =====No selection===== | ||
<pre>60 00 24 00 74 08 01 00 01 00 01 00 71 00 B7 01 `.$.t.......q... | <pre>60 00 24 00 74 08 01 00 01 00 01 00 71 00 B7 01 `.$.t.......q... | ||
Line 80: | Line 86: | ||
====Shall we go to the VISUAL LOBBY first?==== | ====Shall we go to the VISUAL LOBBY first?==== | ||
Topic 0x72 | |||
=====No selection===== | =====No selection===== | ||
<pre>60 00 24 00 74 08 01 00 01 00 01 00 72 00 B7 01 `.$.t.......r... | <pre>60 00 24 00 74 08 01 00 01 00 01 00 72 00 B7 01 `.$.t.......r... | ||
Line 94: | Line 102: | ||
FF FF FF FF FF FF FF FF FF FF FF FF 00 00 00 00 ................ | FF FF FF FF FF FF FF FF FF FF FF FF 00 00 00 00 ................ | ||
00 00 00 00 ....</pre> | 00 00 00 00 ....</pre> | ||
====Shall we go to the TEKKER first?==== | |||
Topic 0x73 | |||
====Shall we go to the CHECK ROOM first?==== | |||
Topic 0x74 | |||
====Shall we go and get a QUEST?==== | |||
Topic 0x75 | |||
====Are you ready to go on an adventure?==== | |||
Topic 0x76 | |||
====Are you ready?==== | |||
Topic 0x77 | |||
====Which AREA do you want to go to?==== | |||
Topic 0x60 | |||
====Which QUEST do you want to play?==== | |||
Topic 0x61 | |||
====Let's exchange GUILD CARDS==== | |||
Topic 0x62 | |||
==PC Word Select== | ==PC Word Select== |
Revision as of 18:02, 6 December 2010
Word Select is a rather fickle beast that differs from version to version of the game... Here's some notes that I've taken about it...
Dreamcast v2 Word Select
FIXED:RECOMMEND
General format:
Bytes | Meaning |
---|---|
0x00 | 0x01 for no selection in part after topic, 0x02 if something is selected |
0x01 | Always 0 |
0x02 | Always 1 |
0x03 | Always 0 |
0x04 | Conversation topic |
0x05 | Always 0 |
0x06-0x07 | Target of conversation |
0x08-0x13 | All 0xFF |
0x14-0x1B | All 0 |
Shall we go to the PRINCIPAL'S ROOM first?
Topic 0x6F
No selection
60 00 24 00 74 08 01 00 01 00 01 00 6F 00 B7 01 `.$.t.......o... FF FF FF FF FF FF FF FF FF FF FF FF 00 00 00 00 ................ 00 00 00 00 ....
Everybody
60 00 24 00 74 08 01 00 02 00 01 00 6F 00 B7 01 `.$.t.......o... FF FF FF FF FF FF FF FF FF FF FF FF 00 00 00 00 ................ 00 00 00 00 ....
Client ID 2
60 00 24 00 74 08 01 00 02 00 01 00 6F 00 59 04 `.$.t.......o.Y. FF FF FF FF FF FF FF FF FF FF FF FF 00 00 00 00 ................ 00 00 00 00 ....
Shall we go to the MEDICAL ROOM first?
Topic 0x70
No selection
60 00 24 00 74 08 01 00 01 00 01 00 70 00 B7 01 `.$.t.......p... FF FF FF FF FF FF FF FF FF FF FF FF 00 00 00 00 ................ 00 00 00 00 ....
Everybody
60 00 24 00 74 08 01 00 02 00 01 00 70 00 B7 01 `.$.t.......p... FF FF FF FF FF FF FF FF FF FF FF FF 00 00 00 00 ................ 00 00 00 00 ....
Client ID 1
60 00 24 00 74 08 02 00 02 00 01 00 70 00 58 04 $.`.t.......p.X. FF FF FF FF FF FF FF FF FF FF FF FF 00 00 00 00 ................ 00 00 00 00 ....
Client ID 2
60 00 24 00 74 08 01 00 02 00 01 00 70 00 59 04 `.$.t.......p.Y. FF FF FF FF FF FF FF FF FF FF FF FF 00 00 00 00 ................ 00 00 00 00 .....
Shall we go to the SHOPS first?
Topic 0x71
No selection
60 00 24 00 74 08 01 00 01 00 01 00 71 00 B7 01 `.$.t.......q... FF FF FF FF FF FF FF FF FF FF FF FF 00 00 00 00 ................ 00 00 00 00 ....
Everybody
60 00 24 00 74 08 01 00 02 00 01 00 71 00 B7 01 `.$.t.......q... FF FF FF FF FF FF FF FF FF FF FF FF 00 00 00 00 ................ 00 00 00 00 ....
Client ID 2
60 00 24 00 74 08 01 00 02 00 01 00 71 00 59 04 `.$.t.......q.Y. FF FF FF FF FF FF FF FF FF FF FF FF 00 00 00 00 ................ 00 00 00 00 ....
Shall we go to the VISUAL LOBBY first?
Topic 0x72
No selection
60 00 24 00 74 08 01 00 01 00 01 00 72 00 B7 01 `.$.t.......r... FF FF FF FF FF FF FF FF FF FF FF FF 00 00 00 00 ................ 00 00 00 00 ....
Everybody
60 00 24 00 74 08 01 00 02 00 01 00 72 00 B7 01 `.$.t.......r... FF FF FF FF FF FF FF FF FF FF FF FF 00 00 00 00 ................ 00 00 00 00 ....
Client ID 2
60 00 24 00 74 08 01 00 02 00 01 00 72 00 59 04 `.$.t.......r.Y. FF FF FF FF FF FF FF FF FF FF FF FF 00 00 00 00 ................ 00 00 00 00 ....
Shall we go to the TEKKER first?
Topic 0x73
Shall we go to the CHECK ROOM first?
Topic 0x74
Shall we go and get a QUEST?
Topic 0x75
Are you ready to go on an adventure?
Topic 0x76
Are you ready?
Topic 0x77
Which AREA do you want to go to?
Topic 0x60
Which QUEST do you want to play?
Topic 0x61
Let's exchange GUILD CARDS
Topic 0x62
PC Word Select
FIXED:RECOMMEND
Cast RYUKER!
No selection
24 00 60 00 74 08 01 00 01 00 01 00 81 00 A5 02 $.`.t........... FF FF FF FF FF FF FF FF FF FF FF FF 00 00 00 00 ................ 00 00 00 00 ....
Everybody
24 00 60 00 74 08 01 00 02 00 01 00 81 00 A5 02 $.`.t........... FF FF FF FF FF FF FF FF FF FF FF FF 00 00 00 00 ................ 00 00 00 00 ....
Client ID 2
24 00 60 00 74 08 01 00 02 00 01 00 81 00 47 06 $.`.t.........G. FF FF FF FF FF FF FF FF FF FF FF FF 00 00 00 00 ................ 00 00 00 00 ....
Shall we go to the MEDICAL ROOM first?
No selection
24 00 60 00 74 08 01 00 01 00 01 00 83 00 A5 02 $.`.t........... FF FF FF FF FF FF FF FF FF FF FF FF 00 00 00 00 ................ 00 00 00 00 ....
Everybody
24 00 60 00 74 08 01 00 02 00 01 00 83 00 A5 02 $.`.t........... FF FF FF FF FF FF FF FF FF FF FF FF 00 00 00 00 ................ 00 00 00 00 ....
Client ID 2
24 00 60 00 74 08 01 00 02 00 01 00 83 00 47 06 $.`.t.........G. FF FF FF FF FF FF FF FF FF FF FF FF 00 00 00 00 ................ 00 00 00 00 ....