--------------------------------------------------------------------------- R-*+ Revolution SDK Extension *E-* NWC24 Message Box Editor Basic Manual +*X- 2007/02/14 --------------------------------------------------------------------------- --------------------------------------------------------------------------- Introduction --------------------------------------------------------------------------- The NWC24 Message Box Editor is a tool used to edit the contents of a WiiConnect24 message box. By using the MC server features of NintendoWare for Revolution, mail can be added, deleted, or viewed from the Host PC. --------------------------------------------------------------------------- Setup Procedures --------------------------------------------------------------------------- 1) Install REVOLUTION SDK. - The REVOLUTION_SDK_ROOT environment variable must be set. 2) Install REVOLUTION SDK EXTENSION. - This document is stored in this package. - The REVOLUTION_EXT_ROOT environment variable must be set. 3) Install NintendoWare for Revolution. - Because the MCS Server program is used, this step is necessary to run the package. - The MCS Server is found in the [Library]-[System] feature of the NW4R package. - The Microsoft .NET Framework Version 2.0 is required to start up the MCS Server. For details on the MSC Server, see the documentation for NW4R MCS Server in NintendoWare for Revolution. --------------------------------------------------------------------------- Quick Start --------------------------------------------------------------------------- 1) Use ndrun to execute "$REVOLUTION_EXT_ROOT/RVL/bin/tools/MsgBoxEditorD.elf" on NDEV. 2) Wait until MsgBoxEditorD.elf starts up. 3) Run $REVOLUTION_EXT_ROOT/X86/bin/StartNWC24MessageBoxEditor.bat on Windows. 4) The NW4R MCS Server window opens, then the message box editor window opens and can be used. --------------------------------------------------------------------------- Explanation of Operations --------------------------------------------------------------------------- * Description of menus [File] | +--[New message box] Initializes and creates a new message boxes on the editor. | +--[Open message box] Loads the contents of the message box saved on the PC into the editor. | +--[Save message box] Saves the contents of the message box currently being edited into the editor on the PC. | +--[Upload] Overwrites the message box on the client (NDEV) with the message box currently being edited. | (Transmission is made after first initializing the message box on the client.) | +--[Additional Upload] Adds the message currently being edited to the message box on the client (NDEV). | (The message is added without initializing the message box on the client.) | +--[Download] Loads the content of the message box on the client (NDEV) into the editor. | +--[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. [Receive box] | +--[Clear] Deletes all messages in the inbox on the editor. [Send box] | +--[Clear] Deletes all messages in the outbox on the editor. * Description of Receive box (Send box) icons (from the left) [Clear] Deletes all messages in the Receive box (Send box). [Add Wii message] Adds a new Wii message. [Add Public message] Adds a new Public (to a general address) message. [Remove] Deletes the selected message. [Up] Selects the message above the currently selected message. [Down] Selects the message below the currently selected message. * Description of the text/menu box at the bottom of the window [Type] Specifies the message type. [From] Describes the sender of the message. 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. [To(#)] Describes the message destination. (where # is the total number of destinations) | 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. | | +--[Add] Adds a new message destination. | +--[Remove] Deletes the selected destination. | +--[Up] Selects the destination above the currently selected destination. | +--[Down] Selects the destination below the currently selected destination. [Subject] Describes the subject of the message. [Text] Describes the body of the message. [Character set] Specifies the character code format of the message. [Encoding] Specifies the encoding format for the message. [Attached] Specifies files attached to the message. | +--[Add ...] Select files to attach. | +--[Remove] Delete the selected file from the attachments. | +--[Save ...] Name and save the selected attached file to the PC. | +--[Up] Selects the attached file above the currently selected attached file. | +--[Down] Selects the attached file below the currently selected attached file. [DWC ID] This item was prepared for future expansion. Presently, nothing should be input. ---------------------------------------------------------------------------