Difference between revisions of "Pikmin sound parameters"

From Pikmin Technical Knowledge Base
Jump to navigation Jump to search
(Made the page. Hopefully never have to touch it again!)
 
(Updated formatting and information)
 
(2 intermediate revisions by one other user not shown)
Line 1: Line 1:
 
<code>sound.bin</code> is a general parameter file located in <code>..\dataDir\parms\</code>.  It holds very few parameters, all of which control distances at which special audio cues occur.
 
<code>sound.bin</code> is a general parameter file located in <code>..\dataDir\parms\</code>.  It holds very few parameters, all of which control distances at which special audio cues occur.
  
 
+
==Contents==
__TOC__
 
 
 
 
 
==Table==
 
 
{| class="wikitable sortable"
 
{| class="wikitable sortable"
! Label || Descriptor || Value
+
! Label || Descriptor || Value || Purpose
 
|-
 
|-
| p00 || レベル音距離 || 700.0
+
| p00 || {{tt|レベル音距離|Level sound distance}} || 700.0 || Radius that SFX is audible within
 
|-
 
|-
| p01 || ボスBGM開始距離 || 400.0
+
| p01 || {{tt|ボスBGM開始距離|Boss BGM starting distance}} || 400.0 || Radius that Boss BGM begins within
 
|-
 
|-
| p02 || ボスBGM終了距離 || 550.0
+
| p02 || {{tt|ボスBGM終了距離|Boss BGM end distance}} || 550.0 || Distance at which Boss BGM ceases
 
|-
 
|-
 
|}
 
|}
  
==Layman's Terms==
 
 
===(p00) レベル音距離===
 
Translates to "'''Level sound distance'''".
 
 
===(p01) ボスBGM開始距離===
 
Translates to "'''Boss BGM starting distance'''".
 
 
===(p02) ボスBGM終了距離===
 
Translates to "'''Boss BGM end distance'''". 
 
  
 
[[Category:Pikmin]]
 
[[Category:Pikmin]]
 
[[Category:Parameters]]
 
[[Category:Parameters]]
 
{{Credits|Minty_Meeo}}
 
{{Credits|Minty_Meeo}}

Latest revision as of 02:28, 7 July 2018

sound.bin is a general parameter file located in ..\dataDir\parms\. It holds very few parameters, all of which control distances at which special audio cues occur.

Contents[edit]

Label Descriptor Value Purpose
p00 レベル音距離 700.0 Radius that SFX is audible within
p01 ボスBGM開始距離 400.0 Radius that Boss BGM begins within
p02 ボスBGM終了距離 550.0 Distance at which Boss BGM ceases
Credits: Minty_Meeo