Facebook Twitter YouTube Frictional Games | Forum | Privacy Policy | Dev Blog | Dev Wiki | Support | Gametee


Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Footsteps sounds missing
WALP Offline
Posting Freak

Posts: 1,221
Threads: 34
Joined: Aug 2012
Reputation: 45
#12
RE: Footsteps sounds missing

(10-12-2015, 09:39 AM)jens Wrote: It is possible this is a texture not actually used in the game, or used in a way where no footstep sound was needed, so the material configured to the texture links to a sound that does not actually exists.

You can edit the .mat file and set another material for the texture to get sound working.

Exactly how does materials pointing towards player footstep sounds even work? I am assuming it uses the name("plastic_hard" fx) because I cant find an option for it in the materials.cfg.
I more or less extracted the footsteps.fsb and found that the sounds the game cannot find are definitely there(fx: walk_default_plastic_hard_small_room_01). From this I can find only 2 possible explanations:

1. The way in which the material points towards the sound is incorrect.

2. Because reverb (small_room fx) is not specified, the game looks for a default file without reverb, but unlike other footstep sound files plastic_hard does not have one(in other words SOMA is looking for a file named walk_default_plastic_hard_01 inside footsteps.fsb, which does not exists).

if this is the case there are 2 fixes.
  • We must add default files to the .fsb, either by creating new sounds, or copying the reverb ones and renaming them. I cannot do this step since I am unable to extract the sound files from the .fsb without corrupting them. If I was capable I would then import them(and all other footstep sounds the game uses) into fmod and reexport the player_footsteps.fsb, which I can replace using a mod.

    The files might be encrypted though, so maybe only frictional is capable of this, given they can be bothered at all(there is a tediously large amount of footstep sounds so I understand).

    This would be the best fix possible though.

  • Alternatively, one can set the reverb settings to something we do have sound files for, like small_room fx, and hopefully SOMA should now be able to find the file. I have no idea how to change the reverb setting though, nor how it functions.
(This post was last modified: 10-12-2015, 11:49 AM by WALP.)
10-12-2015, 11:47 AM
Find


Messages In This Thread
Footsteps sounds missing - by Plazmater - 09-27-2015, 04:51 PM
RE: Footsteps sounds missing - by TiManGames - 09-27-2015, 07:17 PM
RE: Footsteps sounds missing - by Plazmater - 09-27-2015, 08:16 PM
RE: Footsteps sounds missing - by LordDakol - 09-29-2015, 02:14 AM
RE: Footsteps sounds missing - by jens - 09-29-2015, 07:46 AM
RE: Footsteps sounds missing - by 13irth - 09-29-2015, 08:07 AM
RE: Footsteps sounds missing - by jens - 09-29-2015, 08:12 AM
RE: Footsteps sounds missing - by 13irth - 09-29-2015, 08:17 AM
RE: Footsteps sounds missing - by triadtimes - 10-10-2015, 10:04 PM
RE: Footsteps sounds missing - by Strembitsky - 10-12-2015, 03:00 AM
RE: Footsteps sounds missing - by jens - 10-12-2015, 09:39 AM
RE: Footsteps sounds missing - by WALP - 10-12-2015, 11:47 AM
RE: Footsteps sounds missing - by triadtimes - 10-12-2015, 05:44 PM
RE: Footsteps sounds missing - by WALP - 10-12-2015, 09:07 PM
RE: Footsteps sounds missing - by PathOS - 10-12-2015, 10:20 PM
RE: Footsteps sounds missing - by triadtimes - 10-13-2015, 12:29 AM



Users browsing this thread: 1 Guest(s)