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

a psych engine fork i just did lol

LEVIXDDLMAO commented 1 year ago

oh lol sorry

SanicBTW commented 1 year ago

dw did another branch

LEVIXDDLMAO commented 1 year ago

kk

LEVIXDDLMAO commented 1 year ago

hows it going

SanicBTW commented 1 year ago

does your engine play splashes on dad strums or not

LEVIXDDLMAO commented 1 year ago

nope

SanicBTW commented 1 year ago

oki

LEVIXDDLMAO commented 1 year ago

:D

SanicBTW commented 1 year ago

im gonna do some hacky stuff

LEVIXDDLMAO commented 1 year ago

?

LEVIXDDLMAO commented 1 year ago

wdym hacky things

SanicBTW commented 1 year ago

im gonna try to do a workaround cuz i had to copy the whole forever strum code to make the note splash work like them, so what im gonna try to do is to add the note splashes to the grp note splashes array and get the array index based on the note data % 4

LEVIXDDLMAO commented 1 year ago

okay

SanicBTW commented 1 year ago

alright its workin fine, last test

LEVIXDDLMAO commented 1 year ago

do you want me to compile or are you doing it?

SanicBTW commented 1 year ago

im doin it thats why i said its workin fine lmao

LEVIXDDLMAO commented 1 year ago

lol

LEVIXDDLMAO commented 1 year ago

I did alot of debug stuff

SanicBTW commented 1 year ago

yup its workin perfectly fine, enjoy :D

LEVIXDDLMAO commented 1 year ago

:D

LEVIXDDLMAO commented 1 year ago

Does it lag?

SanicBTW commented 1 year ago

tested it on blammed, runs smoothly

LEVIXDDLMAO commented 1 year ago

dope

LEVIXDDLMAO commented 1 year ago

I have erect remixes ( diff )

LEVIXDDLMAO commented 1 year ago

they could us some bug fixes but

LEVIXDDLMAO commented 1 year ago

they work

SanicBTW commented 1 year ago

what

LEVIXDDLMAO commented 1 year ago

maybe could be hitsounds

LEVIXDDLMAO commented 1 year ago

NEB ANSWERED THE PULL THING MEMEHOOVY

LEVIXDDLMAO commented 1 year ago

YOOOOOOo

LEVIXDDLMAO commented 1 year ago

LETS GOO

LEVIXDDLMAO commented 1 year ago

@SanicBTW

SanicBTW commented 1 year ago

me

LEVIXDDLMAO commented 1 year ago

Wsp

SanicBTW commented 1 year ago

suffering image

SanicBTW commented 1 year ago

workin with 0.6.3 🤡

LEVIXDDLMAO commented 1 year ago

:0

SanicBTW commented 1 year ago

im tired

LEVIXDDLMAO commented 1 year ago

get some sleep

SanicBTW commented 1 year ago

i might've done one of my best codes again

LEVIXDDLMAO commented 1 year ago

hm?

SanicBTW commented 1 year ago
var library = Assets.getLibrary("weeks");
        for (asset in library.list(null))
        {
            for (j in 0...directories.length)
            {
                if (asset.endsWith(".json"))
                {
                    var weekName = asset.replace('${directories[j]}weeks/', "").replace(".json", "");
                    var fileToCheck:String = (directories[j].contains("assets") ? Paths.getLibraryPath('$weekName.json', 'weeks') : '${directories[j]}weeks/$weekName.json');
                    if (!weeksLoaded.exists(weekName))
                    {
                        var week:WeekFile = getWeekFile(fileToCheck);
                        if (week != null)
                        {
                            var weekFile:WeekData = new WeekData(week, weekName);

                            #if MODS_ALLOWED
                            if(j >= originalLength) {
                                weekFile.folder = directories[j].substring(Paths.mods().length, directories[j].length-1);
                            }
                            #end

                            if (weekFile != null
                                && (isStoryMode == null
                                    || (isStoryMode && !weekFile.hideStoryMode)
                                    || (!isStoryMode && !weekFile.hideFreeplay)))
                            {
                                weeksLoaded.set(weekName, weekFile);
                                weeksList.push(weekName);
                            }
                        }
                    }
                }
            }
        }

no weeklist.txt asset support on 0.6.3 with mod support included, further testing with mod support is required

LEVIXDDLMAO commented 1 year ago

ooo

SanicBTW commented 1 year ago

im cryin rn

LEVIXDDLMAO commented 1 year ago

why?

LEVIXDDLMAO commented 1 year ago

:0

SanicBTW commented 1 year ago

im so tired

LEVIXDDLMAO commented 1 year ago

:0

SanicBTW commented 1 year ago

workin perfectly fine image