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

Bug Report: Strange Slowdown / Stuttering Bug On A Custom Song #3956

Open
2 tasks done
Average-FNF-Modder opened this issue Dec 26, 2024 · 5 comments
Open
2 tasks done
Labels
status: pending triage The bug or PR has not been reviewed yet. type: minor bug Involves a minor bug or issue.

Comments

@Average-FNF-Modder
Copy link

Issue Checklist

  • I have properly named my issue
  • I have checked the Issues/Discussions pages to see if my issue has already been reported

Platform

Itch.io (Downloadable Build) - Windows

Browser

Microsoft Edge

Version

0.5.3

Description (include any images, videos, errors, or crash logs)

I'm making a custom song, so after charting it to a decent degree, I put in week format and put it in the game. But when playing the week, it appears all jittery and slow for some reason.

Here's a link to where you can watch it happening in full: https://drive.google.com/file/d/1q8eTjR__UvLO7U75sLGzAK5dPILasWTc/view?usp=drive_link

Just to make sure it's not a fault of mine, I'll paste the metadata and week .json's below. If you want any other files, let me know.

Metadata:

{
  "version": "2.2.4",
  "songName": "Breaking Point",
  "artist": "Zeroh",
  "charter": "Insert_AFM",
  "divisions": 96,
  "looped": false,
  "offsets": {
    "instrumental": 0,
    "altInstrumentals": {    },
    "vocals": {    },
    "altVocals": {    }
  },
  "playData": {
    "songVariations": [    ],
    "difficulties": [
      "easy",
      "normal",
      "hard"
    ],
    "characters": {
      "player": "pico-christmas",
      "girlfriend": "nene",
      "opponent": "darnell",
      "instrumental": "",
      "altInstrumentals": [      ],
      "opponentVocals": [
        "dad"
      ],
      "playerVocals": [
        "bf"
      ]
    },
    "stage": "limoRideErect",
    "noteStyle": "funkin",
    "ratings": {
      "normal": 0
    },
    "previewStart": 0,
    "previewEnd": 0
  },
  "generatedBy": "Friday Night Funkin' - v0.5.3",
  "timeFormat": "ms",
  "timeChanges": [
    {
      "t": 0,
      "b": 0,
      "bpm": 140,
      "n": 4,
      "d": 4,
      "bt": [
        4,
        4,
        4,
        4
      ]
    }
  ]
}

Week file:

{
"version": "1.0.0",
"name": "BREAKING POINT",
"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": "#f02f2d",
"songs": ["breaking-point"]
}

Yeah idk what's going on.

Steps to Reproduce

  1. Make a custom chart in a week format
  2. Sometimes it might do this? It didn't do it with a prior song I made so I don't know what's causing it
@Average-FNF-Modder Average-FNF-Modder added status: pending triage The bug or PR has not been reviewed yet. type: minor bug Involves a minor bug or issue. labels Dec 26, 2024
@MAZ12211
Copy link

"You need access"
Just compress the video with this tool and post it here man

@Starexify
Copy link

Try to use the fnf format for the metadata and level instead because something is off with the way it is generated, it did the same for me untill i removed some stuff (idk which but I believe its in the metadata of the song for sure)
Try my version of metadata

{
  "version": "2.2.4",
  "songName": "Breaking Point",
  "artist": "Zeroh",
  "charter": "Insert_AFM",
  "looped": false,
  "playData": {
    "difficulties": [ "easy", "normal", "hard" ],
    "characters": {
      "player": "pico-christmas",
      "girlfriend": "nene",
      "opponent": "darnell",
      "instrumental": "",
      "opponentVocals": [ "dad" ],
      "playerVocals": [ "bf" ]
    },
    "stage": "limoRideErect",
    "noteStyle": "funkin",
    "ratings": { "easy": 3, "normal": 4, "hard": 5 },
    "previewStart": 0,
    "previewEnd": 0
  },
  "timeFormat": "ms",
  "timeChanges": [{ "d": 4, "n": 4, "t": 0, "bt": [4, 4, 4, 4], "bpm": 140 }],
  "generatedBy": "Friday Night Funkin' - v0.5.3"
}

@Average-FNF-Modder
Copy link
Author

"You need access" Just compress the video with this tool and post it here man

Nah, it's too long to do that without it looking like shit. I made it public. Srry about that.

@Average-FNF-Modder
Copy link
Author

Try to use the fnf format for the metadata and level instead because something is off with the way it is generated, it did the same for me untill i removed some stuff (idk which but I believe its in the metadata of the song for sure) Try my version of metadata

{
"version": "2.2.4",
"songName": "Breaking Point",
"artist": "Zeroh",
"charter": "Insert_AFM",
"looped": false,
"playData": {
"difficulties": [ "easy", "normal", "hard" ],
"characters": {
"player": "pico-christmas",
"girlfriend": "nene",
"opponent": "darnell",
"instrumental": "",
"opponentVocals": [ "dad" ],
"playerVocals": [ "bf" ]
},
"stage": "limoRideErect",
"noteStyle": "funkin",
"ratings": { "easy": 3, "normal": 4, "hard": 5 },
"previewStart": 0,
"previewEnd": 0
},
"timeFormat": "ms",
"timeChanges": [{ "d": 4, "n": 4, "t": 0, "bt": [4, 4, 4, 4], "bpm": 140 }],
"generatedBy": "Friday Night Funkin' - v0.5.3"
}

I will try this when I have access, thanks. Though even if it works this is still a bug lol cause the version the game generates you should function lmao.

@Average-FNF-Modder
Copy link
Author

Try to use the fnf format for the metadata and level instead because something is off with the way it is generated, it did the same for me untill i removed some stuff (idk which but I believe its in the metadata of the song for sure) Try my version of metadata

{
"version": "2.2.4",
"songName": "Breaking Point",
"artist": "Zeroh",
"charter": "Insert_AFM",
"looped": false,
"playData": {
"difficulties": [ "easy", "normal", "hard" ],
"characters": {
"player": "pico-christmas",
"girlfriend": "nene",
"opponent": "darnell",
"instrumental": "",
"opponentVocals": [ "dad" ],
"playerVocals": [ "bf" ]
},
"stage": "limoRideErect",
"noteStyle": "funkin",
"ratings": { "easy": 3, "normal": 4, "hard": 5 },
"previewStart": 0,
"previewEnd": 0
},
"timeFormat": "ms",
"timeChanges": [{ "d": 4, "n": 4, "t": 0, "bt": [4, 4, 4, 4], "bpm": 140 }],
"generatedBy": "Friday Night Funkin' - v0.5.3"
}

I tried it. It was ineffective. Thanks for trying though.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
status: pending triage The bug or PR has not been reviewed yet. type: minor bug Involves a minor bug or issue.
Projects
None yet
Development

No branches or pull requests

3 participants