Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- class CfgSurfaces
- {
- class Default {};
- class wildfield_Surface : Default
- {
- files = "PX1_wildfield_*";
- rough = 0.09;
- maxSpeedCoef = 0.9;
- dust = 0.5;
- soundEnviron = "dirt";
- character = "wildfield_Character";
- soundHit = "soft_ground";
- lucidity = 1;
- grassCover = 0.03;
- };
- };
- class CfgSurfaceCharacters
- {
- class wildfield_Character
- {
- probability[] = {0.75};
- names[] = {"wildfield1"};
- };
- };
Advertisement
Add Comment
Please, Sign In to add comment