Skip to content

Instantly share code, notes, and snippets.

@PetMudstone
PetMudstone / csvdump.sqf
Last active September 22, 2024 19:34 — forked from Wolfenswan/csvdump.sqf
///////// ARMA3 Config CSV EXPORT
///////// Usage: [name,CfgPatches name]
///////// Usage: [name] to export bis stuff
///////// Usage: Paste everything below in the debug console and run it (or exec as script)
///////// ToDo: Filter weapon variants (with sights etc)
///////// Pet Mudstone Note: Lines 162 and 176 are additions by someone else, I forget who in particular.
///////// They allow backpacks and facewear to be dumped properly, as the master file had a bug that prevented that.
private ["_CfgPatches","_configPath","_collectionName","_getClass","_out","_wepsEx","_itemsEx","_magsEx","_backEx","_weapons","_backpacks","_magazines","_glasses","_configName","_picture","_parents","_type","_classname","_mags","_mass","_capacity","_armor","_passthrough","_append","_ammo"];