Jump to content
Sign in to follow this  
mia389

Cant open the OApbos

Recommended Posts

I'm looking for the music tracks and I use PBOview to open pbo files. It wont let me open the pbos for OA.

I also tried cpbo but that only lets me make pbos.

Im looking for the track name for the " E13V: Mountain Chant" I found that in the effects part.

Anyone help?

Share this post


Link to post
Share on other sites

ok I got it open with a different program. Now I have a new problem. Im trying to add music to my intro. I put this in my description

And in my intro.sqf I have this

sleep 20:
playMusic "Track1";

This is my first attempt at putting music in an intro. When I opened the music_e.pbo it looked like this inside

Type: "prefix"
Name: "ca\music_e"
========*==*==============
Creating prefix file for ca\music_e
--------------------
config.bin
EP1_Track01_Arrowhead.ogg
EP1_Track01_Arrowhead_D.ogg
EP1_Track02_GoodmorningTstan.ogg
EP1_Track03_Airborne.ogg
EP1_Track03_Airborne_D.ogg
EP1_Track04_Arrival.ogg
EP1_Track05_ZargabadMarket.ogg
EP1_Track06_Nightlife.ogg
EP1_Track07_ColtanBlues.ogg
EP1_Track07_ColtanBlues_D.ogg
EP1_Track08_RevolverJam.ogg
EP1_Track09_DancingScimitar.ogg
EP1_Track10_DeathFromAbove.ogg
EP1_Track11_NightVisions.ogg
EP1_Track12_CrudeOil.ogg
EP1_Track13_IronMountain.ogg
EP1_Track13_IronMountain_D1.ogg
EP1_Track13_IronMountain_D2.ogg
EP1_Track13_IronMountain_V.ogg

Am I even on the right track here? or am I way way off. :j:

---------- Post added at 03:23 AM ---------- Previous post was at 03:21 AM ----------

sorry my descrition looks like this

class CfgMusic
{
tracks[]= { EP1_Track13_IronMountain_V };
class Track1
{
name = "EP1_Track13_IronMountain_V";
sound[] = {\music_e\EP1_Track13_IronMountain_V.ogg, 1, 1.0};
};

};

Share this post


Link to post
Share on other sites

I would prefer a simpler solution.

Download "ConfigExplorer" -> copy the pbo to your "%ARMA2%\missions" directory -> start the "Mission" over szenarios.

In left pane select "CfgMusic" and open it with a double click.

Now all "game" defined Music is listed there.

If you found your track, use the classname for your playMusic statement.

And if you want, you can copy the class definition to your clipboard, and paste it to your description.ext.

Link: http://forums.bistudio.com/showthread.php?t=102152

Share this post


Link to post
Share on other sites

Thanks Junkie, I will give it a try!

Share this post


Link to post
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
Sign in to follow this  

×