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

12 lines
316 B
Plaintext

// IW6 GSC SOURCE
// Generated by https://github.com/xensik/gsc-tool
main()
{
soundsettimescalefactor( "music", 0 );
soundsettimescalefactor( "vehicle", 0.75 );
soundsettimescalefactor( "ambient", 0.25 );
soundsettimescalefactor( "effects2d1", 0 );
soundsettimescalefactor( "effects2d2", 0 );
}