
Ok I am trying to change the zoned sounds
(below is from sound_library.xml from the game .cat)
<!-- ... Zoned Sounds .... -->
<!-- ..................... -->
<sound id="zoned_sound_01" description="Ambient Zoned sound" repeat="-1" is3d="0" isunique="0" preload="0">
<sample start="sfx\ambient\zone\zoned_sound_01"/>
<effects>
<fade in="4.0" out="4.0" />
</effects>
<volume start="1.0" distance="1.0"/>
</sound>
I tried to use this as an example to help me but I could not get it to work after editing.....
<!-- ...... Xenon ...... -->
<replace sel="/soundlibrary/sound[@id='music_cluster_33']">
<sound id="music_cluster_33" description="Music for Matrix #79B" repeat="-1" is3d="0" preload="0">
<sample selection="random">
<select start="extensions\Some_Music\music\Jove\Front"/>
</sample>
<volume start="0.5"/>
<effects>
<fade in="1.66667" out="0.666667"/>
</effects>
</sound>
</replace>
I tried multiply ways of editing it but could not get it to work....anyone help meeeeee


Cheers
<!-- ... Zoned Sounds .... -->
<!-- ..................... -->
<replace sel="/soundlibrary/sound[@id='zoned_sound_01']">
<sound id="zoned_sound_01" description="Ambient Zoned sound" repeat="-1" is3d="0" isunique="0" preload="0">
<sample start="extensions\Some_Music\sfx\ambient\zone\zoned_sound_01"/>
<effects>
<fade in="4.0" out="4.0" />
</effects>
<volume start="1.0" distance="1.0"/>
</sound>
</replace>