FunkinCrew / Funkin

A rhythm game made with HaxeFlixel
https://www.newgrounds.com/portal/view/770371
Other
2.97k stars 2.29k forks source link

Question (But they removed that template): I'm trying to get a song to load into freeplay. #3109

Closed Average-FNF-Modder closed 2 months ago

Average-FNF-Modder commented 2 months ago

Issue Checklist

What is your suggestion, and why should it be implemented?

So I'm charting, and I've read through the modding docs to try and get it running in freeplay, put everything in the right place and made a week for it, but I just can't get it to load! So I'm wondering if there is anything I'm doing wrong.

If anyone who knows more about V-slice modding than me can figure out where I'm messing up, that would be greatly appreciated. Thanks!

So I'm attaching my ENTIRE MOD to see if anyone can find out what's wrong, in case I fucked up the level and nothing else, I'll also attatch the weeks JSON, and the chart alone, cause why not.

fresh-boyfriend-remix-metadata.json fresh-boyfriend-remix-chart.json

ModTemplate.zip

FRESH-BOYFRIEND-MIX.json

JVNpixels commented 2 months ago

image

JVNpixels commented 2 months ago

it seems you didnt make it visible (the week json)

JVNpixels commented 2 months ago

you also dont have a png called myweek image image

JVNpixels commented 2 months ago

I was able to get the week to show, but we need it to end up in freeplay.

JVNpixels commented 2 months ago

Hey! @Average-FNF-Modder, I found the issue, your week wasn't visible, you also don't have a png called "myweek", and the song names are all over the place! you named the folder, fresh-boyfriend-remix, but inside contains files named fresh-boyfriend-mix

JVNpixels commented 2 months ago

rename the folder to fresh-boyfriend-remix, and change the week to display the songs "fresh-boyfriend-remix", it should work.

JVNpixels commented 2 months ago

image Works like a charm!

JVNpixels commented 2 months ago

and you also forgot to make difficulties, and variations for freeplay, thats why it will crash! so yea the rest is up to you!

JVNpixels commented 2 months ago

it is playable in story mode now! but we need to fix it for freeplay!

Average-FNF-Modder commented 2 months ago

it seems you didnt make it visible (the week json)

That part is purposeful, I don't rlly want it to show up in the weeks tab, only in freeplay.

Hey! @Average-FNF-Modder, I found the issue, your week wasn't visible, you also don't have a png called "myweek", and the song names are all over the place! you named the folder, fresh-boyfriend-remix, but inside contains files named fresh-boyfriend-mix

That was just me being stupid, I fixed it thanks.

and you also forgot to make difficulties, and variations for freeplay, thats why it will crash! so yea the rest is up to you!

@JVNpixels How and where do I put those in the JSON?- it doesn't mention those in the modding docs. The difficulties I'm using are standard & mania on the default variation btw.

JVNpixels commented 2 months ago

it seems you didnt make it visible (the week json)

That part is purposeful, I don't rlly want it to show up in the weeks tab, only in freeplay.

Hey! @Average-FNF-Modder, I found the issue, your week wasn't visible, you also don't have a png called "myweek", and the song names are all over the place! you named the folder, fresh-boyfriend-remix, but inside contains files named fresh-boyfriend-mix

That was just me being stupid, I fixed it thanks.

and you also forgot to make difficulties, and variations for freeplay, thats why it will crash! so yea the rest is up to you!

How and where do I put those in the JSON?- it doesn't mention those in the modding docs. The difficulties I'm using are standard & mania on the default variation btw.

Well the modding docs aint really finished, you gotta learn yourself

JVNpixels commented 2 months ago

but here is all i could do.

JVNpixels commented 2 months ago

{ "version": "1.0.0", "name": "FRESH BOYFRIEND MIX", "titleAsset": "storymenu/titles/week1", "props": [ { "assetPath": "storymenu/props/dad", "scale": 1.0, "offsets": [100, 60], "animations": [ { "name": "idle", "prefix": "idle0", "frameRate": 24 } ] }, { "assetPath": "storymenu/props/bf", "scale": 1.0, "offsets": [150, 80], "animations": [ { "name": "idle", "prefix": "idle0", "frameRate": 24 }, { "name": "confirm", "prefix": "confirm0", "frameRate": 24 } ] } ], "background": "#F9CF51", "songs": ["fresh-boyfriend-remix"] }

Average-FNF-Modder commented 2 months ago

it seems you didnt make it visible (the week json)

That part is purposeful, I don't rlly want it to show up in the weeks tab, only in freeplay.

Hey! @Average-FNF-Modder, I found the issue, your week wasn't visible, you also don't have a png called "myweek", and the song names are all over the place! you named the folder, fresh-boyfriend-remix, but inside contains files named fresh-boyfriend-mix

That was just me being stupid, I fixed it thanks.

and you also forgot to make difficulties, and variations for freeplay, thats why it will crash! so yea the rest is up to you!

How and where do I put those in the JSON?- it doesn't mention those in the modding docs. The difficulties I'm using are standard & mania on the default variation btw.

Well the modding docs aint really finished, you gotta learny oureslf

Erm, do you know how?

JVNpixels commented 2 months ago

it seems you didnt make it visible (the week json)

That part is purposeful, I don't rlly want it to show up in the weeks tab, only in freeplay.

Hey! @Average-FNF-Modder, I found the issue, your week wasn't visible, you also don't have a png called "myweek", and the song names are all over the place! you named the folder, fresh-boyfriend-remix, but inside contains files named fresh-boyfriend-mix

That was just me being stupid, I fixed it thanks.

and you also forgot to make difficulties, and variations for freeplay, thats why it will crash! so yea the rest is up to you!

How and where do I put those in the JSON?- it doesn't mention those in the modding docs. The difficulties I'm using are standard & mania on the default variation btw.

Well the modding docs aint really finished, you gotta learny oureslf

Erm, do you know how?

Well you kinda are suppose to make them in the chart editor, but yk what, i dont use variations because its too much hustle

JVNpixels commented 2 months ago

also i made the thing visible by accident when i didnt read your comment, you can just add visible: false,

Average-FNF-Modder commented 2 months ago

it seems you didnt make it visible (the week json)

That part is purposeful, I don't rlly want it to show up in the weeks tab, only in freeplay.

Hey! @Average-FNF-Modder, I found the issue, your week wasn't visible, you also don't have a png called "myweek", and the song names are all over the place! you named the folder, fresh-boyfriend-remix, but inside contains files named fresh-boyfriend-mix

That was just me being stupid, I fixed it thanks.

and you also forgot to make difficulties, and variations for freeplay, thats why it will crash! so yea the rest is up to you!

How and where do I put those in the JSON?- it doesn't mention those in the modding docs. The difficulties I'm using are standard & mania on the default variation btw.

Well the modding docs aint really finished, you gotta learny oureslf

Erm, do you know how?

Well you kinda are suppose to make them in the chart editor, but yk what, i dont use variations because its too much hustle

I did make them in there for the chart, but I got no clue where to put them in the level JSON

Average-FNF-Modder commented 2 months ago

also i made the thing visible by accident when i didnt read your comment, you can just add visible: false,

I'll try it.

JVNpixels commented 2 months ago

i know this thread is messy but im also kind of tired, i am at low energy and unprofessional lol so yea i guess i can come back tomo and can help im logging off for tn though, good luck trying to get it to work.

Average-FNF-Modder commented 2 months ago

i know this thread is messy but im also kind of tired, i am at low energy and unprofessional lol so yea i guess i can come back tomo and can help im logging off for tn though, good luck trying to get it to work.

The game closes when I go into freeplay lmao. Thanks for trying I'll do my best.

AbnormalPoof commented 2 months ago

The game crashes because it does not have the normal difficulty. This is currently a bug within Funkin' and is set to be fixed in the next update. (see #2712)

JVNpixels commented 2 months ago

oh yea forgot about that 💀😭🙏

Cartridge-Man commented 2 months ago

Guys, just send the jsons in a Google drive or smth, also I’ve never seen somebody comment on somebody’s issue this many times in my life ngl as well as pinging them multiple times

moxie-coder commented 2 months ago

Guys, just send the jsons in a Google drive or smth, also I’ve never seen somebody comment on somebody’s issue this many times in my life ngl as well as pinging them multiple times

ikr, it made this issue pointlessly long (literally)

JVNpixels commented 2 months ago

google drives are a pain for me they never work lol so thats why i dont use them

Average-FNF-Modder commented 2 months ago

I couldn't get the custom difficulties to load in, but I got it working in freeplay, so I guess that's something. Still really wish i knew how to load in custom difficulties though ngl.

moxie-coder commented 2 months ago

google drives are a pain for me they never work lol so thats why i dont use them

use catbox then or something lol

AbnormalPoof commented 2 months ago

I couldn't get the custom difficulties to load in, but I got it working in freeplay, so I guess that's something. Still really wish i knew how to load in custom difficulties though ngl.

https://gamebanana.com/mods/512797 ?

Cartridge-Man commented 2 months ago

https://gamebanana.com/mods/512797 ?

Yo I was thinking of the same thing lol

SyncGit12 commented 2 months ago

heya if you're on psych then put the song into a week

Average-FNF-Modder commented 2 months ago

heya if you're on psych then put the song into a week

Bro I'm on the main game funkin github, what engine you think I'm using?

Average-FNF-Modder commented 2 months ago

Anyways I might open another issue later for other things related to this... but I got a song to load in, so this can be closed for now.