u/Remote-Assignment-95

Marathon Mode in VS Impostor Legacy

Hello. So, I was just playing VS Impostor Legacy until I heard about a Marathon Mode. I wanted to see if there is WIP progression in the files, and there is. There's even a state for it! These images are located in VS IMPOSTOR 1.0.3b/content/legacy/images/menu/marathon.
MarathonMenuState.hx:
import funkin.data.ClientPrefs;

import flixel.text.FlxText;

import animate.FlxAnimate;

import animate.FlxAnimateFrames;

function onCreatePost()

{

var debugText:FlxText = new FlxText(682.5, 55, -1, 'WIP marathon mode menu.\\nPress ENTER to enter the mode\\nkeys 1-5 on keyboard to test detective anims');

debugText.setFormat(null, 20);

add(debugText);

}

function onUpdate() {}

function onDestroy() {}

// i used this for softcoding menu, will use later when i add buttons and such.

That is all I found. (For now maybe.) MarathonMenuState.hx location: VS IMPOSTOR 1.0.3b/content/legacy/scripts/states/

u/Remote-Assignment-95 — 2 months ago

Finally got S Tier on Stargazer in VS Impostor Legacy

This song is actually insane. The team absolutely cooked with Legacy. Took me about 2 days, but I finally got S Tier on Stargazer.

u/Remote-Assignment-95 — 2 months ago