Frictional Games Forum (read-only)
Amfp Same sounds ? - Printable Version

+- Frictional Games Forum (read-only) (https://www.frictionalgames.com/forum)
+-- Forum: Amnesia: The Dark Descent (https://www.frictionalgames.com/forum/forum-6.html)
+--- Forum: Custom Stories, TCs & Mods - Development (https://www.frictionalgames.com/forum/forum-38.html)
+---- Forum: Development Support (https://www.frictionalgames.com/forum/forum-39.html)
+---- Thread: Amfp Same sounds ? (/thread-26055.html)



Amfp Same sounds ? - Amnesiaplayer - 09-06-2014

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 ?


RE: Amfp Same sounds ? - DnALANGE - 09-06-2014

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:
<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.


RE: Amfp Same sounds ? - Amnesiaplayer - 09-06-2014

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


RE: Amfp Same sounds ? - FlawlessHappiness - 09-06-2014

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

You should do that now.


RE: Amfp Same sounds ? - Amnesiaplayer - 09-06-2014

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

PHP Code:
<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..


RE: Amfp Same sounds ? - DnALANGE - 09-06-2014

Name = "Concrete"
Must be MyNewConcrete right..
And Copy AND paste..
Send you error please.


RE: Amfp Same sounds ? - Amnesiaplayer - 09-06-2014

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..

??