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)- 21: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...")
- 20: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...")
- 19:42, 13 February 2025 Outerbeast talk contribs created page Custom Keyvalues (Needs more work.)
- 19:32, 13 February 2025 Outerbeast talk contribs created page Category:Scripting (Create Scripting Category)
- 19: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...")
- 19: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...")
- 18: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...")
- 18:03, 13 February 2025 Outerbeast talk contribs created page Angelscript (WIP)
- 20:20, 12 May 2023 Outerbeast talk contribs created page Mapping/Player Movement (Under Construction)
- 19:58, 12 May 2023 Outerbeast talk contribs created page Monsters (Under Construction)
- 15: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...")
- 23:49, 7 April 2023 Outerbeast talk contribs created page Mapping/Doors (Doors tutorial (WIP))
- 23:48, 7 April 2023 Outerbeast talk contribs created page File:Doors03.png
- 23:48, 7 April 2023 Outerbeast talk contribs uploaded File:Doors03.png
- 23:46, 7 April 2023 Outerbeast talk contribs created page File:Doors01.png
- 23:46, 7 April 2023 Outerbeast talk contribs uploaded File:Doors01.png
- 17: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...")
- 17: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...")
- 02: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...")
- 18:17, 15 March 2023 Outerbeast talk contribs created page Mapping/Entity Rendering (Entity Rendering Guide)
- 18:11, 15 March 2023 Outerbeast talk contribs created page File:Renderfx.png
- 18:11, 15 March 2023 Outerbeast talk contribs uploaded File:Renderfx.png
- 18:09, 15 March 2023 Outerbeast talk contribs created page File:Model render.png
- 18:09, 15 March 2023 Outerbeast talk contribs uploaded File:Model render.png
- 18:07, 15 March 2023 Outerbeast talk contribs created page File:Sprite render.png
- 18:07, 15 March 2023 Outerbeast talk contribs uploaded File:Sprite render.png
- 18:03, 15 March 2023 Outerbeast talk contribs created page File:Rendering solident.png
- 18:03, 15 March 2023 Outerbeast talk contribs uploaded File:Rendering solident.png
- 17:56, 15 March 2023 Outerbeast talk contribs created page Mapping/Advanced Trigger Filtering (Advanced Trigger Filtering Guide)
- 23:40, 13 March 2023 Outerbeast talk contribs created page Mapping/Custom Keyvalues (Custom Keyvalues Guide)
- 23:30, 13 March 2023 Outerbeast talk contribs created page Mapping/Game Triggering System (Game Triggering System guide)
- 22:53, 13 March 2023 Outerbeast talk contribs created page Trigger effect (Stub, needs expansion)
- 22:31, 13 March 2023 Outerbeast talk contribs created page Trigger load (Created page with "Trigger_load allows to read external map-data into an entity keyvalue from mapname.save in the "maps"-folder, which is stored on the server running the map. Its counterpart is...")
- 22:19, 13 March 2023 Outerbeast talk contribs created page Trigger save (Created page with "{{Entity_Infobox | title= }} trigger_save allows to save an entity's keyvalue to external map-data stored in mapname.save in the "maps"-folder, which is stored on the server...")