iw6-scripts/maps/youngblood_audio.gsc
2024-02-13 13:20:49 +01:00

17 lines
560 B
Plaintext

// IW6 GSC SOURCE
// Generated by https://github.com/xensik/gsc-tool
main()
{
soundsettimescalefactor( "music", 0 );
soundsettimescalefactor( "effects1", 0 );
soundsettimescalefactor( "effects2d1", 0 );
soundsettimescalefactor( "effects2d2", 0 );
soundsettimescalefactor( "ambient", 0 );
soundsettimescalefactor( "weapon", 0 );
soundsettimescalefactor( "bulletimpact", 0 );
soundsettimescalefactor( "bulletwhizbyin", 0 );
soundsettimescalefactor( "bulletwhizbyout", 0 );
soundsettimescalefactor( "norestrict2d", 0 );
}