You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Mostly-working recording real-time gameplay into a `.hltas` script.
11
13
12
14
Started as an experiment to re-architecture Bunnymod XT from scratch with the benefit of hindsight.
13
15
@@ -33,7 +35,7 @@ To run bxt-rs together with the original Bunnymod XT (e.g. for capturing TASes)
33
35
34
36
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`).
35
37
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):
37
39
38
40
1. Update your GPU driver.
39
41
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`
0 commit comments