From 9be4ec2cac2f708ee98413f464d7597ab501f2ba Mon Sep 17 00:00:00 2001 From: sp2xdev <127630192+sp2xdev@users.noreply.github.com> Date: Sun, 29 Dec 2024 18:18:58 -0800 Subject: [PATCH] Updated IIDX Play Recording (markdown) --- IIDX-Play-Recording.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/IIDX-Play-Recording.md b/IIDX-Play-Recording.md index 775c760..413b1e5 100644 --- a/IIDX-Play-Recording.md +++ b/IIDX-Play-Recording.md @@ -64,6 +64,6 @@ Using 冥 SPA as a benchmark, which is about 2:20 long, at default 60FPS framera * At `p=b=i=25`, 135MB. * At `p=b=i=20`, 200MB. -Note: some patchers will have different values for above - this is because the patchers are patching one part of the code, but the game later adds +8 to all three values before calling into NVENC recording API. +Note: some patchers will have different values for above - this is because the patchers are patching one part of the code, but the game later adds +8 to all three values before calling into NVENC recording API. If you're curious about what values are being passed to the recorder, check for log messages from `nvenc_hook`. -Make sure your server operator allows for these modifications. \ No newline at end of file +**Make sure your server operator allows for these modifications!**