Author Topic: Used Brick packs lister  (Read 304 times)

Could someone make a script that gives you a list of all the Bricks a build uses?

its not an ingame script. You would like drag and drop the save file over the script and the script would search in your addons folder for the brick UI names. After it was done, it would show you a list of all the .zip file your build used. This doesnt have to be the exact way the script works btw.

It would be possible to write a script that finds all add-ons that you used in the currently loaded save. Obviously, you would need to have all required add-ons (and possibly more, doesn't matter) enabled. The way you're suggesting can't be made working relieably as multiple add-ons might use overlapping uinames, or create brick datablocks in unusual ways, etc.