PMC websites shut down November 13th 2025 unless web hosting fees are paid. See up to date status from PMC Website Hosting and Domain Registration Fee Status forum topic. 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 November 13th 2025 when web hosting fees are due.

User Tools

Site Tools


arma2:class_names:music

Differences

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

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
arma2:class_names:music [2011/08/02 09:02] – added music tracks in array format. snakemanarma2:class_names:music [2024/08/01 16:46] (current) – links added. snakeman
Line 1: Line 1:
-====== Music ======+====== ArmA 2 Music ======
  
-ArmA 2 music tracks+[[https://www.pmctactical.org/forum/viewforum.php?f=50|ArmA 2 Forum]], [[:arma2|ArmA 2 Home]], [[arma2:config|ArmA 2 Config]], [[arma2:file_formats|ArmA 2 File Formats]], [[arma2:missions|ArmA 2 Missions]], [[arma2:modeling|ArmA 2 3D Modeling]], [[arma2:scripting|ArmA 2 Scripting]], [[arma2:terrain|ArmA 2 Terrain]], [[arma2:texturing|ArmA 2 Texturing]], [[arma2:tools|ArmA 2 Tools]] 
 + 
 +ArmA 2 music tracks class names.
  
 ^ Class Name ^ Name ^ Length min:sec ^ ^ Class Name ^ Name ^ Length min:sec ^
Line 77: Line 79:
 </code> </code>
  
-PMCTODO remaining tracks; OAbritish forces and private contractors...+Operation Arrowhead 
 + 
 +^ Class name ^ Length secs ^ 
 +| EP1_Track01 | 221 | 
 +| EP1_Track01D | 27 | 
 +| EP1_Track02 | 162 | 
 +| EP1_Track03 | 56 | 
 +| EP1_Track03D | 74 | 
 +| EP1_Track04 | 252 | 
 +| EP1_Track05 | 102 | 
 +| EP1_Track06 | 176 | 
 +| EP1_Track07 | 181 | 
 +| EP1_Track07D | 74 | 
 +| EP1_Track08 | 134 | 
 +| EP1_Track09 | 159 | 
 +| EP1_Track10 | 176 | 
 +| EP1_Track11 | 123 | 
 +| EP1_Track12 | 236 | 
 +| EP1_Track13 | 166 | 
 +| EP1_Track13D1 | 72 | 
 +| EP1_Track13D2 | 74 | 
 +| EP1_Track13V | 40 | 
 +| EP1_Track14 | 259 | 
 +| EP1_Track15 | 140 | 
 + 
 +In array format 
 +<code cpp> 
 +
 + "EP1_Track01", 
 + "EP1_Track01D", 
 + "EP1_Track02", 
 + "EP1_Track03", 
 + "EP1_Track03D", 
 + "EP1_Track04", 
 + "EP1_Track05", 
 + "EP1_Track06", 
 + "EP1_Track07", 
 + "EP1_Track07D", 
 + "EP1_Track08", 
 + "EP1_Track09", 
 + "EP1_Track10", 
 + "EP1_Track11", 
 + "EP1_Track12", 
 + "EP1_Track13", 
 + "EP1_Track13D1", 
 + "EP1_Track13D2", 
 + "EP1_Track13V", 
 + "EP1_Track14", 
 + "EP1_Track15" 
 +]; 
 +</code> 
 + 
 + 
 +Private military contractors. bis idiots don't respect community tags, that's so usual bis lameness. 
 + 
 +^ Class name ^ Length secs ^ 
 +| PMC_Track01 | 180 | 
 +| PMC_Track02 | 197 | 
 +| PMC_Track03 | 57 | 
 +| PMC_Track04 | 130 | 
 +| PMC_Track05 | 77 | 
 +| PMC_Track06 | 193 | 
 + 
 +In array format 
 +<code cpp> 
 +
 + "PMC_Track01", 
 + "PMC_Track02", 
 + "PMC_Track03", 
 + "PMC_Track04", 
 + "PMC_Track05", 
 + "PMC_Track06" 
 +]; 
 +</code> 
 + 
 +British armed forces 
 + 
 +^ Class name ^ Length secs ^ 
 +| BAF_Track01 | 140 | 
 +| BAF_Track02 | 43 | 
 +| BAF_Track03 | 54 | 
 +| BAF_Track04 | 44 | 
 +| BAF_Track05 | 44 | 
 +| BAF_Track06 | 65 | 
 + 
 +In array format 
 +<code cpp> 
 +
 + "BAF_Track01", 
 + "BAF_Track02", 
 + "BAF_Track03", 
 + "BAF_Track04", 
 + "BAF_Track05", 
 + "BAF_Track06" 
 +]; 
 +</code> 
arma2/class_names/music.1312275739.txt.gz · Last modified: 2011/08/02 09:02 (external edit)