mongoose
SOH-CM-2025
So as an alternative solution to having sounds as vehicle 'guns', see https://sim-outhouse.org/sohforums/threads/making-voice-and-norse-code-navigation-beacons.165489/, I am trying to use a building. such as tk_radio_light, and using the effects section for a sound effect, asbelow.
<Effects>
<Effect Type="Track" EffectName="fx_tow_beacon_white" PosX="0" PosZ="0" PosY="20" MinVel="-1" MaxVel="100"/>
<Effect Type="SoundEffect" EffectName="fx_Bake_VOR" Pos="0.0,1.5,0.0"/>
</Effects>
The question then is the effects file entry, and that is where I think I have a problem, as I'm not sure of how that would work. At the moment the entry is
<Effect Name="fx_Bake_VOR" ClassName="SoundEffect" Sound="Bake_VOR.wav" MaxDistance="20000"/>
I don't even know if ClassName="SoundEffect" is a valid class, Anyone have any ideas on this?
<Effects>
<Effect Type="Track" EffectName="fx_tow_beacon_white" PosX="0" PosZ="0" PosY="20" MinVel="-1" MaxVel="100"/>
<Effect Type="SoundEffect" EffectName="fx_Bake_VOR" Pos="0.0,1.5,0.0"/>
</Effects>
The question then is the effects file entry, and that is where I think I have a problem, as I'm not sure of how that would work. At the moment the entry is
<Effect Name="fx_Bake_VOR" ClassName="SoundEffect" Sound="Bake_VOR.wav" MaxDistance="20000"/>
I don't even know if ClassName="SoundEffect" is a valid class, Anyone have any ideas on this?