More Fixes

This commit is contained in:
6arelyFuture 2022-03-01 13:27:35 +00:00
parent 7025b0d66d
commit 10f7a92c7f
No known key found for this signature in database
GPG Key ID: E883E2BC9657D955
2 changed files with 43 additions and 0 deletions

23
raw/maps/mp/mp_dome.gsc Normal file
View File

@ -0,0 +1,23 @@
// IW5 GSC SOURCE
// Decompiled by https://github.com/xensik/gsc-tool
main()
{
maps\mp\mp_dome_precache::main();
maps\createart\mp_dome_art::main();
maps\mp\mp_dome_fx::main();
maps\mp\_explosive_barrels::main();
maps\mp\_load::main();
ambientplay( "ambient_mp_dome" );
maps\mp\_compass::setupMiniMap( "compass_map_mp_dome" );
setdvar( "r_lightGridEnableTweaks", 1 );
setdvar( "r_lightGridIntensity", 1.33 );
game["attackers"] = "allies";
game["defenders"] = "axis";
audio_settings();
}
audio_settings()
{
maps\mp\_audio::add_reverb( "default", "quarry", 0.15, 0.9, 2 );
}

View File

@ -0,0 +1,20 @@
// IW5 GSC SOURCE
// Decompiled by https://github.com/xensik/gsc-tool
main()
{
maps\mp\mp_exchange_precache::main();
maps\createart\mp_exchange_art::main();
maps\mp\mp_exchange_fx::main();
maps\mp\_load::main();
ambientplay( "ambient_mp_exchange" );
maps\mp\_compass::setupMiniMap( "compass_map_mp_exchange" );
game["attackers"] = "axis";
game["defenders"] = "allies";
audio_settings();
}
audio_settings()
{
maps\mp\_audio::add_reverb( "default", "city", 0.2, 0.9, 2 );
}