Difference between revisions of "List of custom SourceMod includes"
m (+ intro, several new includes & notes) |
m |
||
Line 270: | Line 270: | ||
| <code>hextags.inc</code> | | <code>hextags.inc</code> | ||
| | | | ||
+ | |||
+ | |- | ||
+ | | [https://forums.alliedmods.net/showthread.php?t=114979 L4D2 Infected Spawn API] | ||
+ | | [https://forums.alliedmods.net/member.php?u=67285 V10] | ||
+ | | <code>l4d2_InfectedSpawnApi.inc</code> | ||
+ | | Custom infected boss spawning API. | ||
|- | |- |
Revision as of 14:04, 1 June 2018
The following is a list of custom includes created by various users on AlliedModders. Some are standalone includes designed to be used with any project, others are includes that come with a plugin or extension but can also be used in other projects.
Standalone Includes
Name | Author | Filename | Notes |
---|---|---|---|
Advanced MOTDPanel | Dr. McKay | advanced_motd.inc
|
|
Append New ConVar | KissLick | convar_append.inc
|
|
AutoExecConfig | Impact123 | autoexecconfig.inc
|
|
CBaseAnimatingOverlay | Pelipoika | cbaseanimatingoverlay.inc
|
|
Client Methodmaps | ThatKidWhoGames | clients_methodmap.inc
|
|
Client Preferences Stocks | xXDeathreusXx | clientprefs_stocks.inc
|
|
Colors | exvel | colors.inc
|
|
Color Manipulation | hmmmmm | colourmanip.inc
|
|
ColorVariables | KissLick | colorvariables.inc
|
|
CS:GO Items | xCoderx | csgoitems.inc
|
|
Data String Parameter | Drixevel | data_string_parameter.inc
|
Allows you to pass a string through a data parameter. |
DString - Dynamic Strings | Eun | DString.inc
|
Allows you to use strings with dynamic lengths. |
EmitSoundAny | Powerlord | emitsoundany.inc
|
|
L4D/L4D2 Stocks | Drixevel | l4d.inc
|
|
LogHelper | psychonic | loghelper.inc
|
Contains stocks for many HL Standard log line formats, and also gets around the current limitations of Sourcemod's %L format operator and FormatUserLogText() function (not including team name on log line).
|
Menu Stocks | KissLick | menu_stocks.inc
|
Allows you to pass a value (cell, float or string) to menu callback. |
Menu Targeting | hmmmmm | menu_targeting.inc
|
|
MoreColors | Dr. McKay | morecolors.inc
|
|
MultiColors | Bara | multicolors.inc
|
|
Nested StringMaps | Kinsi | NestedStringMap.inc
|
|
Overlays | shanapu | overlays.inc
|
|
ParseRange | ddhoward | parseRange.inc
|
Takes a string indicating a range of numbers or multiple ranges of numbers, and returns an ArrayList containing individual values. |
SHA-1 Hashing Stocks | Peace-Maker | sha1.inc
|
Provides 2 stock functions to calculate the SHA-1 hash for a given string or file. |
Smart Download Manager | Zephyrus | smartdm.inc
|
|
SM-JSON | clug | json.inc
|
|
SMLib | Berni | smlib.inc
|
|
SourceMod Miscellaneous Stocks | Drixevel | sourcemod-misc.inc
|
|
Table Buffer for Console | ofir753 | consoletable.inc
|
Allows you to format an oriented table for console output. |
TF2 Alternative HUD Text | GNCMatt | tf2_hud.inc
|
|
Unix Time for SourceMod | milutinke | unixtime_sourcemod.inc
|
|
Variable Arguments for Functions | Kailo | valist.inc
|
|
Vector Helpers | xXDeathreusXx | vector_helpers.inc
|
Extends functionality of SourceMod vectors so you don't have to iterate through array blocks every time you want to do a simple operation on a vector. |
WebFix | Byte | webfix.inc
|
Outdated; Use VGUI URL Cache Buster instead. |