A new big release featuring the in-game TAS editor! Watch the TAS editor introduction here: https://youtu.be/NQ7n9TE1t3o.
- Added support for latest Steam (build 8308).
- Dropped Windows XP support.
- Temporarily removed support for Linux Blue Shift autostop (#63).
- Added
bxt_tas_split <filename>
, which creates a save and splits the TAS at the point of the command for making a soft-segment: you can join the two resulting scripts into one later. - Added
bxt_freecam <0|1>
for a free-cam mode, which is like noclip, but only the camera is moved and not the player. Most useful while the game is paused. - Added a
bxt_tas_norefresh_until_last_frames
cvar which automates toggling_bxt_norefresh
during TAS execution, instead of manually setting_bxt_norefresh 1
and0
in the TAS script. - Added
bxt_tas_new
for creating new TAS scripts. - Added vectorial strafing support for TASes.
- Added a
hlstrafe_version
hltas property.
TAS editor stuff, showcased in the video linked above:
bxt_tas_editor
bxt_tas_editor_toggle
bxt_tas_editor_insert_point
bxt_tas_editor_delete_point
bxt_tas_editor_delete_last_point
bxt_tas_editor_save
bxt_tas_editor_set_run_point_and_save
bxt_tas_editor_append_frames