CapitanStratos 0 Posted September 28, 2007 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
hamis 0 Posted October 8, 2007 Extract pbo and read from config.cpp with notepad or textpad etc. Share this post Link to post Share on other sites
panzergrenadier3 38 Posted October 8, 2007 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
Kirby 2 Posted October 8, 2007 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
Lamentin 0 Posted October 11, 2007 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