This commit is contained in:
2026-05-08 19:19:42 +02:00
parent 0e9585de9a
commit 2a51a0e0c2
892 changed files with 0 additions and 2 deletions

15
maps/mp/mp_rust_fx.gsc Executable file
View File

@@ -0,0 +1,15 @@
main()
{
//ambient fx
level._effect[ "sand_storm_light" ] = loadfx( "weather/sand_storm_mp_rust" );
level._effect[ "sand_spray_detail_runner0x400" ] = loadfx( "dust/sand_spray_detail_runner_0x400" );
level._effect[ "sand_spray_detail_runner400x400" ] = loadfx( "dust/sand_spray_detail_runner_400x400" );
level._effect[ "sand_spray_detail_oriented_runner" ] = loadfx( "dust/sand_spray_detail_oriented_runner" );
level._effect[ "sand_spray_cliff_oriented_runner" ] = loadfx( "dust/sand_spray_cliff_oriented_runner" );
/#
if ( getdvar( "clientSideEffects" ) != "1" )
maps\createfx\mp_rust_fx::main();
#/
}