ShadowMario / FNF-PsychEngine

Engine originally used on Mind Games mod
Apache License 2.0
1.06k stars 2.11k forks source link

Psych Engine Song Limit #9827

Closed LindseyDivision closed 1 year ago

LindseyDivision commented 1 year ago

What is your question?

The Psych Engine Song limit is around ~25:30 I was wondering if there was any way to increase it like another minute or two.

I've heard its possible but it gives lag, but I don't mind the lag.

When you load a song that's longer than the limit (~25:30) it just goes to negative section count or whichever limit that is, And gets broken unable to play.

I was Wondering if there is a way to increase the limit to like 27 minutes.

Screenshot_for_negative_shiz

DillyzThe1 commented 1 year ago

I'm pretty sure that's just the HaxeFlixel's limit on how much data can be loaded into the game. (Possibly depending on memory usage) This isn't a "Psych Engine" limit or "an added limit to prevent 30 minute long printer recordings", it's just how the engine works. The actual value of that time in milliseconds shouldn't overflow a float, though. (1,620,000ms/3.402823466 E + 38ms) If you wanna do some research, you can check out the FlxSound source code here.

Besides, why exactly do you have a 27 minute long audio file in a rhythm game?

impostor5875 commented 1 year ago

least insane bambi fan:

REALHaydenGaming commented 1 year ago

Yes lol, haxeflixel limit's, sorry :(

LindseyDivision commented 1 year ago

Well thanks anyway ill just cut it down then

REALHaydenGaming commented 1 year ago

If you need to know it: It is 25:21, hope it helps