All public logs
Jump to navigation
Jump to search
Combined display of all available logs of Sven Co-op. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
(newest | oldest) View (newer 50 | older 50) (20 | 50 | 100 | 250 | 500)- 20:42, 22 July 2025 Outerbeast talk contribs created page TE FIREFIELD (Created page with "frame|TE_FIREFIELD Spawns randomly positioned sprites in a cube or on a square plane. <pre> void te_firefield(Vector pos, uint16 radius=128, string...")
- 20:22, 7 July 2025 Outerbeast talk contribs created page TE GUNSHOT (Created page with "frame|TE_GUNSHOT Small group of gray dots with a ricochet sound. <code>Vector pos</code> is the center point for the effect. <pre> void te_gunshot(Vect...")
- 20:15, 7 July 2025 Outerbeast talk contribs created page TE LINE (Created page with "frame|TE_LINE Draws a dotted line between two points. Colors with green in them don't seem to work very well. <pre> void te_line(Vector start, Vector end,...")
- 20:09, 7 July 2025 Outerbeast talk contribs created page TE SHOWLINE (Created page with "frame|TE_SHOWLINE Draws a red dotted line between two points that disappears after 30 seconds. Uses fewer dots than TE_LINE. <pre> void te_showlin...")
- 20:08, 7 July 2025 Outerbeast talk contribs created page TE BOX (Created page with "frame|TE_BOX Draws an axis-aligned box made up of dotted lines. <pre> void te_box(Vector mins, Vector maxs, uint16 life=16, RGBA c=RGBA_PURPLE, NetworkMes...")
- 20:03, 7 July 2025 Outerbeast talk contribs created page TE ELIGHT (Created page with "frame|TE_ELIGHT A spherical dynamic light that fades over time and only affects point entities. This appears to be the same effect used with the EF_MUZZ...")
- 20:01, 7 July 2025 Outerbeast talk contribs created page TE DLIGHT (Created page with "frame|TE_DLIGHT A spherical dynamic light that fades over time and only affects point entities. This appears to be the same effect used with the EF_MUZZ...")
- 15:00, 7 July 2025 Outerbeast talk contribs created page Mapping/Sven Co-op FGD (SC 5.26 FGD)
- 17:18, 31 May 2025 Outerbeast talk contribs created page TE PLAYERATTACHMENT (Created page with "Attaches a sprite or model to the target player. frame|TE_PLAYERATTACHMENT A CBasePlayer method exists: <code>void ShowOverheadSprite(const s...")
- 17:11, 31 May 2025 Outerbeast talk contribs created page TE KILLPLAYERATTACHMENTS (Created page with "Removes attachments created with TE_PLAYERATTACHMENT from the target player. <pre> void te_killplayerattachments(CBasePlayer@ plr, NetworkMessageDest msgType=MSG_BROADCA...")
- 17:08, 31 May 2025 Outerbeast talk contribs created page TE ARMOR RICOCHET (Created page with "Armor ricochet sprite and sound effect. frame|TE_ARMOR_RICOCHET <pre> void te_ricochet(Vector pos, uint8 scale=10, NetworkMessageDest msgType=...")
- 17:05, 31 May 2025 Outerbeast talk contribs created page TE GLOWSPRITE (Created page with "A sprite that slowly fades out after its life expires. Not animated. frame|TE_GLOWSPRITE <pre> void te_glowsprite(Vector pos, string sprite="sprites...")
- 15:05, 31 May 2025 Outerbeast talk contribs created page TE SPRITE (Created page with "An animated sprite. Plays once. frame <pre> void te_sprite(Vector pos, string sprite="sprites/zerogxplode.spr", uint8 scale=10, uint8 alpha=200, Net...")
- 13:49, 31 May 2025 Outerbeast talk contribs created page TE SPARKS (Created page with "A flashing sprite combined with a small splash of tracers. Sound effect not included. frame A CUtility method exists: <code>void Sparks(const Vector...")
- 13:41, 31 May 2025 Outerbeast talk contribs created page TE SMOKE (Created page with "An animated sprite that moves upward at 30 units per second. Plays once. frame|TE_SMOKE <pre> void te_smoke(Vector pos, string sprite="sprites/steam1.spr...")
- 13:53, 16 April 2025 Outerbeast talk contribs created page SayParameters (Created page with "The SayParameters class contains a player's text data when they say something in game chat. It can be used to interpret the text as though it were a command, and its visibilit...")