Raised This Month: $51 Target: $400
 12% 

[CS:GO] - ▒ Grenade smoke colors | Finally avaiblable !! | 100% Translatable


  
 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
Author
Dr. Api
BANNED
Join Date: Mar 2015
Location: France
Plugin ID:
4683
Plugin Version:
1.3.5
Plugin Category:
Fun Stuff
Plugin Game:
Counter-Strike: GO
Plugin Dependencies:
    Servers with this Plugin:
     
    Plugin Description:
    Change the particle color of the smoke. This plugin use custom .pcf
    Old 06-17-2015 , 09:33   [CS:GO] - ▒ Grenade smoke colors | Finally avaiblable !! | 100% Translatable
    Reply With Quote #1

    I - Description

    BETA PLUGIN : If you want a color you need to make a custom .pcf file. For now the color is random until I will make a menu and clients preferences...

    Change the particle color of the smoke. This plugin use custom .pcf
    You can choose the random colors mod or the access mod. For the access mod if the player is allowed to choose a color he have to type !sc to choose his color.

    II - Cvars

    drapi_smokegrenade_colors_reset_timer - Reset the smoke count timer(performence) - Useless.
    drapi_smokegrenade_colors_min_alpha - Min. Alpha overlay (transparency)
    drapi_smokegrenade_colors_max_alpha - Max. Alpha overlay (transparency)
    drapi_smokegrenade_colors_mod - 0=Access Flag / 1=Random Colors

    III - Configs

    Code:
    "SmokeColors"
    {
    	"SmokeColors"
    	{
    			"SmokeColors"
    		{
    			//				FILE | PARTICLE | SCREEN COLOR
    		
    			"0"					" | explosion_smokegrenade | 64, 64, 64"										// DON'T EDIT/DELETE THIS
    			"1"					"smoke_colors_red | explosion_smokegrenade_base_red | 166, 21, 21"				        //RED
    			"2"					"smoke_colors_green | explosion_smokegrenade_base_green | 42, 133, 2"					//GREEN
    			"3"					"smoke_colors_blue | explosion_smokegrenade_base_blue | 51, 102, 218"					//BLUE
    			"4"					"smoke_colors_pink | explosion_smokegrenade_base_pink | 230, 8, 1701"					//PINK
    			"5"					"smoke_colors_orange | explosion_smokegrenade_base_orange | 181, 96, 13"				//ORANGE
    			"6"					"smoke_colors_black | explosion_smokegrenade_base_black | 0, 0, 0"						//BLACK
    			"7"					"smoke_colors_lime | explosion_smokegrenade_base_lime | 50, 255, 50"					//LIME
    			"8"					"smoke_colors_cyan | explosion_smokegrenade_base_cyan | 0, 255, 255"					//CYAN
    			"9"					"smoke_colors_yellow | explosion_smokegrenade_base_yellow | 255, 255, 0"				//YELLOW
    			"10"				        "smoke_colors_water_effect | explosion_smokegrenade_base_water_effect | 153, 255, 204"	        //WATER
    		}
    
    		//DON'T FORGET TO ADD A SENTENCE ON THE TRANSLATION FILE. OR THE COLOR WILL NOT APPEAR IN THE MENU.
    		"SmokeColorsAccess"
    		{
    			//EXAMPLE
    			//"0"
    			//{
    				//"flags"			"steamid"									         // flag for use the smoke color(public, vip, admin, steamid)
    
    				//"SteamIDs"													// or steamids allowed to use the smoke color(can be use with steamid, vip or admin flags)
    				//{
    							//"0"		"STEAM_1:1:448991"
    				//}
    
    			//}
    
    			"0"
    			{
    				"flags"			"public"										// flag for use the smoke color (public, vip, admin, steamid)
    
    				"SteamIDs"														// or steamids allowed to use the smoke color(can be use with steamid, vip or admin flags)
    				{
    				}
    
    			}
    
    			"1"
    			{
    				"flags"			"public"										// flag for use the smoke color(public, vip, admin, steamid)
    
    				"SteamIDs"														// or steamids allowed to use the smoke color(can be use with steamid, vip or admin flags)
    				{
    				}
    
    			}
    			"2"
    			{
    				"flags"			"public"										// flag for use the smoke color (public, vip, admin, steamid)
    
    				"SteamIDs"														// or steamids allowed to use the smoke color(can be use with steamid, vip or admin flags)
    				{
    				}
    
    			}
    			"3"
    			{
    				"flags"			"public"										// flag for use the smoke color (public, vip, admin, steamid)
    
    				"SteamIDs"														// or steamids allowed to use the smoke color(can be use with steamid, vip or admin flags)
    				{
    				}
    
    			}
    			"4"
    			{
    				"flags"			"public"										// flag for use the smoke color (public, vip, admin, steamid)
    
    				"SteamIDs"														// or steamids allowed to use the smoke color(can be use with steamid, vip or admin flags)
    				{
    				}
    
    			}
    			"5"
    			{
    				"flags"			"public"										// flag for use the smoke color (public, vip, admin, steamid)
    
    				"SteamIDs"														// or steamids allowed to use the smoke color(can be use with steamid, vip or admin flags)
    				{
    				}
    
    			}
    			"6"
    			{
    				"flags"			"public"										// flag for use the smoke color (public, vip, admin, steamid)
    
    				"SteamIDs"														// or steamids allowed to use the smoke color(can be use with steamid, vip or admin flags)
    				{
    				}
    
    			}
    			"7"
    			{
    				"flags"			"public"										// flag for use the smoke color (public, vip, admin, steamid)
    
    				"SteamIDs"														// or steamids allowed to use the smoke color(can be use with steamid, vip or admin flags)
    				{
    				}
    
    			}
    			"8"
    			{
    				"flags"			"public"										// flag for use the smoke color (public, vip, admin, steamid)
    
    				"SteamIDs"														// or steamids allowed to use the smoke color(can be use with steamid, vip or admin flags)
    				{
    				}
    
    			}
    			"9"
    			{
    				"flags"			"public"										// flag for use the smoke color (public, vip, admin, steamid)
    
    				"SteamIDs"														// or steamids allowed to use the smoke color(can be use with steamid, vip or admin flags)
    				{
    				}
    
    			}
    			"10"
    			{
    				"flags"			"public"										// flag for use the smoke color (public, vip, admin, steamid)
    
    				"SteamIDs"														// or steamids allowed to use the smoke color(can be use with steamid, vip or admin flags)
    				{
    				}
    
    			}
    		}
    	}
    }
    SmokeColors part here you add you .pcf file, the particle name to precache and the color for the overlay screen.
    All informations/files will be automaticaly downloaded and precached

    SmokeColorsAccess set the access for the color.
    - Admin and/or steamid
    - Vip and/or steamid
    - Steamid
    - Public

    DON'T FORGET TO ADD A SENTENCE ON THE TRANSLATION FILE OR THE COLOR WILL NOT APPEAR IN THE MENU.


    IV - Colors

    smoke_colors_black.pcf
    smoke_colors_blue.pcf
    smoke_colors_cyan.pcf
    smoke_colors_green.pcf
    smoke_colors_lime.pcf
    smoke_colors_orange.pcf
    smoke_colors_pink.pcf
    smoke_colors_red.pcf
    smoke_colors_water_effect.pcf
    smoke_colors_yellow.pcf

    The Water Effect is a example of what you can do !
    I will not do others colors on my free time or for free anymore!

    V - Screenshots & Videos
    https://www.youtube.com/watch?v=rd5V...52g-9t&index=1
    https://www.youtube.com/watch?v=_b2H...56zTzlsF52g-9t

    Red



    Blue



    Orange




    VI - What is possible?
    You can mix 2 colors by particle. The smokegrenade contain 5 particles. So you can actually set 10 differents colors is the same smoke.
    You can also set the transparency and lot of settings...

    VII - Changelogs
    Code:
    V1.3.5
    -Fixed bug that you were undetectable with the function who dispatch the effect(invisible smoke).
    -Fixed when you could see your enemy on radar or his name through the smoke.
    -Added Russian and finnish translations.
    
    V1.3.4
    -Added one tradition chinese translation sentence.
    -Added one admin command: !sm_sf <#userid|name> will force the default smoke for the player(just in case).
    
    V1.3.3
    - Added one translation sentence.
    - Possibility to choose your color with chat trigger(smokepink, !smokepink or /smokepink). 3 chat style(with ! or / or without anything before). 
    The command will be set like that: 
    EX1 :explosion_smokegrenade_base_pink = pink = smoke + pink = smokepink.
    EX2 :explosion_smokegrenade_base_water_effect = water_effect = watereffect = smoke + watereffect = smokewatereffect.
    - Check the invisble smoke for the Random colors mod (drapi_smokegrenade_colors_mod 1).
    
    V1.3.2
    - Detect invisible smoke and replace by default smoke.
    
    V1.3.1
    -Added !retry if client doesn't see smoke first time.
    
    V1.3.0
    -Don't use info_particle_system anymore.
    -Color smoke is the preference you selected.
    -If client download for the fist time, color smoke will be enable next map(temporary method).
    
    V1.2.4
    -Force precache make client crash. So If you connect for the first time a retry will be force.Enjoy CSGO bugs!
    
    V1.2.3
    -Detect when a molotov is throwed on the smoke.
    
    V1.2.2
    -Precache the effect name particles.
    -Added Polish translation.
    -Added Traditional Chinese translation.
    -Added more smoke colors on the config file.
    -Added more .pcf files.
    
    
    V1.2.1
    -Minors changes(config file and code).
    
    V1.2.0
    -Fixed the precache particles.
    -Fixed smoke/screen effect doesn't disappears when they should.
    -Added random colors in the menu (the colors chosen randomly will depend on your config file).
    -Added one sentence translation.
    -Optimized the code.
    
    V1.1.1
    - Fixed a little mistake.
    
    V1.1.0
    - Added clients preferences.
    - Added Access mod and Random colors mod.
    - Added translation file.
    - Added Screen effects
    - Added config file.

    VIII - Credits
    Miu for the Math part.
    RedSword for the optimisation part.
    Psychonic to find a way to precache particles. - Crash client.
    rogeraabbccdd for Traditional Chinese translations.
    Spyrek for Polish translations.
    Apina for Russian and finnish translations.

    GIT
    Attached Files
    File Type: zip drapi_smokegrenade_colors_V1.3.1.zip (98.7 KB, 674 views)
    File Type: zip drapi_smokegrenade_colors_V1.3.2.zip (108.8 KB, 408 views)
    File Type: zip drapi_smokegrenade_colors_V1.3.3.zip (112.9 KB, 366 views)
    File Type: zip drapi_smokegrenade_colors_V1.3.4.zip (113.2 KB, 426 views)
    File Type: zip drapi_smokegrenade_colors_V1.3.5.zip (113.1 KB, 4601 views)

    Last edited by Dr. Api; 06-29-2016 at 12:44.
    Dr. Api is offline
     



    Posting Rules
    You may not post new threads
    You may not post replies
    You may not post attachments
    You may not edit your posts

    BB code is On
    Smilies are On
    [IMG] code is On
    HTML code is Off

    Forum Jump


    All times are GMT -4. The time now is 03:52.


    Powered by vBulletin®
    Copyright ©2000 - 2024, vBulletin Solutions, Inc.
    Theme made by Freecode