init
This commit is contained in:
16
maps/youngblood_audio.gsc
Normal file
16
maps/youngblood_audio.gsc
Normal file
@@ -0,0 +1,16 @@
|
||||
// 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 );
|
||||
}
|
||||
Reference in New Issue
Block a user