Posts

Showing posts from January, 2023

.MP3 to .SPS (NFSMW12)

Download and or install the necessary file(s): sx_6.00.00.7z ealayer3-0.7.0-win32.zip Extract: Open sx_6.00.00.7z Go inside the "sx" folder Extract the contents to " C:\Windows\System32" Set up: Open up CMD (Command line) as admin Select "Yes" if prompted Once CMD opens up, type the following command: cd <Directory> <Directory>  Where your file(s) are store d Example: cd C:\Users\hello\Documents\Songs Convert: After the "cd" command, type the following command: sx -sndplayer -fileformatversion1 -ealayer3_int -vbr100 <input> -=<output> <input> the file you want to convert to .SPS  (Supports .WAV and .MP3 only) <output>  the file it will be named after conversion Example:  sx -sndplayer -fileformatversion1 -ealayer3_int -vbr100 Song.mp3 -=Song The new .SPS should appear in the same folder opened with the "cd" command Test: Make a copy of the .SPS Open and extract "ealayer3-0.7.0-win32.zip" in...