Just wanted to ask, if i want to add custom clothing from here
You must be registered to see the links
do i just throw the respective images to their corresponding places within the app, or is there any files i need to update?
or are they incompatible? i see some of the image files from stregac lib are different in dimension and content to the current image files in the game
You can add any image to the wardrobe. You just have to place the image in the right folder location.
The resolution we use in game should be double of what is available in the linked files you posted, so just scale them up and you're good to go.
Some items are easier to add (like stockings, neck items, gloves), because they only require the one image,
others (like Tops, Skirts, Pants) require multiple images for each pose (lift skirt, lift top, hold book,...).
If you don't want to add recolor versions, add your images to only the folders named "base", if you want recolors, add them to each of the color folders ("base","blue","red",...).
You don't have to create an item for the clothing store btw. You only need to add a line to "_wardrobe_lists_.rpy"
Depending on where you have added your item, you have to add your item to a specific wardrobe list.
Like if you want to add new stockings for Hermione, search for the stockings section.
Then add $ wr_stockings.append("your_item_name") below all the other stockings.