Jump to content
Sign in to follow this  
mr pedersen

No sound on groundtexture A3?

Recommended Posts

I dont get the " sand " sound to play on my custom texture ingame when I walk on it.

Dont know what to do, been trying to copy the configs for A3 but does not work.

Here is from my config:

class GdtStratisBeach: Default

{

access = 2;

files = "pedtar_sand_*";

character = "Empty";

soundEnviron = "sand";

soundHit = "soft_ground";

rough = 0.1;

maxSpeedCoef = 0.8;

dust = 0.5;

lucidity = 1.25;

};

:j:

Share this post


Link to post
Share on other sites

Is that copied directly from stratis?

Your ground names need to have your project tag in them so they do not conflict with other terrains.

Like this


class yourtag_GdtStratisBeach: Default
[/Code]

Share this post


Link to post
Share on other sites

ok thx!

Now I got sand sound on my sand texture :)

class pedtar_sand_GdtStratisBeach: Default

{ access = 2;

files = "pedtar_sand_*";

character = "Empty";

soundEnviron = "sand";

soundHit = "soft_ground";

rough = 0.1;

maxSpeedCoef = 0.8;

dust = 0.5;

lucidity = 1.25;

};

Edited by Mr Pedersen

Share this post


Link to post
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
Sign in to follow this  

×