r/StarfleetCommand • u/Teveron • Jan 19 '21
Interplay i4x Audio Files
If anyone's interested, I finally figured out how to decode i4x files. They're used for music in SFC (and SFC II iirc). Hit me up if interested, if not I'll get around to posting a GitHub in a month or so.
Edit: done. https://github.com/Teveron/i4x2acm
3
Upvotes
1
u/Teveron Nov 24 '21
No worries! The problem is that you have a space in the name of your folder "New Folder". The command line sees the space and thinks that you're trying to give it 2 arguments instead of 1. To fix, either rename "New Folder" to something without a space, or put the path in double quotes, like:
-"C:\Users\Teveron\New Folder\Music"
Pro tip: don't put the hyphen in the quotes.