Nainstalovat Steam
přihlásit se
|
jazyk
简体中文 (Zjednodušená čínština)
繁體中文 (Tradiční čínština)
日本語 (Japonština)
한국어 (Korejština)
ไทย (Thajština)
български (Bulharština)
Dansk (Dánština)
Deutsch (Němčina)
English (Angličtina)
Español-España (Evropská španělština)
Español-Latinoamérica (Latin. španělština)
Ελληνικά (Řečtina)
Français (Francouzština)
Italiano (Italština)
Bahasa Indonesia (Indonéština)
Magyar (Maďarština)
Nederlands (Nizozemština)
Norsk (Norština)
Polski (Polština)
Português (Evropská portugalština)
Português-Brasil (Brazilská portugalština)
Română (Rumunština)
Русский (Ruština)
Suomi (Finština)
Svenska (Švédština)
Türkçe (Turečtina)
Tiếng Việt (Vietnamština)
Українська (Ukrajinština)
Nahlásit problém s překladem
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