Info timescale controller: Difference between revisions
Jump to navigation
Jump to search

Warning:This command doesn't affects sound. Sound playback speed will not be sped up or slowed down.
Bug:The value saves after a death, level transition or level change (only if level changed via console).
MyGamepedia (talk | contribs) No edit summary |
MyGamepedia (talk | contribs) No edit summary |
||
(7 intermediate revisions by 3 users not shown) | |||
Line 1: | Line 1: | ||
{{This is a| | {{CDA|CInfoTimescaleController|CBaseEntity|}} | ||
{{This is a|logical entity|name=info_timescale_controller|game=Black Mesa|sprite=Info_target.png}} This is {{code|host_timescale}} controller entity. {{code|host_timescale}} is one of the console commands that controlls time, with this you can slow down or speed up time. | |||
{{warning|This command doesn't affects sound. Sound playback speed will not be sped up or slowed down.}} | {{warning|This command doesn't affects sound. Sound playback speed will not be sped up or slowed down.}} | ||
{{bug|The value saves after a death, level transition or level change via console. | {{bug|hidetested=1|The value saves after a death, level transition or level change (only if level changed via console).}} | ||
== Inputs == | == Inputs == | ||
{{ | {{I|SetTimescale|param=float|Sets the value of {{code|host_timescale}}.}} | ||
{{ | {{I|RestoreTimescale|param=void|Restores the value of {{code|host_timescale}} back to what it was previously. For example, if value was 10 and current value is 100 - this input will set 10.}} | ||
Latest revision as of 06:06, 27 May 2025
![]() |
---|
CInfoTimescaleController |

info_timescale_controller
is a logical entity available in Black Mesa. This is host_timescale controller entity. host_timescale is one of the console commands that controlls time, with this you can slow down or speed up time.


Inputs
- SetTimescale <float >
- Sets the value of host_timescale.
- RestoreTimescale <void>
- Restores the value of host_timescale back to what it was previously. For example, if value was 10 and current value is 100 - this input will set 10.