Skip to main content

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.

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.
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:
completion = (sick + good − missed) / (sick + good + bad + shit + missed)
The result is clamped between 0.0 and 1.0. The rank thresholds, display colors, and conditions are:
RankColorHexCondition
PGold0xFFFFB619Every processed note was a Sick (perfect clear)
PPink0xFFFF58B4Full combo — completion == 1.0 but at least one non-Sick hit
EYellow0xFFFDCB42completion >= 0.90
GWhite0xFFEAF6FFcompletion >= 0.80
GOrange0xFFEF8764completion >= 0.60
LPurple0xFF6044FFcompletion < 0.60
N/AGray0xFFAAAAAANo notes have been processed yet (song just started)
Both P ranks use the same letter; the gold variant is reserved exclusively for a full-Sick clear, while the pink variant indicates a full combo that includes at least one Good hit.

Score Display Format

When the Detailed Score Counter is enabled, the HUD shows a single line in the format:
Score: 12,345 // Missed Notes: 0 // Accuracy: 99.50% [P]
The score is comma-formatted. The rank letter [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

Detailed Score Counter
checkbox
default:"true"
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.
Score Counter Outline
checkbox
default:"true"
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.
Score Outline Size
number
default:"2"
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
Accuracy Precision
string
default:"2 Decimals"
Selects how many decimal places are shown for the accuracy percentage in the score counter. Choose from three modes:
ValueExample display
No DecimalsAccuracy: 99%
1 DecimalAccuracy: 99.5%
2 DecimalsAccuracy: 99.50%
Use No Decimals for a cleaner, less cluttered score line if you find the decimal digits distracting during play. The underlying accuracy calculation is always full-precision — only the display is rounded.

Build docs developers (and LLMs) love