From fb2eb7b96892f5cafa1f7504a34addc47049fbed Mon Sep 17 00:00:00 2001 From: Madison Scott-Clary Date: Fri, 25 Nov 2022 12:50:06 -0800 Subject: [PATCH] Note on double bloqs --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index c6a1d4b..e03e78c 100755 --- a/README.md +++ b/README.md @@ -27,6 +27,8 @@ The values for combo breaks and fail is an array. 2. Duration 3. Intensity +**Note:** In some instances, DataPuller will double-count blocks for combos after the first combo is broken, so you may want to modify your `comboB` accordingly. You can find this out by setting up an overlay and recording your play through OBS. Watch the combo number, and if it goes up by 2 for every bloq on more than one map, take that into account. + ## Running You'll need Python 3.9+ and Poetry: