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:22, 9 March 2025 Outerbeast talk contribs created page CMath (Created page with "This class contains math operation methods. A single global instance exists: <code>CMath Math</code> The AngelScript standard library also contains math functions such as tri...")
- 14:51, 9 March 2025 Outerbeast talk contribs created page Bullet (Created page with "The Bullet enum contains bullet types used by the game. It is primarily used by CBaseEntity's FireBullets method to determine which skill setting to use for damage, and which...")
- 16:00, 6 March 2025 Outerbeast talk contribs created page KeyValueBuffer (Created page with "KeyValueBuffer is a class that contains key value pairs. The game uses 2 types of keyvalue buffers: an info string and physics string. The info string buffer contains settings...")
- 15:24, 6 March 2025 Outerbeast talk contribs created page CCVar (Created page with "The <code>CCVar</code> class represents a custom server console variable. == Constructors == {| class="wikitable" style="vertical-align:middle;" |- style="font-weight:bold; t...")
- 15:10, 6 March 2025 Outerbeast talk contribs created page Animation Extensions (Created page with "This is a list of the animation extensions that can be used for custom weapons and players. Use the parameter <code>szAnimExt</code> in the method below inside the <code>CBase...")
- 20:51, 26 February 2025 Outerbeast talk contribs moved page Entity Functions to CEntityFuncs
- 18:02, 22 February 2025 Outerbeast talk contribs created page Default Ammo Types (Created page with "List of all ammo types registered by default weapons for Sven Co-op (all ammo types are case sensitive). {| class="wikitable" style="vertical-align:middle;" |- style="font-we...")
- 17:11, 20 February 2025 Outerbeast talk contribs created page Temporary Effects (Created page with "Temporary entities are like normal entities except that they automatically kill themselves, use less bandwidth, and don’t crash the map if there are too many of them. All ef...")
- 17:36, 16 February 2025 Outerbeast talk contribs created page CEngineFuncs (Created page with "The class <code>CEngineFuncs</code> provides an interface that can be used to access some of the engine’s features. HTML documentation can be found [http://baso88.github.io...")
- 17:20, 16 February 2025 Outerbeast talk contribs created page CSoundEngine (Created page with "The sound system allows you to play sounds, sentences and sentence groups, complete with sound replacement. HTML documentation can be found [http://baso88.github.io/SC_AngelS...")
- 23:20, 14 February 2025 Outerbeast talk contribs created page Scheduler (Created page with " The scheduler is a class that can be used to schedule function calls for delayed execution. It allows you to set a function to be called, optionally with parameters, at a poi...")
- 19:32, 14 February 2025 Outerbeast talk contribs created page Hooks (Created page with "Hooks are a form of events that scripts can hook into. When you register a hook, the function you’ve registered will be called whenever the associated event occurs. Multipl...")
- 18:25, 14 February 2025 Outerbeast talk contribs created page CUtility (Created page with "The CUtility class contains global utility related methods. A single global Instance exists with the following declaration: <code>CUtility g_Utility;</code> This class only...")
- 17:59, 14 February 2025 Outerbeast talk contribs moved page Player to CPlayerFuncs (just because)
- 17:54, 14 February 2025 Outerbeast talk contribs created page Player (Created page with "The <code>CPlayerFuncs</code> class contains global player related functionality. A single global Instance exists with the following declaration: <code>const CPlayerFuncs g_...")
- 17:03, 14 February 2025 Outerbeast talk contribs created page Entity Functions (Created page with "The class CEntityFuncs provides an interface that can be used to access methods that operate on entities. HTML documentation can be found here. A single global instance exis...")
- 16:40, 14 February 2025 Outerbeast talk contribs created page Tracing (Created page with "Traces are used to perform hit detection, which is handled by the engine. It is one of the primary means of handling navigation and hit detection in the game. == TraceResult...")
- 00:35, 14 February 2025 Outerbeast talk contribs created page Entity Basics (Created page with "Entities are objects in the game that are effectively small programs which serve a specific function or represent an actual thing: players, NPCs, platforms, triggers, etc. CB...")
- 00:07, 14 February 2025 Outerbeast talk contribs created page Vectors (Created page with "Vectors are essentially float arrays of size 3 which are used to represent various things like spatial co-ordinates, angles, velocities and colours, and so will come up very o...")
- 23:45, 13 February 2025 Outerbeast talk contribs created page CEngine (Created page with "The CEngine class contains game state that is shared between the engine and the game. A single global instance exists with the following declaration: <nowiki>const CEngine...")
- 20:18, 13 February 2025 Outerbeast talk contribs created page Running Scripts (Created page with " Scripts that are executed by the game have a few standard hooks in it that let you react to state changes in the game. These state changes cover the loading of maps, not game...")
- 19:51, 13 February 2025 Outerbeast talk contribs created page CGame (Created page with "This class contains methods integral to the operation of the game. You will often use these. The HTML documentation can be found here. A single global instance exists: <now...")
- 18:42, 13 February 2025 Outerbeast talk contribs created page Custom Keyvalues (Needs more work.)
- 18:32, 13 February 2025 Outerbeast talk contribs created page Category:Scripting (Create Scripting Category)
- 18:09, 13 February 2025 Outerbeast talk contribs created page Debugging (Created page with "There are a few things you should know when debugging scripts. This page will cover as many of them as possible. == Console output == Before you do anything, you should alway...")
- 18:02, 13 February 2025 Outerbeast talk contribs created page Strings (Created page with "All text in Angelscript, and computing in general, is represented by strings. In AngelScript, the string class is what we use for that. This class uses an interface that diffe...")
- 17:49, 13 February 2025 Outerbeast talk contribs created page EHandle (Created page with "This type is used to store a handle to an entity across multiple frames. If the entity is removed, EHandle will return null instead. Using EHandle is very easy: <nowiki> EHa...")
- 17:03, 13 February 2025 Outerbeast talk contribs created page Angelscript (WIP)
- 22:48, 8 December 2024 AdamR talk contribs changed group membership for R4to0 from (none) to administrator
- 22:47, 8 December 2024 AdamR talk contribs changed group membership for Sniper from (none) to administrator and bureaucrat
- 22:46, 8 December 2024 User account Sniper talk contribs was created by AdamR talk contribs and password was sent by email
- 12:50, 24 August 2024 AdamR talk contribs protected Change log/5.26 [Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite) (High traffic page) (hist)
- 11:39, 24 August 2024 AdamR talk contribs created page Change log/5.26 (Added page.)
- 11:45, 28 August 2023 Erty talk contribs uploaded File:Survival.7z (Extract this file to /scripts/maps/fgd/ Custom survival.fgd created by Erty.)
- 11:45, 28 August 2023 Erty talk contribs created page File:Survival.7z (Extract this file to /scripts/maps/fgd/ Custom survival.fgd created by Erty.)
- 19:20, 12 May 2023 Outerbeast talk contribs created page Mapping/Player Movement (Under Construction)
- 18:58, 12 May 2023 Outerbeast talk contribs created page Monsters (Under Construction)
- 12:04, 1 May 2023 User account Loulimi talk contribs was created by AdamR talk contribs and password was sent by email (To contribute content.)
- 14:39, 30 April 2023 Outerbeast talk contribs created page Weapons (Created page with "Weapons can be placed in the level as pickups that will equip the player with the weapon if they do not already have it in their loadout. <br>Supported weapons are: * weapon_3...")
- 22:49, 7 April 2023 Outerbeast talk contribs created page Mapping/Doors (Doors tutorial (WIP))
- 22:48, 7 April 2023 Outerbeast talk contribs uploaded File:Doors03.png
- 22:48, 7 April 2023 Outerbeast talk contribs created page File:Doors03.png
- 22:46, 7 April 2023 Outerbeast talk contribs uploaded File:Doors01.png
- 22:46, 7 April 2023 Outerbeast talk contribs created page File:Doors01.png
- 16:31, 24 March 2023 Outerbeast talk contribs created page Info compile parameters (Created page with "Set various map compile parameters without need of using batch file for advanced compilation settings. Makes compile settings inseparable from map, very useful when multiple m...")
- 16:13, 24 March 2023 Outerbeast talk contribs created page Player loadsaved (Created page with "Player_loadsaved is used to restart map after screen fade and custom on-screen message. == Keyvalues == {{Entity_keyvalue|Fade Duration (seconds)|duration|Time, in seconds, t...")
- 03:21, 18 March 2023 Erty talk contribs created page Mapping/VHLT command reference (Created compiler command reference page)
- 01:02, 18 March 2023 Outerbeast talk contribs created page Env render individual (Created page with "Entity that acts like env_render but applied render settings will be seen only by certain players. This allows you to make entities be seen by players differently (e.g. visibl...")
- 17:00, 17 March 2023 Erty talk contribs moved page I/O Reaction Reference to Mapping/I/O Reaction Reference (Moved to Mapping section)
- 17:17, 15 March 2023 Outerbeast talk contribs created page Mapping/Entity Rendering (Entity Rendering Guide)