Page 1 of 3 123 LastLast
Results 1 to 10 of 21

Thread: ConfigExplorer 2.00 beta (release)

  1. #1

    Arrow ConfigExplorer 2.02 (now module based)

    Last Update: 18/08/2010
    Version: 2.02

    ConfigExplorer (@HJ_CfgExplorer)

    What can this "Tool" do for you?
    1. You can browse the game config, mission config and campaign config
    2. It shows you the complete inheritance tree of a class (please read known issues in manual)
    3. It auto generates (some) class code in an edit box, so you are able to copy+paste it.
    4. It can create a class list which you can copy to clipboard
    What's new:
    V2.02
    • ConfigExplorer is now a module. Never was easier to add/remove this tool in your mission. Add Module if you need it. Remove module if you are finished. No SyncLinks. No need to set Variables. No need to call function. Add it and you will get an additional entry to your action menu to start the interface.
    • New button clipboard. Copy all text from the edit box (auto generated code) to the clipboard.
    • Dump button. List all classnames (from the curren classpath) to the edit box. Example: Fast getting a list of all vehicles or faces...
    So give it a try if you are interested in configs and want to know what's in without extracting all pbo's and unrap all config.bin files.


    Please give some feedback and/or suggentions in this thread.

    Download (AddOn) @ Armaholic:
    http://www.armaholic.com/page.php?id=11827

    Manual (english):
    http://www.ubruns.de/public/@HJ_CfgE...fgExplorer.pdf

    Will try to get a new location for the manual!

    Screenshot (click to enlarge):
    Last edited by HeliJunkie; Aug 20 2012 at 19:18. Reason: updated version

  2. #2
    Sergeant
    Join Date
    Apr 24 2009
    Location
    Germany
    Posts
    136
    Author of the Thread
    updated. see first post.

  3. #3
    Wow, missed this the first time around!
    Looks awesome .... and it has a clipboard button! Cool

  4. #4
    Great tool, will definitely be using it.

  5. #5
    Nice!... this is very cool!

  6. #6

  7. #7
    Nice little tool you got there

    Release frontpaged on the Armaholic homepage.


  8. #8

  9. #9
    I have 3 requests here.
    1) Search config entry in selected class.
    2) Alphabetical sort config entries in values listbox. lbSort
    3) Fill config entries in values listbox onLBSelChanged. Filling subclasses and parents should be still onLBDblClick.

  10. #10
    Sergeant
    Join Date
    Apr 24 2009
    Location
    Germany
    Posts
    136
    Author of the Thread
    Quote Originally Posted by conKORD View Post
    I have 3 requests here.
    1) Search config entry in selected class.
    2) Alphabetical sort config entries in values listbox. lbSort
    3) Fill config entries in values listbox onLBSelChanged. Filling subclasses and parents should be still onLBDblClick.
    Thanks for your response!

    1: Seems to be a nice feature. But what do you want to search for? Names or values? Or both?
    2: Maybe optional. I prefer the order of inheritance, and not the alphabetical order. But there is at least one, who didn't.
    3: Not a really good idea, because that will override the values from the current class.

Page 1 of 3 123 LastLast

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •