Install Steam
login
|
language
简体中文 (Simplified Chinese)
繁體中文 (Traditional Chinese)
日本語 (Japanese)
한국어 (Korean)
ไทย (Thai)
Български (Bulgarian)
Čeština (Czech)
Dansk (Danish)
Deutsch (German)
Español - España (Spanish - Spain)
Español - Latinoamérica (Spanish - Latin America)
Ελληνικά (Greek)
Français (French)
Italiano (Italian)
Bahasa Indonesia (Indonesian)
Magyar (Hungarian)
Nederlands (Dutch)
Norsk (Norwegian)
Polski (Polish)
Português (Portuguese - Portugal)
Português - Brasil (Portuguese - Brazil)
Română (Romanian)
Русский (Russian)
Suomi (Finnish)
Svenska (Swedish)
Türkçe (Turkish)
Tiếng Việt (Vietnamese)
Українська (Ukrainian)
Report a translation problem
like in this tutorial:
https://youtu.be/_xRHEZLyXeQ?si=rWR2ADEmsiSPAF-v
inside of arma though? you need the whole thing
If you want to listen to them outside of Arma, you can unpack the PBO file from the mod's addons folder using either mikero tools (iirc) or PBOManager, which I use. Then you'll get access to the .ogg music files directly.
When it comes to question no. 1:
The 35 tracks's classes share the same naming scheme, so they go 'CODMWOSTSong0' all the way to 'CODMWOSTSong34', Song0 being the 1st track and Song34 being the 35th.
2:
Files are in the mod folder - if you want to extract the files for your own means, use official Arma Tools on steam or a piece of software called PBOManager.
If it's about playing said songs via e.g. scripts, simply use the following code:
playMusic musicName;
musicName being the class name of the song, so CODMWOSTSong0<->34
If you have any other questions or if I have not answered something, I'm happy to help