whatisgithub

What is impostorlegacypublic?

inky03/impostorlegacypublic — explained in plain English

Analysis updated 2026-05-18

14HaxeAudience · developerComplexity · 3/5Setup · moderate

In one sentence

A fan-made Friday Night Funkin mod built around the Impostor character from Among Us, running on the NightmareVision Engine on top of Psych Engine.

Mindmap

mindmap
  root((Impostor Legacy))
    What it does
      FNF mod
      Among Us character
    Tech stack
      Haxe
      Psych Engine
      NightmareVision
    Use cases
      Build from source
      Security DLC
    Audience
      FNF modders
      Players

Code map

Detail Auto

An interactive map of this repo's files and how they connect — its source is parsed live in your browser. Click Visualize to build it.

filefunction / class

What do people build with it?

USE CASE 1

Build the mod from source to play or modify the Impostor character content locally.

USE CASE 2

Study how the mod's chart editor, camera rotation, and modchart backend were implemented.

USE CASE 3

Compile the optional Security DLC by passing a build flag.

USE CASE 4

Contribute to the public source code for a Friday Night Funkin mod.

What is it built with?

HaxePsych EngineNightmareVision Engine

How does it compare?

inky03/impostorlegacypublicfunkincrew/funkinhaxefoundation/haxe
Stars143,6136,851
LanguageHaxeHaxeHaxe
Setup difficultymoderatemoderatemoderate
Complexity3/52/54/5
Audiencedevelopergeneraldeveloper

Figures from each repo's GitHub metadata at analysis time.

How do you get it running?

Difficulty · moderate Time to first run · 1h+

Requires Haxe 4.3.6+, Git, and Visual Studio Community with the C++ workload.

So what is it?

VS Impostor Legacy is a fan-made mod for Friday Night Funkin, a rhythm game where players tap arrow keys in sync with music. Mods add new characters, songs, and mechanics on top of the base game. This one is built around the Impostor character from Among Us and is versioned at 1.0.1. The mod runs on the NightmareVision Engine, which is itself built on top of Psych Engine, a popular community engine for Friday Night Funkin mods. The README credits several contributors whose tools are incorporated, including a chart editor, camera rotation code, animation libraries, and a modchart backend for scripted visual effects during songs. There is also an optional Security DLC that can be included at compile time by passing a specific flag during the build. To build the mod from source, you need Haxe version 4.3.6 or newer, Git, and Visual Studio Community with the C++ desktop development workload installed. The project uses a local library management tool to keep dependency versions pinned, which avoids a known conflict with the video playback library. The README provides step-by-step commands to install those libraries and then compile the project for Windows. The source code is public, meaning anyone who wants to study how the mod was made or contribute to it can download and build it. The README is short and focused on compilation steps rather than gameplay details.

Copy-paste prompts

Prompt 1
Walk me through installing Haxe 4.3.6 and the dependencies needed to compile this mod.
Prompt 2
Explain what the Security DLC build flag changes in this mod.
Prompt 3
What does NightmareVision Engine add on top of Psych Engine for this mod?

Frequently asked questions

What is impostorlegacypublic?

A fan-made Friday Night Funkin mod built around the Impostor character from Among Us, running on the NightmareVision Engine on top of Psych Engine.

What language is impostorlegacypublic written in?

Mainly Haxe. The stack also includes Haxe, Psych Engine, NightmareVision Engine.

How hard is impostorlegacypublic to set up?

Setup difficulty is rated moderate, with roughly 1h+ to a first successful run.

Who is impostorlegacypublic for?

Mainly developer.

Open on GitHub → Ask about another repo

This repo across BitVibe Labs

Verify against the repo before relying on details.