Author Topic: A player to read acm files...  (Read 4746 times)

Offline adumbperson

  • Turn around in orbit!
A player to read acm files...
« 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!
How did I end in delivery with that kind of log about me... my god... I no sure it were a good idea to read my log... ~suicide -2022/05/18-

Offline Mayck

  • Rotator
  • ...shhhh...
Re: A player to read acm files...
« Reply #1 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

Offline adumbperson

  • Turn around in orbit!
Re: A player to read acm files...
« Reply #2 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

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

Hope it help.
How did I end in delivery with that kind of log about me... my god... I no sure it were a good idea to read my log... ~suicide -2022/05/18-