Advertisement
Traggered

VRFootstepsSoundEnvironExt

Apr 13th, 2024
52
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. class CfgVehicles
  2. {
  3.     class Man;
  4.     class CAManBase: Man
  5.     {
  6.         class SoundEnvironExt
  7.         {
  8.             virtual[]=
  9.             {
  10.                
  11.                 {
  12.                     "run",
  13.                    
  14.                     {
  15.                         "soundset",
  16.                         "footsteps_vr_run_SoundSet"
  17.                     }
  18.                 },
  19.                
  20.                 {
  21.                     "walk",
  22.                    
  23.                     {
  24.                         "soundset",
  25.                         "footsteps_vr_walk_SoundSet"
  26.                     }
  27.                 },
  28.                
  29.                 {
  30.                     "sprint",
  31.                    
  32.                     {
  33.                         "soundset",
  34.                         "footsteps_vr_sprint_SoundSet"
  35.                     }
  36.                 },
  37.                
  38.                 {
  39.                     "tactical",
  40.                    
  41.                     {
  42.                         "soundset",
  43.                         "footsteps_vr_tactical_SoundSet"
  44.                     }
  45.                 },
  46.                
  47.                 {
  48.                     "crawl",
  49.                    
  50.                     {
  51.                         "soundset",
  52.                         "footsteps_vr_crawl_SoundSet"
  53.                     }
  54.                 }
  55.             };
  56.         };
  57.     };
  58. };
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement