Home   Help Search Login Register  

Author Topic: dumpConfigTree, 0.92  (Read 6768 times)

0 Members and 1 Guest are viewing this topic.

Offline Worldeater

  • Former Staff
  • ****
  • Suum cuique
dumpConfigTree, 0.92
« on: 04 Mar 2009, 04:32:48 »


This version is for Armed Assault only. An ARMA2 version can be found here.



Here is a script that dumps the complete configuration tree (CfgAmmo, CfgVehicles, etc) to Window's debug output. I wrote it after reading this thread on dev-heaven.

dumpConfigTree.sqf, v0.92

  • Requires ArmAlib and DebugView.
  • Generates a full dump of the configuration currently used by the game.



Changes

2009-04-03: dumpConfigTree.sqf 0.92
- added missing instruction to the REAME (noticed by kju)

2009-03-09: dumpConfigTree.sqf 0.92
- fixed the wrong brackets for subarrays (reported by kju)

2009-03-05: dumpConfigTree.sqf 0.91
- fixed the wrong/missing brackets for arrays (reported by kju)

2009-03-04: dumpConfigTree.sqf 0.9
- initial release


Known bugs/limitations

- Some numbers are written in scientific notation, e.g. 1e+020 (reported by kju).
- The resulting dump has to be post-processed, i.e. DebugView's additional output has be removed.
« Last Edit: 01 Jul 2009, 21:40:35 by Worldeater »
try { return true; } finally { return false; }

Offline Coyle[13thSFG]

  • Members
  • *
Re: dumpConfigTree, 0.92
« Reply #1 on: 24 Feb 2012, 21:04:26 »
The above zip will not extract.  Error popup window says zip file empty.