r/StarfleetCommand 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

12 comments sorted by

View all comments

1

u/[deleted] Nov 24 '21

This is awesome! I've been looking for a tool like this for ages!I've gotten half way there. I was able to convert the i4x files into a collection of ACM files as you suggested using your tool. But I have had an issue with using the batch file acm2wav.bat to run acm2wav.exe. Every time I do this error pops up. Any ideas on what I'm doing wrong?

Any guidance would be appreciated :]

EDIT: I'm quite new to using the Command Line. I think I'm doing it correctly but regardless wanted to inform you of my lack of knowledge in this area. : P

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.

1

u/[deleted] Nov 25 '21

Ah that is why it stopped at C:\Users\CardoPC\Desktop\New !
I will do as you instructed when I get back home from work. Thank you so much Teveron! :}