A lightweight and simple mod loader for Friday Night Funkin' V-Slice, built with C# and Avalonia UI.
Vloader is designed to be fast, reliable, and easy to use. It does not modify game files or require configuration files—it simply manages your mods by moving their folders.
- Cross-platform user interface with Avalonia UI
- Full Linux support
- Windows support (feedback is appreciated)
- No configuration files
- No unnecessary file copying
- Lightweight and fast
- Simple one-click game launcher
- Download the latest release.
- Extract all Vloader files into your game's root directory.
- Run Vloader.
No additional setup is required.
When a mod is disabled, Vloader moves its folder from:
Mods/
to:
ModsOFF/
When enabled, the folder is moved back to:
Mods/
Since folders are moved instead of copied, Vloader avoids unnecessary disk writes and does not waste storage space.
Vloader only accesses the following folders inside the game directory:
ModsModsOFF
It does not modify any other game files.
Vloader does not use JSON, XML, INI, or any other configuration files.
Every time the application starts, it automatically reads the current contents of the Mods and ModsOFF folders.
The Start button searches for one of the following executables:
FunkinFunkin.exe
If the executable has been renamed, Vloader will not be able to launch the game.
| Platform | Status |
|---|---|
| Linux | ✅ Fully Supported |
| Windows |
- Simple
- Lightweight
- Fast
- Efficient
- No configuration files
- No unnecessary file operations
- Just works
Written in C# using Avalonia UI.
Developed with JetBrains Rider Community Edition.