Changes between Initial Version and Version 1 of Audio_group.xml


Ignore:
Timestamp:
Feb 23, 2008, 4:19:00 AM (16 years ago)
Author:
trac
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Audio_group.xml

    v1 v1  
     1The audio_group.xml defines sound file groups and specific OPENAL parameters to the group.
     2
     3{{{
     4  <class_name>
     5        <group_name>
     6                {
     7                file_name
     8                file_name
     9                file_name
     10                }
     11  RANDOMIZE FILES IN GROUP: Y/N
     12  GAIN RANGE UPPER: RANGE
     13  GAIN RANGE LOWER: RANGE
     14  RANDOMIZE GAIN: Y/N
     15  PITCH RANGE UPPER: RANGE
     16  PITCH RANGE LOWER: RANGE
     17  RANOMIZE PITCH: Y/N
     18}}}
     19
     20'''EXAMPLE:'''
     21{{{
     22  class= human_footstep_class
     23        group= human_footstep_grass
     24   {
     25   footstep_01.ogg
     26   footstep_02.ogg
     27   footstep_03.ogg
     28   footstep_04.ogg
     29   footstep_05.ogg
     30   footstep_06.ogg
     31   footstep_07.ogg
     32   footstep_08.ogg
     33   footstep_09.ogg
     34   footstep_10.ogg
     35   footstep_11.ogg
     36   footstep_12.ogg
     37   }
     38  RANDOMIZE FILES IN GROUP: Y
     39  GAIN RANGE UPPER: 0.5
     40  GAIN RANGE LOWER: 0.4
     41  RANDOMIZE GAIN: Y
     42  PITCH RANGE UPPER: 1.2
     43  PITCH RANGE LOWER: 0.8
     44  RANOMIZE PITCH: Y
     45}}}
     46
     47
     48= audio_group.xml =
     49
     50Naming standard is defined as: Shortname + Grouping(Intensity #) (ex. human footstep on grass intensity 1 = hstep_grass1)
     51
     52== Human ==
     53=== Movement ===
     54==== Footstep, Dirt ====
     55==== Footstep, Mud ====
     56==== Footstep, Grass ====
     57==== Footstep, Sand ====
     58==== Footstep, Snow ====
     59==== Footstep, Forest ====
     60==== Footstep, Road ====
     61==== Footstep, Rock ====
     62=== Death ===
     63== Resource ==
     64=== Construction ===
     65==== Construction, Wood ====
     66==== Construction, Stone ====
     67==== Construction, Ore ====