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.

Installing V-Extended is straightforward and requires no source code edits, no engine recompilation, and no external tools. Because Friday Night Funkin’ V-Slice ships with Polymod mod support built in, all you need to do is place the modpack folder in the right location and enable it from the in-game Mods screen. The entire process takes under a minute.
The PC and Mobile editions of V-Extended cannot be enabled at the same time. Only enable the edition that matches your platform — enabling both simultaneously may cause conflicts or unexpected behaviour.
1

Prerequisites

Make sure you have Friday Night Funkin’ V-Slice installed — this is the official Polymod-compatible release of the game. V-Extended will not work with older FNF builds that do not include Polymod support.You can download V-Extended (and check for the latest version) from the project’s GitHub repository: https://github.com/misterfnflover787/v-extended-fnf
2

Download the modpack

Head to https://github.com/misterfnflover787/v-extended-fnf and download or clone the repository.
  • Desktop players — use the PC_modpack/ folder (V-Extended v1.4.5).
  • Mobile players — use the Mobile_modpack/ folder (V-Extended Mobile v1.2.1).
You only need the folder that matches your platform.
3

Copy the folder to your mods directory

Locate the mods/ directory inside your Friday Night Funkin’ installation and copy the entire modpack folder into it.
Friday Night Funkin'/
└── mods/
    └── PC_modpack/        ← drop the folder here (rename it freely if you like)
        ├── _polymod_meta.json
        └── scripts/
You can rename the modpack folder to anything you like — for example, v-extended/ or VExtended. The game uses the title field inside _polymod_meta.json as the display name on the Mods screen, so renaming the folder has no effect on how the mod appears in-game.
4

Enable the mod in-game

Launch Friday Night Funkin’ V-Slice. From the main menu, open the Mods screen. You should see V-Extended (or V-Extended Mobile) listed there. Toggle it on, then restart the game if prompted.
5

Open the V-Extended options page

Once the mod is enabled and the game has reloaded, navigate to Options from the main menu. You will find a new V-Extended entry in the options list. Select it to open the V-Extended preferences page, where you can toggle and fine-tune every feature — ghost tapping, middlescroll, the time bar, the detailed score counter, and more.

Directory layout

The expected folder structure for each edition after installation is shown below.
mods/
└── PC_modpack/
    ├── _polymod_meta.json
    └── scripts/
        ├── VExtendedOptions.hxc
        └── modules/
            └── VExtendedGameplay.hxc
The _polymod_meta.json file at the root of the folder registers the mod with Polymod and tells the game its title (V-Extended), version (1.4.5), and required api version (0.8.0).

Build docs developers (and LLMs) love