SanicBTW / FNF-PsychEngine-0.3.2h

Another Psych Engine fork for mod ports
https://sanicbtw.github.io/FNF-PsychEngine-0.3.2h/
Apache License 2.0
5 stars 5 forks source link

my discord broke lmao #21

Closed LEVIXDDLMAO closed 1 year ago

SanicBTW commented 1 year ago

LMFAO WHAT

SanicBTW commented 1 year ago

press ctrl +r

LEVIXDDLMAO commented 1 year ago

xd

LEVIXDDLMAO commented 1 year ago

I did its still broken

SanicBTW commented 1 year ago

reopen it

LEVIXDDLMAO commented 1 year ago

:0

LEVIXDDLMAO commented 1 year ago

Still like bruh T^T

SanicBTW commented 1 year ago

what happened:Skull:

LEVIXDDLMAO commented 1 year ago

idk im using an unblocker

LEVIXDDLMAO commented 1 year ago

discord is blocked for me

SanicBTW commented 1 year ago

maybe it cant reach the discord api

LEVIXDDLMAO commented 1 year ago

maybe

LEVIXDDLMAO commented 1 year ago

huh

LEVIXDDLMAO commented 1 year ago

i canceled it lmao

LEVIXDDLMAO commented 1 year ago

imma rebuy it

LEVIXDDLMAO commented 1 year ago

there we go

LEVIXDDLMAO commented 1 year ago

:D

LEVIXDDLMAO commented 1 year ago

166

SanicBTW commented 1 year ago

waht

LEVIXDDLMAO commented 1 year ago

166 bucks :D

SanicBTW commented 1 year ago

holy

LEVIXDDLMAO commented 1 year ago

:D

SanicBTW commented 1 year ago

give me some

LEVIXDDLMAO commented 1 year ago

huh?

LEVIXDDLMAO commented 1 year ago

you want me to fix my phone or?

SanicBTW commented 1 year ago

fix it lmao

LEVIXDDLMAO commented 1 year ago

lol

LEVIXDDLMAO commented 1 year ago

but im gonna fix my phone

LEVIXDDLMAO commented 1 year ago

how do i make note splashes not lagg?

LEVIXDDLMAO commented 1 year ago

@SanicBTW

SanicBTW commented 1 year ago

idk

LEVIXDDLMAO commented 1 year ago

crap

SanicBTW commented 1 year ago

i use the forever method which instead of recycling the notesplash object it just makes it invisible after finishing the anim

LEVIXDDLMAO commented 1 year ago

lol dope

LEVIXDDLMAO commented 1 year ago

i use the forever method which instead of recycling the notesplash object it just makes it invisible after finishing the anim

can you do that for infinity engine ( I like having notesplahes but they lag my game

LEVIXDDLMAO commented 1 year ago

and idk if she changed her number

hm?

LEVIXDDLMAO commented 1 year ago

ooo i opened mine today :D

SanicBTW commented 1 year ago

i use the forever method which instead of recycling the notesplash object it just makes it invisible after finishing the anim

can you do that for infinity engine ( I like having notesplahes but they lag my game

im literally sufferin from headache and week read directory asset shit and it kinda takes time give me some min before i add it to your engien

LEVIXDDLMAO commented 1 year ago

ok :D

SanicBTW commented 1 year ago

FINALLY I GOT IT TO WORKKKKKKKK

SanicBTW commented 1 year ago
    // me when spend half an hour trying to fix path issue while library :troll:
    private static function reloadFromAssets(isStoryMode:Null<Bool> = false)
    {
        // smartass code
        var library = Assets.getLibrary("weeks");
        for(asset in library.list(null))
        {
            if (!asset.endsWith(".json"))
                return;

            var weekName = asset.replace("assets/weeks/", "").replace(".json", "");
            if (weeksLoaded.exists(weekName))
                return;

            // shit wasnt workin alone with assets/weeks/week.json, it needed the library path too :skull:
            var weekPath = Paths.getLibraryPath('$weekName.json', 'weeks');
            var week:WeekFile = getWeekFile(weekPath);
            if (week == null)
                return;

            var weekFile:WeekData = new WeekData(week, weekName);
            if (weekFile != null
                && (isStoryMode == null 
                    || (isStoryMode && !weekFile.hideStoryMode) 
                    || (!isStoryMode && !weekFile.hideFreeplay)))
            {
                weeksLoaded.set(weekName, weekFile);
                weeksList.push(weekName);
            }
        }
    }
SanicBTW commented 1 year ago

fuck weeklist.txt

LEVIXDDLMAO commented 1 year ago

lol

SanicBTW commented 1 year ago

code is actually really good tf

SanicBTW commented 1 year ago

pushed, now gotta fix your note splashes thingy

LEVIXDDLMAO commented 1 year ago

okay :D

SanicBTW commented 1 year ago

accounts mixing up in codeserver 💀

LEVIXDDLMAO commented 1 year ago

huh?

SanicBTW commented 1 year ago

i just commited to a repo with your account

LEVIXDDLMAO commented 1 year ago

witch one?