Difference between revisions of "Protocol:Word Select"

From Sylverant
Jump to navigationJump to search
(→‎Dreamcast v2 Word Select: Move general format up a bit, and add all the FIXED:GREETINGS topics.)
(→‎Dreamcast v2 Word Select: Add FIXED:ANSWERS)
Line 214: Line 214:
 
====Sorry, but this is mine!====
 
====Sorry, but this is mine!====
 
Topic 0x3A
 
Topic 0x3A
 +
 +
===FIXED:ANSWERS===
 +
====Yes.====
 +
Topic 0x3B
 +
 +
====No.====
 +
Topic 0x3C
 +
 +
====My pleasure.====
 +
Topic 0x3D
 +
 +
====Thank you.====
 +
Topic 0x21
 +
 +
====I'm sorry.====
 +
Topic 0x3E
 +
 +
====OK.====
 +
Topic 0x3F
 +
 +
====No way.====
 +
Topic 0x40
 +
 +
====Hey, what happened??====
 +
Topic 0x41
 +
 +
====I'm OK.====
 +
Topic 0x42
 +
 +
====Roger!====
 +
Topic 0x44
 +
 +
====I'm fine.====
 +
Topic 0x45
 +
 +
====You're welcome.====
 +
Topic 0x46
 +
 +
====I don't know.====
 +
Topic 0x47
 +
 +
====I don't have it.====
 +
Topic 0x48
 +
 +
====I don't have any money.====
 +
Topic 0x49
 +
 +
====Are you OK?====
 +
Topic 0x4A
 +
 +
====Coming!!====
 +
Topic 0x4B
 +
 +
====Sorry about that...====
 +
Topic 0x4C
 +
 +
====I see.====
 +
Topic 0x4D
 +
 +
====Really?====
 +
Topic 0x4E
 +
 +
====I doubt it.====
 +
Topic 0x4F
 +
 +
====Sorry, I wasn't paying attention.====
 +
Topic 0x50
 +
 +
====I don't understand what you mean.====
 +
Topic 0x51
 +
 +
====Hello!? Are you with me?====
 +
Topic 0x52
 +
 +
====Hmm..., let's see...====
 +
Topic 0x53
 +
 +
====Just joking.====
 +
Topic 0x54
 +
 +
====I lied.====
 +
Topic 0x55
 +
 +
====???====
 +
Topic 0x56
  
 
==PC Word Select==
 
==PC Word Select==

Revision as of 18:28, 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...

Contents

Dreamcast v2 Word Select

General format (might have some issues still)

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 (for no selection or Everybody, this is 0x01B7, for specific targets, it seems to be 0x0457 + Client ID, but I haven't tested this beyond clients 1 and 2).
0x08-0x13 All 0xFF
0x14-0x1B All 0

FIXED:RECOMMEND

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

FIXED:GREETINGS

Hello.

Topic 0x1E

Good bye.

Topic 0x1F

Congratulations!

Topic 0x20

Thank you.

Topic 0x21

Nice to meet you.

Topic 0x22

Good to see you.

Topic 0x23

Long time no see.

Topic 0x24

How are you?

Topic 0x25

Sorry to keep you waiting.

Topic 0x26

Good morning.

Topic 0x27

Good evening.

Topic 0x28

I'm back.

Topic 0x29

Welcome back.

Topic 0x2A

I have to leave now.

Topic 0x2B

I'm leaving.

Topic 0x2C

See you later.

Topic 0x2D

Nice playing with you.

Topic 0x2E

Bye-bye.

Topic 0x2F

I'm glad!

Topic 0x30

Take it easy.

Topic 0x31

Thanks for your help.

Topic 0x32

Ole ----!!!!

Topic 0x33

Cheers!

Topic 0x34

Hang on!

Topic 0x35

Cool!!

Topic 0x36

Wicked!

Topic 0x37

Oh, shoot!

Topic 0x38

Not bad...

Topic 0x39

Sorry, but this is mine!

Topic 0x3A

FIXED:ANSWERS

Yes.

Topic 0x3B

No.

Topic 0x3C

My pleasure.

Topic 0x3D

Thank you.

Topic 0x21

I'm sorry.

Topic 0x3E

OK.

Topic 0x3F

No way.

Topic 0x40

Hey, what happened??

Topic 0x41

I'm OK.

Topic 0x42

Roger!

Topic 0x44

I'm fine.

Topic 0x45

You're welcome.

Topic 0x46

I don't know.

Topic 0x47

I don't have it.

Topic 0x48

I don't have any money.

Topic 0x49

Are you OK?

Topic 0x4A

Coming!!

Topic 0x4B

Sorry about that...

Topic 0x4C

I see.

Topic 0x4D

Really?

Topic 0x4E

I doubt it.

Topic 0x4F

Sorry, I wasn't paying attention.

Topic 0x50

I don't understand what you mean.

Topic 0x51

Hello!? Are you with me?

Topic 0x52

Hmm..., let's see...

Topic 0x53

Just joking.

Topic 0x54

I lied.

Topic 0x55

???

Topic 0x56

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                                     	....