-
I've had a few cases where I've needed to export a lot of assets, but I don't have a direct link to the asset in question, ie. I have a list of package names of fortnite weapons and I need to export the large icons. This is a tedious task and some sort of scripting/automation to speed it up would be amazing, eg. Take this list of packages, find the "LargeIcon" in json, export it and append the filename to this file. Scripting (hopefully python*) would be ideal as it would give the most flexibility, but at this point I'd take anything. The python bindings could be very basic to allow for very powerful automation. Example code:
|
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
Thank you! Thanks to your recommendation, Avalonia, IronPython and ~10 hours work, I now have exactly what I was looking for 🥳 In my tests I can export ~90 Item Icons in different plugins / folders / game features in ~4 seconds, where hunting them down manually took ~4 hours. Someday I hope to make it a little friendlier and release it for general consumption. |
Beta Was this translation helpful? Give feedback.
https://github.com/FabianFG/CUE4Parse