Indie Cross Fnf (2024-2026)

For a character like Bendy, a simplified example of adding a character might look like this:

import flixel.FlxSprite;
import flixel.graphics.frames.FlxFramesCollection;
class Bendy extends Boyfriend
public function new(x:Float, y:Float)
super(x, y, 'bendy');
        // Load frames
        var frames = Paths.getSparrowAtlas('bendy_assets');
        // Setup animations
        setupAnim('idle', 0, 0);
        // Add more setups for other animations
function setupAnim(name:String, fps:Int, loop:Bool)
animation.addByPrefix(name, name, fps, loop);
        // ...

What separates Indie Cross from other FNF mods is the Genocide Route. If the player performs perfectly (or nearly perfectly) during the Sans fight, the game diverges from the happy ending. Instead of resetting, BF kills Sans.

This triggers the mod's most infamous moment: The Chara Fight. indie cross fnf

Upon release, "Indie Cross FNF" trended #1 on Twitter (X) for gaming for three days straight. Notably, Toby Fox (creator of Undertale) was asked about the mod in a livestream interview. While he didn't officially endorse it (to avoid copyright issues), he smiled and said, "The Megalovania remix goes hard."

The mod has been nominated for "Best FNF Mod of the Year" at the annual FNF Awards, losing only to Hotline 024 in 2022 but winning "Best Visual Design." For a character like Bendy, a simplified example

This is the emotional core of the mod. BF first raps against a reluctant Sans, who is just trying to enjoy his hot dog. The song "Sansational" is a chill, laid-back track with sudden, shocking tempo shifts that mimic Sans’s "cheap shots" in his boss fight.

Then comes the masterpiece: "Burning in Hell." Facing Ghostly Sans (a version of Sans from a "bad time" timeline), BF is forced into a terrifying, orchestral metal track. The note charts become erratic, with sudden stops and invisible arrows, directly translating the "cheapness" of the Undertale Genocide Route into rhythm game mechanics. What separates Indie Cross from other FNF mods

You cannot run the mod alone. You need Friday Night Funkin' (Week 7 version or higher). Download the vanilla game from Ninja Muffin's official itch.io page.

Most FNF mods use simple tweening (rigged puppets). Indie Cross uses frame-by-frame animation. Sans' eye flashes, Cuphead's finger-guns, and Bendy's melting grin are all drawn manually. This gives the mod a Disney-quality fluidity rarely seen in fan games.