fodev.net

FOnline Development => General Discussion => Topic started by: adumbperson on September 08, 2014, 12:47:51 pm

Title: A player to read acm files...
Post by: adumbperson on September 08, 2014, 12:47:51 pm
Hello,
I'm looking for a player which is abble to read acm files...

I already tried winamp and a plugin made by teamx, but without success the sound is weird when i read acm files from fallout.dat...

need a pointer please!
Title: Re: A player to read acm files...
Post by: Mayck on September 08, 2014, 05:59:10 pm
i am unaware of existence of such player. But there's ACM to WAV converter http://www.nma-fallout.com/downloads.php?do=file&id=483
Title: Re: A player to read acm files...
Post by: adumbperson on September 09, 2014, 06:18:35 am
Thx, Wipe helped me on irc.

To make this thread useful for others people looking for the tips about acm files...
There you have a converter : http://fodev.net/files/mirrors/teamx-utils/acm2wav.rar (http://fodev.net/files/mirrors/teamx-utils/acm2wav.rar)

convert.bat
Code: [Select]
@echo off
for %%f in (*.ACM,*.acm) do acm2wav.exe %%f -m
@pause

Hope it help.