SourceRenewed

From Valve Developer Community
< User:Max34
Revision as of 09:44, 6 June 2023 by Max34 (talk | contribs) (Created page with "{{DISPLAYTITLE:<b style="user-select:none; font-family:consolas; text-transform:uppercase"><span style="background:black; padding:0 3px; border-radius:6px;">Sou<span style="co...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

SR SourceRenewed (working title) is a project based on the Source 2013 Singleplayer Source 2013 Singleplayer. Adds some new and useful things to the engine and improves the existing ones. However, unlike Mapbase 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.pngNote: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

  • Not edict anymore.
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.

Cpp.pngCode 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.pngNote: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).