View Single Post
Author Message
93SHADoW
AlliedModders Donor
Join Date: Jul 2014
Location: Houston, TX
Old 06-23-2016 , 00:47   [Abilities] Fog Effects (BETA)
Reply With Quote #1


Fog Effects (BETA)



"Every Town Has An Elm Street" -Freddy Krueger

This can be configured as a RAGE, or as a passive effect.
NOTE: THIS DOES NOT CHANGE THE SKYBOX TEXTURE! IT ONLY CREATES THE EFFECT NECESSARY TO CREATE FOG EFFECTS, LIKE THE SCREENSHOT ABOVE!

RAGE. Compatible with Ability Management System:
Code:
	"abilityX"
	{
		"name"	"rage_fog_fx"
		"arg1"	"0" // blend
		
		// color 1
		"arg2"	"0"	// red
		"arg3"	"0"	// green
		"arg4"	"0"	// blue
		
		// color 2
		"arg5"	"0"	// red
		"arg6"	"0"	// green
		"arg7"	"0"	// blue
		
		// fog properties
		"arg8"	"64.0"	// fog start distance
		"arg9"	"384.0"	// fog end distance
		"arg10"	"1.0"	// fog density
		"arg11"	"5.0"	// fog duration
		
		// only needed if using AMS
		"arg1001"	"0.0" // delay before first use 
		"arg1002"	"30.0" // cooldown 
		"arg1003"	"Darken" // name 
		"arg1004"	"Every town has an Elm Street" // description 
		"arg1005"	"50.0" // rage cost 
		"arg1006"	"0" // index for ability in the AMS menu 
		"plugin_name"	"ff2_fog"
	}
PASSIVE:
Code:
	"abilityX"
	{
		"name"	"fog_fx"
		"arg1"	"0" // blend
		
		// color 1
		"arg2"	"0"	// red
		"arg3"	"0"	// green
		"arg4"	"0"	// blue
		
		// color 2
		"arg5"	"0"	// red
		"arg6"	"0"	// green
		"arg7"	"0"	// blue
		
		// fog properties
		"arg8"	"64.0"	// fog start distance
		"arg9"	"384.0"	// fog end distance
		"arg10"	"1.0"	// fog density
		
		"plugin_name"	"ff2_fog"
	}
Attached Files
File Type: smx ff2_fog.smx (9.4 KB, 1134 views)
File Type: sp Get Plugin or Get Source (ff2_fog.sp - 961 views - 6.8 KB)
__________________

Last edited by 93SHADoW; 08-04-2016 at 13:54.
93SHADoW is offline
Send a message via AIM to 93SHADoW Send a message via Skype™ to 93SHADoW