Updated for Mapbase v6.2

Blixibon 2021-02-26 09:37:57 -06:00
parent aa15c00b41
commit 7c0b5b3e00

@ -2,7 +2,7 @@ This table lists every single entity in Mapbase that can be chosen in the editor
Keep in mind Mapbase makes several changes to the base entity code, so technically every single entity in Source has been changed or affected by Mapbase. Those changes will not be counted unless the base class covers a thin range of entities.
This list was last updated for Mapbase v6.0.
This list was last updated for Mapbase v6.2.
**I/O/KV** stands for **Inputs/Outputs/KeyValues**.
@ -65,7 +65,8 @@ There is most likely some information missing or miscellaneous stuff left out, b
| env_citadel_energy_core | <!---Stock--> :heavy_minus_sign: | |
| env_closecaption | <!---New--> :eight_spoked_asterisk: | Emits CC manually without any accompanying sound. |
| env_credits | <!---Changed--> :twisted_rightwards_arrows: | The ability to use custom credits files and set the number of lingering ending lines have been added. |
| env_cubemap | <!---Stock--> :heavy_minus_sign: | |
| env_cubemap | <!---Changed--> :twisted_rightwards_arrows: | [Parallax corrected cubemaps](Graphical-Changes#parallax-corrected-cubemaps) are now supported. |
| env_dof_controller | <!---Ported--> :arrow_backward: | An entity ported from the Alien Swarm SDK which allows for a complex depth-of-field effect. |
| env_dustpuff | <!---Stock--> :heavy_minus_sign: | |
| env_effectscript | <!---Stock--> :heavy_minus_sign: | |
| env_embers | <!---Stock--> :heavy_minus_sign: | |
@ -242,7 +243,7 @@ There is most likely some information missing or miscellaneous stuff left out, b
| info_no_dynamic_shadow | <!---Stock--> :heavy_minus_sign: | |
| info_node | <!---Stock--> :heavy_minus_sign: | |
| info_node_air | <!---Stock--> :heavy_minus_sign: | |
| info_node_air_hint | <!---Affected--> :record_button: | Uses info_hint and info_hint_node changes. |
| info_node_air_hint | <!---Affected--> :record_button: | Uses info_hint and info_node_hint changes. |
| info_node_climb | <!---Stock--> :heavy_minus_sign: | |
| info_node_hint | <!---Changed--> :twisted_rightwards_arrows: | Various hint types correctly use hint options, also affected by info_hint changes. |
| info_node_link | <!---Changed--> :twisted_rightwards_arrows: | There are several new derivatives available, but the entity itself hasn't really changed aside from a new icon in Hammer. |
@ -332,6 +333,7 @@ There is most likely some information missing or miscellaneous stuff left out, b
| logic_relay_queue | <!---New--> :eight_spoked_asterisk: | Queues excess triggers instead of discarding them. This means when a logic_relay_queue is still firing its delayed outputs and it receives another trigger event, it queues it up so when its output events are over, it fires that queued trigger with its data intact. |
| logic_scene_list_manager | <!---Stock--> :heavy_minus_sign: | |
| [logic_script](VScript-in-Mapbase) | <!---Ported--> :arrow_backward: | An entity that acts as a container for VScripts. Ported from the Alien Swarm SDK. |
| [logic_script_client](VScript-in-Mapbase) | <!---New--> :eight_spoked_asterisk: | A version of `logic_script` which runs scripts on clients. |
| logic_sequence | <!---New--> :eight_spoked_asterisk: | Coordinates a sequence of cases for things like keypad passwords. Similar to logic_case. |
| logic_skill | <!---New--> :eight_spoked_asterisk: | Reads the game's current difficulty level and detects when it changes. |
| logic_timer | <!---Changed--> :twisted_rightwards_arrows: | New keyvalue to use random interval bounds to limit AddToTimer/SubtractToTimer inputs. |
@ -488,6 +490,7 @@ There is most likely some information missing or miscellaneous stuff left out, b
| point_tesla | <!---Stock--> :heavy_minus_sign: | |
| point_velocitysensor | <!---Stock--> :heavy_minus_sign: | |
| point_viewcontrol | <!---Changed--> :twisted_rightwards_arrows: | FOV options ported from Alien Swarm and some bug fixes controlled by a "New behavior" spawnflag to avoid breaking existing entities. (the spawnflag is on by default) |
| postprocess_controller | <!---Ported--> :arrow_backward: | An entity ported from the Alien Swarm SDK which provides control over various filmic post-processing effects originally made for the Left 4 Dead series. |
| prop_combine_ball | <!---Changed--> :twisted_rightwards_arrows: | SetLifetime and AddLifetime for changing a ball's lifetime. |
| prop_coreball | <!---Stock--> :heavy_minus_sign: | |
| prop_detail | <!---Stock--> :heavy_minus_sign: | |
@ -577,5 +580,4 @@ There is most likely some information missing or miscellaneous stuff left out, b
| weapon_smg1 | <!---Affected--> :record_button: | Uses base weapon changes detailed in weapon_357. |
| weapon_striderbuster | <!---Stock--> :heavy_minus_sign: | |
| weapon_stunstick | <!---Changed--> :twisted_rightwards_arrows: | Now uses HL2:DM weapon/model with NPC support. Uses base weapon changes detailed in weapon_357. |
| worldspawn | <!---Stock--> :heavy_minus_sign: | |
| blank_entry_placeholder | <!---Stock--> :heavy_minus_sign: | |
| worldspawn | <!---Changed--> :twisted_rightwards_arrows: | Added various new keyvalues to control map properties, like VScript language or map title usage. |