The Detailed Score Counter replaces V-Slice’s standard one-line score display with a richer readout that mirrors the style of the Freeplay results screen. Every frame it recalculates your score, missed note count, accuracy percentage, and a color-coded rank letter — all rendered in the VCR font, centered below the health bar.Documentation Index
Fetch the complete documentation index at: https://mintlify.com/misterfnflover787/v-extended-fnf/llms.txt
Use this file to discover all available pages before exploring further.
When Botplay is active, the entire score counter is replaced with a single “Botplay Enabled” text label. The rank letter, accuracy, and miss count are not shown while Botplay is running.
Rank Letter System
The rank letter is calculated from a completion value derived from your hit tallies:0.0 and 1.0. The rank thresholds, display colors, and conditions are:
| Rank | Color | Hex | Condition |
|---|---|---|---|
| P | Gold | 0xFFFFB619 | Every processed note was a Sick (perfect clear) |
| P | Pink | 0xFFFF58B4 | Full combo — completion == 1.0 but at least one non-Sick hit |
| E | Yellow | 0xFFFDCB42 | completion >= 0.90 |
| G | White | 0xFFEAF6FF | completion >= 0.80 |
| G | Orange | 0xFFEF8764 | completion >= 0.60 |
| L | Purple | 0xFF6044FF | completion < 0.60 |
| N/A | Gray | 0xFFAAAAAA | No notes have been processed yet (song just started) |
Score Display Format
When the Detailed Score Counter is enabled, the HUD shows a single line in the format:[P] is rendered in its own colored text segment so it can be tinted independently without affecting the surrounding white text. If the full line is too wide to fit on screen at 1× scale, the entire counter is scaled down uniformly to fit within the available width.
Options
Replaces the standard V-Slice score text with a detailed readout showing score, missed note count, accuracy percentage, and a Freeplay-style rank letter. When disabled, the original engine score text is restored to its default position below the health bar.
Adds a solid black outline around every part of the detailed score counter — the white prefix text, the colored rank letter, and the closing bracket. The outline thickness is controlled by Score Outline Size. Has no effect when Detailed Score Counter is disabled.
Changes the thickness of the black outline drawn around the score counter text. Only applies when both Detailed Score Counter and Score Counter Outline are enabled.
- Min: 1 px
- Max: 4 px
- Step: 1
Selects how many decimal places are shown for the accuracy percentage in the score counter. Choose from three modes:
| Value | Example display |
|---|---|
| No Decimals | Accuracy: 99% |
| 1 Decimal | Accuracy: 99.5% |
| 2 Decimals | Accuracy: 99.50% |