Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- class CfgSurfaces
- {
- class Default {};
- class abc_samplemap_grass_green_Surface : Default
- {
- files = "wild_grass_*";
- rough = 0.1;
- dust = 0.05;
- soundEnviron = "grass";
- character = "abc_samplemap_grass_green_Character";
- soundHit = "soft_ground";
- };
- };
- class CfgSurfaceCharacters
- {
- class abc_samplemap_grass_green_Character
- {
- probability[]={1.00};
- names[]={"abc_StrGrassGreenGroup"};
- };
- };
Advertisement
Add Comment
Please, Sign In to add comment