Skip to content
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

Merged
merged 11 commits into from
Aug 11, 2023
Merged

Add support for more types to duplication plugin #276

merged 11 commits into from
Aug 11, 2023

Commits on Aug 9, 2023

  1. Add in support for duping most formats

    This adds in support for meshes, textures, object variations blueprint bundles and(hopefully) subworlds to be duplicated
    Ywingpilot2 authored Aug 9, 2023
    Configuration menu
    Copy the full SHA
    b9fe314 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ffaedcb View commit details
    Browse the repository at this point in the history
  3. Update with mophead's stuff(<3)

    Replace some of my stuff with mophead's since thats not working(thank you mophead <3)
    Ywingpilot2 authored Aug 9, 2023
    Configuration menu
    Copy the full SHA
    e953e92 View commit details
    Browse the repository at this point in the history
  4. 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
    Ywingpilot2 authored Aug 9, 2023
    Configuration menu
    Copy the full SHA
    da5b400 View commit details
    Browse the repository at this point in the history

Commits on Aug 10, 2023

  1. 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)
    Ywingpilot2 authored Aug 10, 2023
    Configuration menu
    Copy the full SHA
    e391b6d View commit details
    Browse the repository at this point in the history
  2. 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
    Ywingpilot2 authored Aug 10, 2023
    Configuration menu
    Copy the full SHA
    9b1dde3 View commit details
    Browse the repository at this point in the history
  3. Add support for cloth

    Add duplication support for the 2 cloth types
    Ywingpilot2 authored Aug 10, 2023
    Configuration menu
    Copy the full SHA
    380c281 View commit details
    Browse the repository at this point in the history
  4. 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
    Ywingpilot2 authored Aug 10, 2023
    Configuration menu
    Copy the full SHA
    9b72638 View commit details
    Browse the repository at this point in the history
  5. fix pathfinding chunk mistake

    sorry this took so long I was busy with something else
    Ywingpilot2 authored Aug 10, 2023
    Configuration menu
    Copy the full SHA
    5d7ef5f View commit details
    Browse the repository at this point in the history

Commits on Aug 11, 2023

  1. Configuration menu
    Copy the full SHA
    12a93de View commit details
    Browse the repository at this point in the history
  2. Update task window correctly

    This fixes a bug where Task Window will always display "loading variation Databases" even during the actual duplication process
    Ywingpilot2 authored Aug 11, 2023
    Configuration menu
    Copy the full SHA
    a1716ec View commit details
    Browse the repository at this point in the history