Home
Forum
Help
Login
Register
November 21, 2024, 10:57:38 pm
fodev.net
»
FOnline Development
»
General Discussion
»
A player to read acm files...
« previous
next »
Print
Pages: [
1
]
Author
Topic: A player to read acm files... (Read 5988 times)
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!
Logged
The Death After Life.
About me. I hate people generally I still may have respectful talk and recognize the good persons. Careful to what you say, I'm not a kid. My experiences defines me.
[Awaxx] -2024/10/17-
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
Logged
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.
Logged
The Death After Life.
About me. I hate people generally I still may have respectful talk and recognize the good persons. Careful to what you say, I'm not a kid. My experiences defines me.
[Awaxx] -2024/10/17-
Print
Pages: [
1
]
« previous
next »
fodev.net
»
FOnline Development
»
General Discussion
»
A player to read acm files...