wyattwic 38 Posted April 2, 2014 I have been searching the Wiki like a madman attempting to find the hierarchical class tree for ArmA 3. I can locate the older games, but not the A3 full tree. Help would be nice! Share this post Link to post Share on other sites
.kju 3244 Posted April 2, 2014 check the all in one config instead with notepad++ Share this post Link to post Share on other sites
wyattwic 38 Posted April 2, 2014 Mind giving a hint as to its location? Its been a long time... Share this post Link to post Share on other sites
Magirot 14 Posted April 2, 2014 The Six Config Browser has one, though it's for an old version (1.10). http://browser.six-projects.net/cfg_vehicles/tree?utf8=%E2%9C%93&version=73&commit=Change Share this post Link to post Share on other sites
ProfTournesol 956 Posted April 2, 2014 You can access the A3 config file from within the mission editor too. Share this post Link to post Share on other sites
.kju 3244 Posted April 2, 2014 http://forums.bistudio.com/showthread.php?115692-Community-Modding-Bible Share this post Link to post Share on other sites
wyattwic 38 Posted April 3, 2014 Sixconfig is the only place where I have located a good hierarchical class tree, now I am just having issues calling upon a class. Whats wrong with this? {_x addEventHandler ["handleDamage", { false }];} foreach nearestObjects [base, ["Static"], 600]; ---------- Post added at 04:43 ---------- Previous post was at 04:23 ---------- Nevermind, was having it execute via a broken trigger... lol Share this post Link to post Share on other sites
bmb 3 Posted April 18, 2022 Yes, splendid is plain garbage and six is long gone. Where do you find this nowadays? Share this post Link to post Share on other sites
7erra 629 Posted April 18, 2022 There are some newer config viewers. I know of @Leopard20 Advanced Developer Tools and my own one. I can also recommend doing a config dump with the new diag_exportConfig command. 1 Share this post Link to post Share on other sites
dreadedentity 278 Posted April 18, 2022 Can you explain why you need this? The config viewer already shows all the inheritance for a class at the bottom where it says "Parents". Any of these can be used in the isKindOf command and derivatives Share this post Link to post Share on other sites