h4lfheart / FortnitePorting

Automation of the Fortnite Porting Process
GNU General Public License v3.0
251 stars 45 forks source link

Fixing Resources and FortWeaponRangedItem Asset Exporting #50

Closed Bmarquez1997 closed 6 months ago

Bmarquez1997 commented 6 months ago

Resources and FortWeaponRangedItem Assets use the "PickupSkeletalMesh" and "PickupStaticMesh" definitions in the DataList property for their mesh definitions, which was previously not included (resulting in an empty collection being imported in blender).

Note: The changes from my other PR were included in this PR because GitHub wouldn't let me create a separate fork or make a new branch off of the base v2, so I had to make this branch off of my modified v2 (since I was dumb and didn't keep a base v2 in my fork)