Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Closed
2 tasks
Average-FNF-Modder opened this issue Aug 18, 2024 · 32 comments
Labels
status: resolved The issue has been fixed or the suggestion has been implemented. topic: mods Related to the creation or use of mods. type: minor bug Involves a minor bug or issue.

Comments

@Average-FNF-Modder
Copy link

Issue Checklist

  • I have properly named the enhancement
  • I have checked the issues/discussions pages to see if the enhancement has been previously suggested

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

@Average-FNF-Modder Average-FNF-Modder added status: pending triage Awaiting review. type: enhancement Involves an enhancement or new feature. labels Aug 18, 2024
@JVNpixels
Copy link
Contributor

image

@JVNpixels
Copy link
Contributor

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

@JVNpixels
Copy link
Contributor

you also dont have a png called myweek
image
image

@JVNpixels
Copy link
Contributor

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

@JVNpixels
Copy link
Contributor

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
Copy link
Contributor

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

@JVNpixels
Copy link
Contributor

image
Works like a charm!

@JVNpixels
Copy link
Contributor

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
Copy link
Contributor

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

@Average-FNF-Modder
Copy link
Author

Average-FNF-Modder commented Aug 18, 2024

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
Copy link
Contributor

JVNpixels commented Aug 18, 2024

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
Copy link
Contributor

but here is all i could do.

@JVNpixels
Copy link
Contributor

{
"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
Copy link
Author

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
Copy link
Contributor

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
Copy link
Contributor

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

@Average-FNF-Modder
Copy link
Author

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
Copy link
Author

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
Copy link
Contributor

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
Copy link
Author

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
Copy link
Collaborator

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
Copy link
Contributor

oh yea forgot about that 💀😭🙏

@Cartridge-Man
Copy link
Contributor

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
Copy link

moxie-coder commented Aug 18, 2024

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
Copy link
Contributor

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

@Average-FNF-Modder
Copy link
Author

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
Copy link

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
Copy link
Collaborator

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
Copy link
Contributor

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

Yo I was thinking of the same thing lol

@SyncGit12
Copy link

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

@Average-FNF-Modder
Copy link
Author

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
Copy link
Author

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.

@Hundrec Hundrec added type: minor bug Involves a minor bug or issue. topic: mods Related to the creation or use of mods. status: resolved The issue has been fixed or the suggestion has been implemented. and removed type: enhancement Involves an enhancement or new feature. status: pending triage Awaiting review. labels Jan 24, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
status: resolved The issue has been fixed or the suggestion has been implemented. topic: mods Related to the creation or use of mods. type: minor bug Involves a minor bug or issue.
Projects
None yet
Development

No branches or pull requests

7 participants