snesrev / zelda3

Home Page:https://discord.gg/AJJbJAzNNJ

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MSU tracks help required

eb0687 opened this issue · comments

commented

Hi there,

This is not a bug per say, but more of a need assistance post. And I am unsure on how to add a different label.

I have the files for Alttp enhanced: https://www.youtube.com/watch?v=I_jMOfoflMY

However I can not seem to get it working. Below are the steps I have done so far:

  • After downloading extracting all the .pcm files I placed them in the zelda3/other/msu/ directory.
  • In the zelda3.ini file I have set the EnableMSU to true.
  • Did not change the MSUPath

image

This is the error message:
image

I can confirm that the game was built in linux and it runs fine on stock settings, however I would really love to get the MSU tracks working if possible.

Any guidance would be much appreciated.

Thanks!

What is your build target?

Linux

Hey @eb0687,

You need to move the msu folder up into the root of the project and it should then work.

I also recommend checking out and using the code in my PR: #214 for reencoding the PCMs once you get it working so that they are opuz files (you need to ensure to change the ini file entry to tell it to use opuz when you do this).

Hope this helps,

Alan Jenkins

commented

Great thanks for the tip, I got it to work.

However, regarding your recommendation, I was not able to get that to work.

I think I will just wait till your PR gets merged into master before trying that feature out. For now I am happy that I got the MSU to work at all :)

Appreciate your help!