JordanSantiagoYT / FNF-JS-Engine

JS Engine is basically Psych Engine but with (almost) no botplay lag and NEW features!
Apache License 2.0
44 stars 28 forks source link

this engine keeps getting more complex make it way more easier and simplified #354

Closed daveandbambifan1234 closed 4 months ago

daveandbambifan1234 commented 5 months ago

Describe your problem here. If you are modding, please try testing your problem in a clean version of the engine instead, this ensures the problem is actually caused by the engine itself. Also, if you're using an older version of JSE, please try the latest action build in the Actions tab or the latest release build. The issue has probably been fixed since that version. Oh yeah, and also be sure to check the pinned 'JS Engine: Known Issues' issue, to double check if your issue hasn't already been found!

https://youtu.be/MjT85vpZoWk the game keeps reading it as another song and not the song that it's supposed to be

Are you modding a build from source or with Lua?

Lua

What is your build target?

Windows x64

Did you edit anything in this build? If so, mention or summarize your changes.

No response

daveandbambifan1234 commented 5 months ago

I swear if this is a bug then it must be a major one

moxie-coder commented 5 months ago

I’m not understanding this, that video did not help

daveandbambifan1234 commented 5 months ago

@moxie-coder I'm going to give you every single detail of what I mean

the sound file isn't working and the song name is exact I tried doing everything I could putting it to other folders trying to do everything but nothing would work

JordanSantiagoYT commented 5 months ago

are you sure you didn't just take an mp3 file and change the file extension to .ogg

JordanSantiagoYT commented 5 months ago

image also, what is this directory naming? it should be obvious why it isnt working 😭😭

JordanSantiagoYT commented 5 months ago

the game is looking for 'mods/sleepover/songs/house-party' but you're putting the directory as 'mods/sleepover/mods/songs/house-party'

if you extracted the engine into mods/sleepover and then ran it from there THEN it would work.

daveandbambifan1234 commented 5 months ago

are you sure you didn't just take an mp3 file and change the file extension to .ogg

no I saved my song as ogg

JordanSantiagoYT commented 4 months ago

the game is looking for 'mods/sleepover/songs/house-party' but you're putting the directory as 'mods/sleepover/mods/songs/house-party'

if you extracted the engine into mods/sleepover and then ran it from there THEN it would work.

this is your issue.!!

TofpFL commented 4 months ago

Jesus Christ even new people can get mixed up. The stuff is in the Mod folder and the game looks for the stuff in the mod folder. You dont make another mod folder for songs because it's already on the mod folder 2 directories past.

(What I mean is that like what Jordan said, it should be mods/songs/(insert-song). Not mods/songs/mods/insert-song because the /mod/ in that path obscures the game from looking for the song)

I really hope this helps :3