View Single Post
Author Message
Furibaito
Member
Join Date: Aug 2012
Location: Colossal Titan
Old 10-25-2012 , 08:13   [ANY] Spawn Effects [1.0]
Reply With Quote #1

SPAWN EFFECTS 1.0
by Furibaito

  • Description
This is a very simple plugin that provides configurable screen fading or shaking (And other effects in the future) fired on player spawn.

This is only tested on CS:S but it should work on any games using Source Engine.

[VIDEO_WILL_BE_HERE]


  • Requirements
This simple plugin only needs Sourcemod 1.4.0+ to run



  • Installation
Install it like other plugins, download the .smx file then put it on addons/sourcemod/plugins folder.



  • Configuration
Put these variables into your server.cfg or anything..


Code:
spawnfx_enable 1                        // Enable/Disable this plugin
spawnfx_mode 1                          // Specify which effects will be fired when player spawn | 1 = Fade + Shake | 2 = Fade only | 3 = Shake Only | 0 to disable
spawnfx_fade_color 255 255 255 255      // Specify the color mixer of the fade effect. <RED> <GREEN> <BLUE> <ALPHA>
spawnfx_fade_hold 500                   // How long the fade hold effects take place in milliseconds
spawnfx_fade_length 2500                // How long the fade in effects take place in milliseconds
spawnfx_shake_length 7.5                // How long the shake effect take place in seconds
spawnfx_shake_amp 30.0                  // How strong the shake effect is
  • TODO
Make a request


  • Changelog
Code:
[25/10/2012] [1.0] 

  - First public release
Thank you for reading!
Please accept my apologize for my bad English!
Attached Files
File Type: sp Get Plugin or Get Source (spawnfx.sp - 2554 views - 3.9 KB)
__________________
フリー

Currently making : ZRiot - like mod in CS:GO - - 45%

Can do private plugins or private community maps for small money.
Furibaito is offline