[CS:GO] Unusual Effects
Posted: Tue Nov 23, 2021 2:34 pm
Features
57 head effects (Team Fortress 2 unusual effects)
44 feet effects (Auras and trails)
Toggleable third person on the menu.
Setup
Download the plugin archive.
Upload everything to your gameserver.
Edit addons/sourcemod/databases.cfg and add a database entry for the plugin:
Edit server convars on cfg/sourcemod/unusual_effects.cfg to your taste."unusual"
{
"driver" "sqlite"
"database" "unusual-effects"
}
Chat Commands
Open the menu:
!ue
!unusualeffects
!unusual
!unusuals
Server Convars
sm_ue_method - This plugin has two alternative ways of putting the effects on the players: normal (more stable, can't hide head effects in first person), experimental (buggy, sometimes doesn't work but hides head effects in first person). Default value: normal
sm_ue_flag - Restrict usage of the plugin to players with the given sourcemod flag. If left empty everyone can access it. Default value: o
sm_ue_allow_thirdperson - Allow the usage of third person on the menu. Default value: 1
Known Bugs
Players can't see the effects the first time they connect after downloading the files from the server. This is unavoidable. The client's game engine only loads the particle effects next time the map changes.
Changelog
0.2 (15/03/2020) - Removed server convar related to restricting access to menu after X seconds passed since the round started. Added server convar to restrict access to third person.
0.1 (14/03/2020) - Initial release.
effects.zip
get plugin