| zionifl   Junior Member
 
 Posts: 25
 Threads: 10
 Joined: Feb 2017
 Reputation: 
1
 | 
			|  Footsteps volume and shining objects 
 
				Hi, i'm new to the forum and i'm asking for help. Is there any way to change the volume of the footsteps of the game? I'm making a project and i'm making all of it myself and that project involves the pre-alpha version of the game. Before the footsteps volume was higher and i want to bring this back.
 I also want to make interactable objects like doors, drawers and other entities to have an blue glow around them when focused. That was another feature that was unused. This effect is still present in items when you focuse them though.
 |  | 
	| 03-15-2017, 02:49 AM |  | 
	
		| Romulator   Not Tech Support ;-)
 
 Posts: 3,628
 Threads: 63
 Joined: Jan 2013
 Reputation: 
195
 | 
			| RE: Footsteps volume and shining objects 
 
				The footstep sounds can likely be made louder by editing their .snt file, or there may be an option in game.cfg.
 Or you can open the .ogg files in Audacity and amplify them. Pretty simple really.
 
 Not sure what you can do about the other idea though. The closest thing I can think of to replicating it is to just turn on a light around the object when it is in focus, since I believe the feature you're trying to do is no longer coded into the source for entities other than items.
 
 Oh! And moving to Development Support!
 
 Discord: Romulator#0001
![[Image: 3f6f01a904.png]](https://puu.sh/zOxJg/3f6f01a904.png) 
				
(This post was last modified: 03-15-2017, 03:53 AM by Romulator.)
 |  | 
	| 03-15-2017, 03:40 AM |  | 
	
		| FlawlessHappiness   Posting Freak
 
 Posts: 3,980
 Threads: 145
 Joined: Mar 2012
 Reputation: 
171
 | 
			| RE: Footsteps volume and shining objects 
 
				The blue glow is only present on pickupable items. Not sure how to do it on interactable items.
			 
 Trying is the first step to success. |  | 
	| 03-15-2017, 03:33 PM |  | 
	
		| zionifl   Junior Member
 
 Posts: 25
 Threads: 10
 Joined: Feb 2017
 Reputation: 
1
 | 
			| RE: Footsteps volume and shining objects 
 
				I've discovered that it is an shader that creates the blue light effect. It is the game_outline_frag.glsl and game_outline_vtx.glsl. Is there any way to edit this shader file so that it is used on objects?
			 |  | 
	| 03-27-2017, 04:42 PM |  |