BlenderRUS 6 Posted November 7, 2015 Hi there! Here is nothing special, just online config browser I'm currently working on, with some addons support of course. I know that this could be useful for some addon makers since Six Config Browser has gone. http://configs.arma3.ru/ 2 Share this post Link to post Share on other sites
Tankbuster 1747 Posted November 7, 2015 Excellent! Thank you! A question; one of the joys of the 6CB was being able to browse the hierachy tree. For example, if tree path to "Land_Stone_4m_F" is ["Land_Stone_4m_F","Wall_F","Wall","NonStrategic","Building","Static","All"] Is there a way to navigate to the wall object through it's parents as listed above? Share this post Link to post Share on other sites
Dedmen 2721 Posted October 12, 2018 What happened to it? It went offline a couple weeks ago. Here is a alternative but it basically only has CfgWeapons/CfgVehicles http://tikka.ws/class/index.php 1 Share this post Link to post Share on other sites
kamkill 14 Posted November 21, 2018 I made a program that generate html files for each class. The goal was to allow anyone to make his personal and local Config Browser, the generation process need very few actions and takes 10 min (for vanilla Arma), so it's easy to update and you can add any mod to your Config Browser. It create 650 Mo of html file (for vanilla Arma) which is maybe not ideal, but it was easy to code. To use it first you need to use a script I made to log all the classes and their properties in the rpt file, then you can run the program, you will have to indicate the rpt file and an output folder, the program will parse the RPT file and then create the html files. One can imporve my program in many ways so feel free to do it. https://github.com/kamkill01011/ArmaConfigViewer 2 1 Share this post Link to post Share on other sites
Tankbuster 1747 Posted November 21, 2018 37 minutes ago, kamkill said: I made a program that generate html files for each class. The goal was to allow anyone to make his personal and local Config Browser, the generation process need very few actions and takes 10 min (for vanilla Arma), so it's easy to update and you can add any mod to your Config Browser. It create 650 Mo of html file (for vanilla Arma) which is maybe not ideal, but it was easy to code. To use it first you need to use a script I made to log all the classes and their properties in the rpt file, then you can run the program, you will have to indicate the rpt file and an output folder, the program will parse the RPT file and then create the html files. One can imporve my program in many ways so feel free to do it. https://github.com/kamkill01011/ArmaConfigViewer This deserves it's own, brand new forum post, @kamkill Share this post Link to post Share on other sites