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
Amfp Same sounds ?
Amnesiaplayer Offline
Senior Member

Posts: 539
Threads: 105
Joined: Jun 2014
Reputation: 0
#1
Amfp Same sounds ?

i made an outside place...
with some Street floors.. Tongue
but the same sound is coming ?! i'm walking on the Street (cobblestone Ground) and the sounds is more... planks.. like in the mansion.. all other cobblestone and outside paths have the same sounds ?! except the orginal but they are ugly.. i want stone Sad can someone help me ?
09-06-2014, 12:44 PM
Find
DnALANGE Offline
Banned

Posts: 1,549
Threads: 73
Joined: Jan 2012
#2
RE: Amfp Same sounds ?

This is way too difficult to explane..
You will need to open the.mat file for the plane you use,
Then you need to open your materials.cfg And copy\paste for example this :
PHP Code: (Select All)
<Materials>    
    <
Material
        Name 
"Concrete"
        
Elasticity "0.1"
        
KineticFriction "0.35"
        
StaticFriction "0.35"
        
        
Priority="0"
        
        
ElasticityMode "Average"
        
FrictionMode "Average"
        
        
StepType="tarmac"
        
        
MinScrapeSpeed "1"
        
MinScrapeFreq "0.9"
        
MinScrapeFreqSpeed "1.2"
        
MaxScrapeFreq "1.1"
        
MaxScrapeFreqSpeed "2.2"
        
MiddleScrapeSpeed "2"
        
MinScrapeContacts "3"
        
ScrapeSoundName "step_Walk_Tarmac"
    
>    
        <
Impact  MinSpeed="2" SoundName="wettarmac_1"/>
        <
Impact  MinSpeed="2" SoundName="wettarmac_2"/>
        <
Impact  MinSpeed="2" SoundName="wettarmac_4"/>
        <
Impact  MinSpeed="2" SoundName="wettarmac_5"/>
        <
Impact  MinSpeed="2" SoundName="wettarmac_7"/>
        <
Impact  MinSpeed="2" SoundName="wettarmac_8"/>
        <
Impact  MinSpeed="2" SoundName="wettarmac_9"/>
        <
Impact  MinSpeed="2" SoundName="wettarmac_10"/>
        
        <
Hit  MinSpeed="3" SoundName="" PSName="ps_hit_hard" PSPrio="10" />
        <
Hit  MinSpeed="1" SoundName=""  PSName="ps_hit_hard" PSPrio="10" />
    </
Material
Then...
Change this name -> Name = "Concrete" into whatever Name = "MyNewConcrete" or whatever you want,
Then the Name = "MyNewConcrete" need to be replaced into the .mat file your plane uses..
ALso there are 8 defferent stepsounds in the example above.
SO <Impact MinSpeed="2" SoundName="wettarmac_1"/>
Need be changed as well (wettarmac_1) <-- Is the soundfile in your mod\folder.
---
As i said, VERY hard... THis is NOT for beginners.
If you want to try, try like mine, and COPY THE ORIGINAL FILES as backup.
Good luck.
(This post was last modified: 09-06-2014, 01:37 PM by DnALANGE.)
09-06-2014, 01:30 PM
Find
Amnesiaplayer Offline
Senior Member

Posts: 539
Threads: 105
Joined: Jun 2014
Reputation: 0
#3
RE: Amfp Same sounds ?

thankss! and WOW
just great :S
i will try Big Grin

i did everything!!!
but the only thing had happened.. i got an error... first i can see the map for only 0.6 seconds then the error appear Sad
(This post was last modified: 09-06-2014, 02:20 PM by Amnesiaplayer.)
09-06-2014, 02:09 PM
Find
FlawlessHappiness Offline
Posting Freak

Posts: 3,980
Threads: 145
Joined: Mar 2012
Reputation: 171
#4
RE: Amfp Same sounds ?

For future reference, remember to show us the error, and what you've changed ^_^

You should do that now.

Trying is the first step to success.
09-06-2014, 02:29 PM
Find
Amnesiaplayer Offline
Senior Member

Posts: 539
Threads: 105
Joined: Jun 2014
Reputation: 0
#5
RE: Amfp Same sounds ?

ow... xD sometimes... i'm...weird :S
i placed this :

PHP Code: (Select All)
<Material
        Name 
"Concrete"
        
Elasticity "0.1"
        
KineticFriction "0.35"
        
StaticFriction "0.35"
        
        
Priority="0"
        
        
ElasticityMode "Average"
        
FrictionMode "Average"
        
        
StepType="tarmac"
        
        
MinScrapeSpeed "1"
        
MinScrapeFreq "0.9"
        
MinScrapeFreqSpeed "1.2"
        
MaxScrapeFreq "1.1"
        
MaxScrapeFreqSpeed "2.2"
        
MiddleScrapeSpeed "2"
        
MinScrapeContacts "3"
        
ScrapeSoundName "step_Walk_Tarmac"
    
>    
        <
Impact  MinSpeed="2" SoundName="wettarmac_1"/>
        <
Impact  MinSpeed="2" SoundName="wettarmac_2"/>
        <
Impact  MinSpeed="2" SoundName="wettarmac_4"/>
        <
Impact  MinSpeed="2" SoundName="wettarmac_5"/>
        <
Impact  MinSpeed="2" SoundName="wettarmac_7"/>
        <
Impact  MinSpeed="2" SoundName="wettarmac_8"/>
        <
Impact  MinSpeed="2" SoundName="wettarmac_9"/>
        <
Impact  MinSpeed="2" SoundName="wettarmac_10"/>
        
        <
Hit  MinSpeed="3" SoundName="" PSName="ps_hit_hard" PSPrio="10" />
        <
Hit  MinSpeed="1" SoundName=""  PSName="ps_hit_hard" PSPrio="10" />
    </
Material

in my Mat.cfg file

and changed it to : MyNewConcrete
then ( i didn't knew what to do )
i saved The Plane (in .MAT editor131111) *Save AS* and named it
MyNewConcrete.mat
i used that plane and amnesia just crashed Sad Voilation or something like that..
09-06-2014, 02:34 PM
Find
DnALANGE Offline
Banned

Posts: 1,549
Threads: 73
Joined: Jan 2012
#6
RE: Amfp Same sounds ?

Name = "Concrete"
Must be MyNewConcrete right..
And Copy AND paste..
Send you error please.
09-06-2014, 03:01 PM
Find
Amnesiaplayer Offline
Senior Member

Posts: 539
Threads: 105
Joined: Jun 2014
Reputation: 0
#7
RE: Amfp Same sounds ?

yes i copied this one from you're post but yes it was already MyNewConcrete and error is

Exception reason : amnesiatestblabla caused Exception_acces_violation in module
amnesiatestblabla..

??
09-06-2014, 03:15 PM
Find




Users browsing this thread: 1 Guest(s)