1---------------------------------------------------------------------------
2R-*+  Revolution SDK Extension
3*E-*  NWC24 Message Box Editor Basic Manual
4+*X-								2007/02/14
5---------------------------------------------------------------------------
6
7---------------------------------------------------------------------------
8Introduction
9---------------------------------------------------------------------------
10
11The NWC24 Message Box Editor is a tool used to edit the contents of a WiiConnect24 message box.
12By using the MC server features of NintendoWare for Revolution, mail can be added, deleted, or viewed from the Host PC.
13
14---------------------------------------------------------------------------
15Setup Procedures
16---------------------------------------------------------------------------
17
181) Install REVOLUTION SDK.
19- The REVOLUTION_SDK_ROOT environment variable must be set.
20
212) Install REVOLUTION SDK EXTENSION.
22- This document is stored in this package.
23- The REVOLUTION_EXT_ROOT environment variable must be set.
24
253) Install NintendoWare for Revolution.
26- Because the MCS Server program is used, this step is necessary to run the package.
27- The MCS Server is found in the [Library]-[System] feature of the NW4R package.
28- The Microsoft .NET Framework Version 2.0 is required to start up the MCS Server.
29  For details on the MSC Server, see the documentation for NW4R MCS Server in NintendoWare for Revolution.
30
31---------------------------------------------------------------------------
32Quick Start
33---------------------------------------------------------------------------
34
351) Use ndrun to execute "$REVOLUTION_EXT_ROOT/RVL/bin/tools/MsgBoxEditorD.elf" on NDEV.
36
372) Wait until MsgBoxEditorD.elf starts up.
38
393) Run $REVOLUTION_EXT_ROOT/X86/bin/StartNWC24MessageBoxEditor.bat on Windows.
40
414) The NW4R MCS Server window opens, then the message box editor window opens and can be used.
42
43---------------------------------------------------------------------------
44Explanation of Operations
45---------------------------------------------------------------------------
46
47* Description of menus
48
49[File]
50    |
51    +--[New message box]   Initializes and creates new message boxes on the editor.
52    |
53    +--[Open message box]  Loads the contents of the message box saved on the PC into the editor.
54    |
55    +--[Save message box]  Saves the contents of the message box currently being edited into the editor on the PC.
56    |
57    +--[Upload]            Overwrites the message box on the client (NDEV) with the message box currently being edited.
58    |                      (Transmission is made after first initializing the message box on the client.)
59    |
60    +--[Additional Upload] Adds the message currently being edited to the message box on the client (NDEV).
61    |                      (The message is added without initializing the message box on the client.)
62    |
63    +--[Download]          Loads the content of the message box on the client (NDEV) into the editor.
64    |
65    +--[Download raw]      Saves the contents of the message box on the client (NDEV) in raw mail data format to the specified folder on the PC.
66
67
68[Receive box]
69    |
70    +--[Clear]             Deletes all messages in the inbox on the editor.
71
72
73[Send box]
74    |
75    +--[Clear]             Deletes all messages in the outbox on the editor.
76
77
78
79* Description of Receive box (Send box) icons
80(from the left)
81
82[Clear]              Deletes all messages in the Receive box (Send box).
83
84[Add Wii message]    Adds a new Wii message.
85
86[Add Public message] Adds a new Public (to a general address) message.
87
88[Remove]             Deletes the selected message.
89
90[Up]                 Selects the message above the currently selected message.
91
92[Down]               Selects the message below the currently selected message.
93
94
95
96* Description of the text/menu box at the bottom of the window
97
98[Type]              Specifies the message type.
99
100[From]              Describes the sender of the message.
101                    When the message type is Wii, Wii app only, or Wii menu only, this must be specified using 16 or fewer single-byte numeric characters.
102
103[To(#)]             Describes the message destination. (where # is the total number of destinations)
104    |               When the message type is Wii, Wii app only, or Wii menu only, this must be specified using 16 or fewer single-byte numeric characters.
105    |
106    +--[Add]        Adds a new message destination.
107    |
108    +--[Remove]     Deletes the selected destination.
109    |
110    +--[Up]         Selects the destination above the currently selected destination.
111    |
112    +--[Down]       Selects the destination below the currently selected destination.
113
114[Subject]           Describes the subject of the message.
115
116[Text]              Describes the body of the message.
117
118[Character set]     Specifies the character code format of the message.
119
120[Encoding]          Specifies the encoding format for the message.
121
122[Attached]          Specifies files attached to the message.
123    |
124    +--[Add ...]    Select files to attach.
125    |
126    +--[Remove]     Delete the selected file from the attachments.
127    |
128    +--[Save ...]   Name and save the selected attached file to the PC.
129    |
130    +--[Up]         Selects the attached file above the currently selected attached file.
131    |
132    +--[Down]       Selects the attached file below the currently selected attached file.
133
134[DWC ID]            This item was prepared for future expansion.
135                    Presently, nothing should be input.
136
137---------------------------------------------------------------------------
138