Skip to content

Commit d2ac9fb

Browse files
committed
Update README
1 parent d06a96d commit d2ac9fb

File tree

1 file changed

+8
-6
lines changed

1 file changed

+8
-6
lines changed

README.md

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,15 @@
11
# bxt-rs
22

3-
A few speedrunning and TAS-related tools for Half-Life and mods. Current features:
3+
A few speedrunning and TAS-related tools for Half-Life and mods. Current features include:
44

55
- Video recording (a successor to [hl-capture](https://github.com/YaLTeR/hl-capture)).
66
- `bxt_hud_scale` to upscale the HUD for high-resolution video recording.
7-
- `bxt_force_fov` to override FOV when `default_fov` doesn't work.
87
- Commands to play many demos at once (`bxt_play_run`).
9-
- A useful subset of `bxt_taslog` when you can't use the one from the original Bunnymod XT.
10-
- `bxt_fade_remove`, `bxt_shake_remove`, `bxt_novis`, `bxt_wallhack`, `bxt_skybox_remove`.
8+
- `bxt_force_fov` to override FOV when `default_fov` doesn't work.
9+
- Fixes for command buffer overflow on BXT demos, sound RNG and un-stuck non-determinism for TASes.
10+
- A useful subset of `bxt_tas_log`, including RNG state dumping, when you can't use the one from the original Bunnymod XT.
11+
- `bxt_fade_remove`, `bxt_shake_remove`, `bxt_skybox_remove`, `bxt_novis`, `bxt_wallhack`.
12+
- Mostly-working recording real-time gameplay into a `.hltas` script.
1113

1214
Started as an experiment to re-architecture Bunnymod XT from scratch with the benefit of hindsight.
1315

@@ -33,7 +35,7 @@ To run bxt-rs together with the original Bunnymod XT (e.g. for capturing TASes)
3335

3436
To use video recording you need FFmpeg. On Linux, install it from your package manager. On Windows, download a static FFmpeg build (e.g. [this one](https://www.gyan.dev/ffmpeg/builds/ffmpeg-release-full.7z)) and extract `ffmpeg.exe` into the Half-Life folder (the folder that has `hl.exe`).
3537

36-
If the video looks glitched or the game crashes when starting recording (happens on some Windows AMD GPU setups):
38+
If the video looks glitched or the game crashes when starting recording (happens on some Windows AMD GPU setups and on some NVIDIA driver versions):
3739

3840
1. Update your GPU driver.
3941
1. If the problem still occurs, try `_bxt_cap_force_fallback 1`.
@@ -66,4 +68,4 @@ You can uncomment the right line in `.cargo/config` to avoid writing `--target`
6668

6769
## License
6870

69-
Currently GPL v3 or later.
71+
GPL v3 or later.

0 commit comments

Comments
 (0)