What's Changed
- Added checkpoints:
bxt_ch_checkpoint
andbxt_hud_checkpoint
commands and CVars by @khanghugo in #459 and then by @SmileyAG in #468 - Added
+bxt_ch_hook
andbxt_ch_hook_speed
by @khanghugo in #455, #458 - Added
bxt_allow_keypresses_in_demo
that lets you use binds during demo playback without bringing up the console by @SmileyAG in #465 - Added
bxt_enable_big_map
that enables loading maps beyond ±4096 unit limit by @khanghugo in #500, #506 - Added
bxt_cof_allow_to_skip_all_cutscenes
by @SmileyAG in #470 - Added
bxt_get_steamid_from_demo
by @SmileyAG in #469 - Added
bxt_skybox_reload
andbxt_skybox_name
by @SmileyAG in #474 - Added
bxt_fix_changelevel_in_coop
by @SmileyAG in #472 - Added
bxt_ch_fix_sticky_slide
that fixes some cases of getting stuck on surf ramps by @khanghugo in #504 - Added
bxt_ch_noclip_speed
by @khanghugo in #507 - Added
bxt_ch_trigger_tp_keeps_momentum
by @khanghugo in #502 - Added
bxt_ch_trigger_tp_landmark
by @khanghugo in #510 - Added CVars to restore WON view rolling effects (
bxt_viewmodel_restore_viewroll
,bxt_viewmodel_viewrollangle
,bxt_viewmodel_viewrollspeed
) by @jcb936 in #452 - Added a warning if Metamod is detected and auto-disabling for cstrike by @khanghugo in #508
- Added a warning when the client.dll is encrypted and so many BXT features are unavailable by @hobokenn in #477
- Changed
V_CalcRefdef
hook method for better bxt-rs compatibility in #450 - Corrected
bxt_fix_widescreen_fov
andbxt_force_fov
by @SmileyAG in #460
TAS Support Improvements
- Fixed UB that could cause TAS playback desyncs by @Eddio0141 in #453
- Renamed
bxt_tas_new
tobxt_tas_editor_new
to reduce confusion with the new bxt-rs TAS studio in #449 - Added
pitch_override
andrender_pitch_override
lines by @khanghugo in #518 - Added new necessary hooks for the bxt-rs TAS editor by @khanghugo:
New Contributors
Full Changelog: jul-23-2023...nov-10-2024