Advertisement
MattFiler

sndtool_help.txt - ORIGINAL

Dec 11th, 2016
370
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 9.00 KB | None | 0 0
  1. <!-- schema text {7e125a45-3d83-4043-b292-9e24f8ef27b4} generic {198980d8-3a93-4919-b4c6-dd1fb07a3a4b} -->
  2. CHelpData CHelpData_0
  3. {
  4. CHelpEntry[] m_Entries =
  5. [
  6. CHelpEntry
  7. {
  8. string m_Id = "Operator math_random"
  9. string m_FriendlyName = "Math Random"
  10. string m_TooltipOverride = "Output a random number between Min and Max."
  11. string m_HelpText = "Output a random floating point number between <b>Min</b> and up to but not including <b>Max</b>. <b>Seed</b> may be set to control the generated sequence. <b>Round To Int</b> will force the output to an integer value."
  12. },
  13. CHelpEntry
  14. {
  15. string m_Id = "Operator On Start"
  16. string m_FriendlyName = "On Start"
  17. string m_TooltipOverride = "Execute this stack once, before the sound event starts."
  18. string m_HelpText = "The <b>On Start</b> operator is always the first operator of a <em>Start Stack</em>. Start Stacks are used when we want to adjust the playback of the start of the sound. Start Stacks will play once, and will affect the sound when it is first called, but prior to it actually playing."
  19. },
  20. CHelpEntry
  21. {
  22. string m_Id = "Operator math_float"
  23. string m_FriendlyName = "Math Float"
  24. string m_TooltipOverride = "Apply floating point math operation. Output = Input1 Operation Input2."
  25. string m_HelpText = "Apply a floating point math operation to input1 & input2. <b>Output = Input1</b> <em>Operation</em> <b>Input2</b>. The <b>Apply</b> field determines which specific operation to apply."
  26. },
  27. CHelpEntry
  28. {
  29. string m_Id = "Operator sys_start_entry"
  30. string m_FriendlyName = "System Start Entry"
  31. string m_TooltipOverride = "Start a sound event."
  32. string m_HelpText = "Start a sound event. The <b>Entry Name</b> determines which sound event to start."
  33. },
  34. CHelpEntry
  35. {
  36. string m_Id = "Operator On Update"
  37. string m_FriendlyName = "On Update"
  38. string m_TooltipOverride = "This stack will execute once per frame."
  39. string m_HelpText = "The <b>On Update</b> operator is always the first operator of an <em>Update Stack</em>. An Update Stack will be called once every frame while the sound event is playing. This can be used in a variety of ways: to affect the pitch, volume, occlusion, dsp settings and to define a specific mix group for the sound, among other things. Update stacks are especially useful for long duration or looping sounds."
  40. },
  41. CHelpEntry
  42. {
  43. string m_Id = "Operator import_stack"
  44. string m_FriendlyName = "Import"
  45. string m_TooltipOverride = "Import a stack from the stack library."
  46. string m_HelpText = "Import a stack from the stack library. "
  47. },
  48. CHelpEntry
  49. {
  50. string m_Id = "Operator operator_overwrite"
  51. string m_FriendlyName = "Overwrite"
  52. string m_TooltipOverride = "Overwrite parameters of the named operator within the preceding import stack."
  53. string m_HelpText = "Overwrite parameters of the named operator within the preceding import stack. "
  54. },
  55. CHelpEntry
  56. {
  57. string m_Id = "Operator On Stop"
  58. string m_FriendlyName = "On Stop"
  59. string m_TooltipOverride = "Execute this stack once, when the sound event is complete."
  60. string m_HelpText = "The <b>On Stop</b> operator is always the first operator of a <em>Stop Stack</em>. A Stop Stack will execute once, when the sound event recieves a message to stop playing."
  61. },
  62. CHelpEntry
  63. {
  64. string m_Id = "Operator get_convar"
  65. string m_FriendlyName = "Get Convar"
  66. string m_TooltipOverride = ""
  67. string m_HelpText = "Get the value of the convar specified by the <b>Convar</b> parameter, and apply it to the Output."
  68. },
  69. CHelpEntry
  70. {
  71. string m_Id = "Stack CS_limit_bullet_impact"
  72. string m_FriendlyName = "CS_limit_bullet_impact"
  73. string m_TooltipOverride = ""
  74. string m_HelpText = "Limit the number of bullet impacts playing on this entity to 5."
  75. },
  76. CHelpEntry
  77. {
  78. string m_Id = "Operator On Prestart"
  79. string m_FriendlyName = ""
  80. string m_TooltipOverride = "This stack will execute once, before the start stack."
  81. string m_HelpText = "The <b>On Prestart</b> operator is always the first operator of a <em>Prestart Stack</em>. Prestart stacks execute before Start Stacks, and may be used to cue up or precompute data required before playback of a sound begins."
  82. },
  83. CHelpEntry
  84. {
  85. string m_Id = "Operator calc_distant_dsp"
  86. string m_FriendlyName = ""
  87. string m_TooltipOverride = ""
  88. string m_HelpText = "<p>Used to determine the amount of environmental DSP effect to mix with the playing sound. DSP mix is based on distance from this sound source to listener.</p>\n<p>\n<table border=\"0\" bgcolor=\"\">\n <tr bgcolor=\"#405070\">\n <th>Attribute</th>\n <th>Usage</th>\n </tr>\n <tr>\n <td>Input Distance</td>\n <td>A float that is the distance between the source and the player</td>\n </tr>\n <tr>\n <td>Input Level</td>\n <td>A float that is the Sound Level of the source</td>\n </tr>\n <tr>\n <td>Output</td>\n <td>A float that is the amount of DSP to be used on the source</td>\n </tr>\n</table>\n</p>\n"
  89. },
  90. CHelpEntry
  91. {
  92. string m_Id = "Operator calc_falloff"
  93. string m_FriendlyName = ""
  94. string m_TooltipOverride = ""
  95. string m_HelpText = "<p>Used to determine the volume falloff of the sound, based on distance.</p>\n<p>\n<table border=\"0\">\n <tr bgcolor=\"#405070\">\n <th>Attribute</th>\n <th>Usage</th>\n </tr>\n <tr>\n <td>Input Distance</td>\n <td>A float that is the distance between the source and the player</td>\n </tr>\n <tr>\n <td>Input Level</td>\n <td>A float that is the Sound Level of the source</td>\n </tr>\n <tr>\n <td>Output</td>\n <td>A float multiplier based on distance.</td>\n </tr>\n</table>\n</p>\n"
  96. },
  97. CHelpEntry
  98. {
  99. string m_Id = "Operator calc_occlusion"
  100. string m_FriendlyName = ""
  101. string m_TooltipOverride = ""
  102. string m_HelpText = "<p>Calculate an occlusion value between listener and a position. 1.0 is non-occluded, 0.0 is fully occluded.</p>\n<p>\n<table border=\"0\">\n <tr bgcolor=\"#405070\">\n <th>Attribute</th>\n <th>Usage</th>\n </tr>\n <tr>\n <td>Input Trace Interval</td>\n <td>Controls how frequently occlusion is checked.</td>\n </tr>\n <tr>\n <td>Input Scalar</td>\n <td></td>\n </tr>\n <tr>\n <td>Input Position</td>\n <td>Position used for occlusion check.</td>\n </tr>\n <tr>\n <td>Output</td>\n <td>A float that is the occluded value (1.0 is non-occluded).</td>\n </tr>\n</table>\n</p>\n"
  103. },
  104. CHelpEntry
  105. {
  106. string m_Id = "Operator calc_source_distance"
  107. string m_FriendlyName = ""
  108. string m_TooltipOverride = ""
  109. string m_HelpText = "<p>Output the distance between a listener and a target position.</p>\n<p>\n<table border=\"0\">\n <tr bgcolor=\"#405070\">\n <th>Attribute</th>\n <th>Usage</th>\n </tr>\n <tr>\n <td>Input Position</td>\n <td>position of target, x y z.</td>\n </tr>\n <tr>\n <td>Output</td>\n <td>A float that is the distance between listener and target, in inches.</td>\n </tr>\n</table>\n</p>"
  110. },
  111. CHelpEntry
  112. {
  113. string m_Id = "Operator calc_spatialize_speakers"
  114. string m_FriendlyName = ""
  115. string m_TooltipOverride = ""
  116. string m_HelpText = "<p>Determine a volume multiplier for each speaker surrounding a listener, for the sound source playing at a position and/or distance.</p>\n<p>\n<table border=\"0\">\n <tr bgcolor=\"#405070\">\n <th>Attribute</th>\n <th>Usage</th>\n </tr>\n <tr>\n <td>Input Radius</td>\n <td>As listener moves within sound radius, sound is equally distributed to speakers.</td>\n </tr>\n <tr>\n <td>Input Rear Stereo Scale</td>\n <td>A float, when monitoring in stereo, how much of the signal of the rear speakers is summed into front stereo speakers.</td>\n </tr>\n <tr>\n <td>Input Distance</td>\n <td>Distance between sound source and listener.</td>\n </tr>\n <tr>\n <td>Input Position</td>\n <td>3D Position of the sound source.</td>\n </tr>\n <tr>\n <td>Output</td>\n <td>An array of floats multipliers, one for each speaker.</td>\n </tr>\n</table>\n</p>"
  117. },
  118. CHelpEntry
  119. {
  120. string m_Id = "Stack CS_random_music_entry_start_2"
  121. string m_FriendlyName = ""
  122. string m_TooltipOverride = ""
  123. string m_HelpText = "This stack randomly plays one of three sound events. Override operator <b>Play Variation 1</b>, field <b>Entry Name</b> to set the sound event you\'d like to play."
  124. },
  125. CHelpEntry
  126. {
  127. string m_Id = "Operator util_null"
  128. string m_FriendlyName = ""
  129. string m_TooltipOverride = ""
  130. string m_HelpText = "A null operator is a good place to define your own Operator Variables."
  131. },
  132. CHelpEntry
  133. {
  134. string m_Id = "Diagnostic.Bell.Center"
  135. string m_FriendlyName = ""
  136. string m_TooltipOverride = ""
  137. string m_HelpText = "NOBODY use this unless it\'s in dota\'s magical fountain room!"
  138. },
  139. CHelpEntry
  140. {
  141. string m_Id = "SndToolAppHelp"
  142. string m_FriendlyName = "Sound Tool Help"
  143. string m_TooltipOverride = ""
  144. string m_HelpText = "Enter an explanation of how this tool works here..."
  145. }
  146. ]
  147. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement