Hacking Easy Nus3bank Editor With GUI

  • Thread starter Thread starter jam1garner
  • Start date Start date
  • Views Views 138,859
  • Replies Replies 301
  • Likes Likes 20
Daaaaaank <3
thank you~
error.png
 
How do I edit the narration files? When I try opening them in the editor, I get a "traceback" error and then my workspace folder is filled with the individual clips as idsp files...
 
To clarify, I get this error everytime I try to open the narration nus3bank in the editor.
 

Attachments

  • Untitled-1.jpg
    Untitled-1.jpg
    54.2 KB · Views: 568
I get this error when trying to use the .bat file,
 

Attachments

  • cd798301aeacbf80632d09f3849aa3a1.png
    cd798301aeacbf80632d09f3849aa3a1.png
    4.4 KB · Views: 517
Can you open a command window and type
  • Code:
    python
    You normally get something looking like:
    Code:
    Python 2.7.11 (v2.11.6d16a68f775, Dec 5 2015, 20:40:30) [MSC v.1500 64 bit (AMD64)] on win32
    and a command prompt awaiting for you to enter python code
  • Code:
    pythonw
    You normally just get apparently nothing, but also no error.

If you don't get what you "normally" get, it means Python is not in your environment variable path. You can check by typing in your cmd window:
Code:
echo %path%
(you should see python related directories among others) or
Code:
 echo %path% | grep - i python
(if this returns the same as the previous one, Python is in your env variable path, if it returns nothing, it's not, if it fails, you have a weird installation)

To get Python in your environment variable PATH:
Looks like Python is still not in your path variable:
  • right click on the windows logo (or hit windows + pause and go to step 3)
  • select system
  • select advanced settings
  • environment variables
  • find path, click edit
  • select new and enter C:\Python27\
  • select new (again) and enter C:\Python27\Scripts
  • if you have any cmd opened, you should close them before checking your %path% again
  • try first with system variables then user variables
 
No new version to release yet but you can download the zip of the master branch on github (kinda pre-release thing).
You can see already implemented changes in the readme/changelog.
 
Last edited by BDS,
  • Like
Reactions: Roger Reynoso
So I have an issue wherein I get the idsp file made just fine but there's always a loud POP at the audio's loop point. Any idea what it could be? I've already tried reinstalling python and redownloading it and the music pack. I've also tried with multiple BRSTM files.
 
This tool is amazing! I was editing character sound effects, I had no idea that they were made up of so many individual sound files. Your tool makes extracting them so ridiculously simple, as it takes all of the individual sound files and puts them in the workspace. From there I could listen to each individual sound effect and replace them with my own. I now have Little Mac with jojo sound effects and my friend can't stop laughing his ass off.
Thankyou for this amazing tool!
 
Yes, it's for ALL loops, this has to do with how revb builds idsp's (the same revb that is used with the sm4shidspbuild.bat in some smash music pack)
I may have given a hint to its author (soneek) on what may solve the issue, but there's no certainty it will actually help and he may have something else to these days, if you know what happened with the BrawlBRSTMs YouTube channel.
 
Last edited by BDS,
Yes, it's for ALL loops, this has to do with how revb builds idsp's (the same revb that is used with the sm4shidspbuild.bat in some smash music pack)
I may have given a hint to its author (soneek) on what may solve the issue, but there's no certainty it will actually help and he may have something else to these days, if you know what happened with the BrawlBRSTMs YouTube channel.
Did you check my post on this page or are you just trying to see how to fix it?
 
Yes, it's for ALL loops, this has to do with how revb builds idsp's (the same revb that is used with the sm4shidspbuild.bat in some smash music pack)
I may have given a hint to its author (soneek) on what may solve the issue, but there's no certainty it will actually help and he may have something else to these days, if you know what happened with the BrawlBRSTMs YouTube channel.
I've showed Soneek an example I did, and he thinks the same.
 
Did you check my post on this page or are you just trying to see how to fix it?
I invite you to check the github page of the project. I just added instructions for Python 3.

Also, good news for revb/crack noises:
 
Last edited by BDS,
  • Like
Reactions: Roger Reynoso

Site & Scene News

Popular threads in this forum