Armored Cow 
 
 
		
			Member 
			
			
			
 
			
	Posts: 72 
	Threads: 3 
	Joined: Sep 2010
	
 Reputation: 
0
		
	 | 
	
		
			
Sound Entity Problem 
			 
			
				I created my first map yesterday that is comprised of two rooms separated by a door.  Each room has it's own sound entity with a Max radius expanding to just before the door. 
 
The problem is, both sounds play immediately when I load the map and never stop playing (they are ambient loops).  The sound in the second room does not even have the range to be heard from the first room so I don't understand why it begins playing immediately. 
 
When I walk into the second room the sound from the first room does not go away either; they both play forever. 
 
Any help would be appreciated.
			 
			
			
			
		 |  
	 
 | 
	| 09-16-2010, 03:49 PM  | 
	
		
	 | 
	
		
		jens 
 
 
		
			Frictional Games 
			
			
			
 
			
	Posts: 4,093 
	Threads: 199 
	Joined: Apr 2006
	
 Reputation: 
202
		
	 | 
	
		
			
RE: Sound Entity Problem 
			 
			
				the sound is probablyy Use3D="false" in the sound entity file
			 
			
			
			
		 |  
	 
 | 
	| 09-16-2010, 03:52 PM  | 
	
		
	 | 
	
		
		Luis 
 
 
		
			Frictional Games 
			
			
			
 
			
	Posts: 280 
	Threads: 19 
	Joined: Jun 2006
	
 Reputation: 
9
		
	 | 
	
		
			
RE: Sound Entity Problem 
			 
			
				Are you using a custom sound entity? Are you overriding its settings properly? (as in unchecking the "Use defaults" checkbox)
			 
			
			
 
EOF 
			
		 |  
	 
 | 
	| 09-16-2010, 03:52 PM  | 
	
		
	 | 
	
		
		Armored Cow 
 
 
		
			Member 
			
			
			
 
			
	Posts: 72 
	Threads: 3 
	Joined: Sep 2010
	
 Reputation: 
0
		
	 | 
	
		
			
RE: Sound Entity Problem 
			 
			
				Where can I change it to Use3D="true" ?
			 
			
			
			
		 |  
	 
 | 
	| 09-16-2010, 03:56 PM  | 
	
		
	 | 
	
		
		jens 
 
 
		
			Frictional Games 
			
			
			
 
			
	Posts: 4,093 
	Threads: 199 
	Joined: Apr 2006
	
 Reputation: 
202
		
	 | 
	
		
			
RE: Sound Entity Problem 
			 
			
				You have to make a new sound entity file in case you are using one of the sounds from the games regular sounds/ folder. You simply open the .snt file in a text editor and then you can change properites like Use3D and save it with a new name, preferably into your custom story folder so that you can share it easily later.
			 
			
			
			
		 |  
	 
 | 
	| 09-16-2010, 04:06 PM  | 
	
		
	 | 
	
		
		Armored Cow 
 
 
		
			Member 
			
			
			
 
			
	Posts: 72 
	Threads: 3 
	Joined: Sep 2010
	
 Reputation: 
0
		
	 | 
	
		
			
RE: Sound Entity Problem 
			 
			
				Thanks a lot Jens.
			 
			
			
			
		 |  
	 
 | 
	| 09-16-2010, 04:36 PM  | 
	
		
	 | 
	
		
		Armored Cow 
 
 
		
			Member 
			
			
			
 
			
	Posts: 72 
	Threads: 3 
	Joined: Sep 2010
	
 Reputation: 
0
		
	 | 
	
		
			
RE: Sound Entity Problem 
			 
			
				Sorry for double post but what exactly does the Min and Max distance do for sound entities? 
 
I understand that the Max is the farthest the sound travels but what exactly does Min do?
			 
			
			
			
		 |  
	 
 | 
	| 09-16-2010, 06:53 PM  | 
	
		
	 | 
	
		
		Thomas 
 
 
		
			Frictional Games 
			
			
			
 
			
	Posts: 2,634 
	Threads: 184 
	Joined: Apr 2006
	
 Reputation: 
68
		
	 | 
	
		
			
RE: Sound Entity Problem 
			 
			
				Min is when the sound volume starts decreasing. Max is when it is zero.
			 
			
			
			
		 |  
	 
 | 
	| 09-16-2010, 10:16 PM  | 
	
		
	 |