SR SourceRenewed (working title) is a project based on the
Source 2013 Singleplayer. Adds some new and useful things to the engine and improves the existing ones. However, unlike
Mapbase, this project is not meant to be fully backward compatible with any Source branch. Made by Max_34.
New entities and changes in existing entities
Changes in the common class of all entities
tr
tr
tr
tr
tr
tr
tr
tr
tr
tr
tr
tr
tr
tr
tr
tr
tr
tr
env_sound
Old name: ambient_generic
Note:Perhaps in the future it will be renamed to point_sound. Or not.
Todo: More documentation.
env_spark
Todo: More documentation.
filter_class
Old name: filter_activator_class
Todo: More documentation.
filter_group
Old name: filter_activator_team
Todo: More documentation.
filter_name
Old name: filter_activator_name
Todo: More documentation.
logic_auto
Todo: More documentation.
logic_autosave
Todo: More documentation.
logic_branch
tr
tr
tr
tr
tr
tr
tr
tr
tr
tr
tr
tr
tr
tr
tr
logic_branch_manager
Old name: logic_branch_listener.
Code Fix:Fixed a bug that caused the deleted logic_branch to be treated as false instead of removing it from the list.
Todo: More documentation.
logic_case
Todo: More documentation.
logic_compare
tr
tr
tr
tr
tr
tr
tr
tr
tr
tr
tr
tr
tr
tr
tr
tr
tr
tr
tr
tr
logic_console
New entity.
Todo: More documentation.
logic_relay
tr
tr
tr
tr
tr
tr
tr
tr
tr
tr
logic_string
New entity.
Todo: More documentation.
logic_timer
Todo: More documentation.
math_calculator
New entity.
tr
tr
tr
tr
tr
tr
tr
tr
tr
tr
tr
tr
tr
tr
tr
tr
tr
math_color
New entity. Also combines the capabilities of math_colorblend.
Color constructor. Allows you to make color32 from separate integers. This color32 can be used as a whole or separately.
Todo: More documentation.
math_counter
Note:The entity now uses a new optimization system. Since this system is not fully implemented, the entity is partially broken, for now.
Todo: More documentation.
math_remap
Todo: More documentation.
Deleted entities
Other
- Minor optimization to reduce entdata usage.
- Added more support for converting from one value format to another.
- New Hammer (in development).