Closed LEVIXDDLMAO closed 1 year ago
oh lol sorry
dw did another branch
kk
hows it going
does your engine play splashes on dad strums or not
nope
oki
:D
im gonna do some hacky stuff
?
wdym hacky things
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
okay
alright its workin fine, last test
do you want me to compile or are you doing it?
im doin it thats why i said its workin fine lmao
lol
I did alot of debug stuff
yup its workin perfectly fine, enjoy :D
:D
Does it lag?
tested it on blammed, runs smoothly
dope
I have erect remixes ( diff )
they could us some bug fixes but
they work
what
maybe could be hitsounds
NEB ANSWERED THE PULL THING MEMEHOOVY
YOOOOOOo
LETS GOO
@SanicBTW
me
Wsp
suffering
workin with 0.6.3 🤡
:0
im tired
get some sleep
i might've done one of my best codes again
hm?
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
ooo
im cryin rn
why?
:0
im so tired
:0
workin perfectly fine
a psych engine fork i just did lol