problems getting target_speaker to work :(


(hhhmmmmm) #1

I tried to add 2 speakers to a map and their is no sound :frowning:
I checked that sound is turned on in options of E.T, checked radient (where i added around 15 sounds), when i checked in the sound editor their was nothing so i added 2 new speakers, still no luck. :banghead:
Also fixed the file path , in the .sps file their are only 2 entry’s the ones that i added in E.T speaker editor.

{
	speakerDef {
		noise "sound/world/war.wav"
		origin 1456.01 386.14 -506.82
		looped "on"
		broadcast "no"
		volume 1500
		range 1250
	}

	speakerDef {
		noise "sound/world/rain_soft.wav"
		origin -1454.14 133.41 62.29
		looped "on"
		broadcast "no"
		volume 127
		range 1250
	}
}

Any ideas :???:

ps, i dont want them to do nothing special just play when someone is near or even global play.