Jump to content
Sign in to follow this  
CapitanStratos

How to know the names of the units??

Recommended Posts

I need to know the exact names ( for DAC addon ) of the units of a addon, so I can use it in DAC, so how can I know the maes of the units present in a PBO??

Thank's!

Share this post


Link to post
Share on other sites

Extract pbo and read from config.cpp with notepad or textpad etc.

Share this post


Link to post
Share on other sites

Exact. DePBO the addon, open the config.cpp lake a look at the class CfgVehicle section of this file. Most configs has the information you're searching for on the beginning in class CfgPatches like this:

class CfgPatches

{

class UK1_TRD_RAF

{

units[] = {UK1_TRD_RAF_BASE_KEY, UK1_TRD_RAF_BHD14_KEY, UK1_TRD_RAF_PAVE_KEY, UK1_TRD_RAF_BRIMSTONE_KEY, UK1_TRD_RAF_SEAEAGLE_KEY, UK1_TRD_RAF_AA_KEY, UK1_TRD_RAF_JP233_RAF_KEY, UK1_TRD_RAF_RECCE_KEY};

.....

Share this post


Link to post
Share on other sites

Either that or place all the units you want to know the names of in the mission editor, save the mission as something like "units"

then go to Operation Flashpoint\User\<your name>\Missions\units.into\mission.sqm

Look thru there.

Share this post


Link to post
Share on other sites

The method championed by Blazin is the best. You can get the name of any unit "on the fly"

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  

×