Posts
17
Respect
Forum Rank
Legless Crawler
Primary Group
Member
Login Issues
Forgot password?Activate Issues
Account activation email not received? Wrong account activation email used?Other Problems?
Contact Support - Help Center Get help on the UGX Discord. Join it now!fog_settings()
{
start_dist = 440;
halfway_dist = 3200;
halfway_height = 225;
base_height = 64;
red = 0.533;
green = 0.717;
blue = 1;
trans_time = 0;
if( IsSplitScreen() )
{
start_dist = 440;
halfway_dist = 3200;
halfway_height = 225;
cull_dist = 4000;
maps\_utility::set_splitscreen_fog( start_dist, halfway_dist, halfway_height, base_height, red, green, blue, trans_time, cull_dist );
}
else
{
SetVolFog( start_dist, halfway_dist, halfway_height, base_height, red, green, blue, trans_time );
}
}
SetVolFog( 440, 3200, 225, 64, 0.533, 0.717, 1, 5 ); // Replace trans_time to 5
//
// Pulls the fog in
dog_start_monitor()
{
while( 1 )
{
level waittill( "dog_start" );
//SetVolFog( 75.0, 80.0, 380, -40.0, 0.16, 0.204, 0.274, 7 );
//SetVolFog( 229.0, 400.0, 115.0, 200.0, 0.16, 0.204, 0.274, 7 );
SetVolFog( 229.0, 200.0, 380.0, 200.0, 0.16, 0.204, 0.274, 7 );
//VisionSetNaked(0, "zombie_sumpf_dogs", 7 );
}
}
//
// Pulls the fog in
dog_stop_monitor()
{
while( 1 )
{
level waittill( "dog_stop" );
SetVolFog( 404.39, 1543.52, 460.33, -244.014, 0.65, 0.84, 0.79, 6 );
//VisionSetNaked(0, "zombie_sumpf", 4 );
}
}
//
// Pulls the fog in
dog_stop_monitor()
{
while( 1 )
{
level waittill( "dog_stop" );
SetVolFog( 440, 3200, 225, 64, 0.533, 0.717, 1, 5 ); // Replace trans_time to 5
//VisionSetNaked(0, "zombie_sumpf", 4 );
}
}
// level thread dog_start_monitor();
// level thread dog_stop_monitor();