Plugging in to 3ds Max SDK Help
 
 
 

Plug-in developers may add on-line help for their applications and make this available to users via the 3ds Max Help menu.

End users of 3ds Max can select Help > Additional Help... from the menu bar. When selected, this brings up a dialog with a list of installed help systems. The user may select one (by double-clicking or selecting and clicking on Display Help) and that help system's main menu will be activated.

Help files for plugins are specified in a separate [Help] section of the PLUGIN.INI file. The syntax is:

Descriptionof the helpfile=c:\path\to\find\the\helpfile.chm

The description is the string that will appear in the list that pops up when you select Plugin Help, and the specified .chm file will be loaded when the user asks to see the help.

For example, the following lines added to PLUGIN.INI would add the SDK Help file to the list of choices.

[Help]
SDK Help=C:\MAXSDK\HELP\SDK.chm