PMC websites shut down October 13th 2025 unless yearly web hosting fees are paid. Please Support PMC to help keep these websites online.

Enjoyed or found this pages content useful, please Support PMC to help me keep this web page online beyond october 13th 2025 when yearly web hosting fees are due.

User Tools

Site Tools


ofp:missions:music

Differences

This shows you the differences between two versions of the page.


Previous revision
ofp:missions:music [2024/07/31 15:03] (current) – links added. snakeman
Line 1: Line 1:
 +====== OFP Music Tracks ======
 +
 +[[https://www.pmctactical.org/forum/viewforum.php?f=43|OFP Forum]], [[:ofp|OFP Home]], [[ofp:file_formats|OFP File Formats]], [[ofp:tools|OFP Tools]], [[ofp:missions|OFP Missions]], [[ofp:modeling|OFP 3D Modeling]], [[ofp:terrain|OFP Terrain]]
 +
 +**Operation Flashpoint (OFP)** aka ArmA: Cold War Assault (CWA)
 +
 +Default bis music tracks found on OFP Resistance are as follows.
 +
 +Default OFP Cold War Crisis (CWC) tracks:
 +<code>
 +track1
 +track2
 +track3
 +track4
 +track5
 +track6
 +track7
 +track8
 +track9
 +track10
 +track11
 +track12
 +track13
 +track14
 +track15
 +track16
 +track17
 +7thoverdose
 +7thlifeless
 +7thimgonnafly
 +7thdecide
 +7thdarken
 +7thmylife
 +</code>
 +
 +OFP Resistance tracks (includes the above CWC tracks too):
 +<code>
 +rtrack1a
 +rtrack1b
 +rtrack2
 +rtrack3
 +rtrack4
 +rtrack5
 +rtrack6
 +rtrack7
 +rtrack8
 +rtrack9
 +rtrack10
 +</code>
 +
 +To play these tracks you need to use the playMusic command, like this
 +
 +<code>
 +playMusic["7thlifeless",0];
 +</code>