-
Notifications
You must be signed in to change notification settings - Fork 131
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add support for more types to duplication plugin #276
Commits on Aug 9, 2023
-
Add in support for duping most formats
This adds in support for meshes, textures, object variations blueprint bundles and(hopefully) subworlds to be duplicated
Configuration menu - View commit details
-
Copy full SHA for b9fe314 - Browse repository at this point
Copy the full SHA b9fe314View commit details -
Configuration menu - View commit details
-
Copy full SHA for ffaedcb - Browse repository at this point
Copy the full SHA ffaedcbView commit details -
Update with mophead's stuff(<3)
Replace some of my stuff with mophead's since thats not working(thank you mophead <3)
Configuration menu - View commit details
-
Copy full SHA for e953e92 - Browse repository at this point
Copy the full SHA e953e92View commit details -
Support for AtlasTextures work on ObjectVariations
Added support for atlas texture assets, fixed some issues(primarily it adding res and chunks to a bundle twice and the BPB duplication being set to the wrong bundle type) I have also started work on duplicating Object Variations though that isn't working currently for SWBF2 for other games its fine but for SWBF2 it will work until you change a texture param, if a texture param is modified then I think the SBD breaks, or its broken the moment its created and only corrupts after the texture param is changed something along those lines(perhaps the variation name hash isn't being fed into it correctly, and thats the cause? Should double check everything relating to the variation name hash). Will try to work on this tomorrow when I wake up
Configuration menu - View commit details
-
Copy full SHA for da5b400 - Browse repository at this point
Copy the full SHA da5b400View commit details
Commits on Aug 10, 2023
-
Fix FindVariations not finding modified entries
This adds in support for FindVariations not being able to search for modified Variations, as well as adds a bool to toggle this(so if you have a off case where you explicitly don't want modified/duped variations you can tell it not to)
Configuration menu - View commit details
-
Copy full SHA for e391b6d - Browse repository at this point
Copy the full SHA e391b6dView commit details -
Finalize support for object variations
This allows object variations to be fully duplicated, The Object Variation editor was modified so that it could support writing to new variations(using my previous commit) also added in a no valid MVDB error so when you dupe a object variation and don't add it to MVDBs it'll complain Also addressed requests cited
Configuration menu - View commit details
-
Copy full SHA for 9b1dde3 - Browse repository at this point
Copy the full SHA 9b1dde3View commit details -
Add duplication support for the 2 cloth types
Configuration menu - View commit details
-
Copy full SHA for 380c281 - Browse repository at this point
Copy the full SHA 380c281View commit details -
Update object variation plugin to match requests
I forgot to upload this earlier with my other stuff, this is just updated to match your requests
Configuration menu - View commit details
-
Copy full SHA for 9b72638 - Browse repository at this point
Copy the full SHA 9b72638View commit details -
sorry this took so long I was busy with something else
Configuration menu - View commit details
-
Copy full SHA for 5d7ef5f - Browse repository at this point
Copy the full SHA 5d7ef5fView commit details
Commits on Aug 11, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 12a93de - Browse repository at this point
Copy the full SHA 12a93deView commit details -
This fixes a bug where Task Window will always display "loading variation Databases" even during the actual duplication process
Configuration menu - View commit details
-
Copy full SHA for a1716ec - Browse repository at this point
Copy the full SHA a1716ecView commit details