FOnline Development > General Discussion

A player to read acm files...

(1/1)

adumbperson:
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!

Mayck:
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

adumbperson:
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: ---@echo off
for %%f in (*.ACM,*.acm) do acm2wav.exe %%f -m
@pause

--- End code ---

Hope it help.

Navigation

[0] Message Index

Go to full version