I tried to add documentation to the code, even though I stil don't understand exactly why the cutter does some of the things it does... e.g. why it generates breasts for all individual dolls, but penises only for the last doll
Quote from: Spinner on November 24, 2016, 09:59:48 pmThe current system doesn't output shadows (not sure if that's how we uses it, or if it's part of kkl).I've added a toggle in config.php to enable or disable this behaviour.. the PNG compression has also been made configurable.
The current system doesn't output shadows (not sure if that's how we uses it, or if it's part of kkl).
I haven't no idea about the 1 pixel offset atm.. not sure how to verify it yet either...
1 Pixel Up Issue
Folder StructureIn the same way, it would be easier to work with and navigate if the "SourceFiles" was renamed "HHS+ Work in Progress" (or maybe "HH+ WIP Files") and placed at the top level.Likewise, the images folder could be renamed "HHS+ PD Images" and also placed at the top level.
Adding Pubic Hairs (the big one?)Currently, I add all the Pubic hairs to the images using a separate Image editor. There are 17 variants of Pubic hair and this a time consuming process.(and has to done for each new outfit added)As the Autocutter/Batch Image Maker is obviously modding the .txt files on the fly to produce all the breast sizes etc.It would seem at least feasible that the pubic hairs could be added on the fly...?Obviously, that would mean crafting the .txt elements (i.e. create .txt files with all the pubic hairs and extract the relevant bits).So I could do that… but the php stuff is not really my skill set.
Quote from: Spinner on November 30, 2016, 12:15:00 am1 Pixel Up Issuewill be done..
Quote from: Spinner on November 30, 2016, 12:15:00 amFolder StructureIn the same way, it would be easier to work with and navigate if the "SourceFiles" was renamed "HHS+ Work in Progress" (or maybe "HH+ WIP Files") and placed at the top level.Likewise, the images folder could be renamed "HHS+ PD Images" and also placed at the top level.I'll make both configurable so you can tweak config.php when you make your bundle.. you could simply set it to "../HHS+ Work in Progress".. i prefer not to make it the default, cause then the cutter would have a depedency on directories above its own, complicating testing and updating
Quote from: Spinner on November 30, 2016, 12:15:00 amAdding Pubic Hairs (the big one?)Currently, I add all the Pubic hairs to the images using a separate Image editor. There are 17 variants of Pubic hair and this a time consuming process.(and has to done for each new outfit added)As the Autocutter/Batch Image Maker is obviously modding the .txt files on the fly to produce all the breast sizes etc.It would seem at least feasible that the pubic hairs could be added on the fly...?Obviously, that would mean crafting the .txt elements (i.e. create .txt files with all the pubic hairs and extract the relevant bits).So I could do that… but the php stuff is not really my skill set.I'd need some more info about how public hair is added to PDs..Does the current PD system support a "Public Hair" directory containing the different public hair overlays? Or do you simply take the different variations of public hair and generate different versions of each body with different public hair? Or maybe only for the last body? The last two? Or only for bodies in which public hair is already visible?Assuming you create different variations of the bodies, how does this affect naming since i understand the current PD system expects all bodies to be named "Gender_nbr.png"? (E.g. would we then have a "Female_0_ph00.png", "Female_0_ph01.png", etc..?)I'm pretty sure this could be automated, but i'd need to know more about what goes in and what comes out
That would be just fine for the generic characters. Keep in mind that some won't need back heads, though. For special characters, I've been doing it like this:Let's use the female principle as an example. She has three different back heads, and several different front heads.It would be Principal_FHead_Back_01.png, Principal_FHead_Back_02.png, Principal_FHead_Back_03.png, Principal_FHead_Front_01.png, Principal_FHead_Front_02.png, Principal_FHead_Front_03.png, Principal_FHead_Front_04.png, etc.
I would like to request (if possible) two more things.[1] First, penis iterations that would actually work in the game (as much as think penises are ugly and decidedly not sexy, they're still a part of the game). As it is in the autocutter, it's not really doing the job as it would need to.[2] Second, two additional PDs, one for younger (loli) girls and one for younger (shota) boys. The idea is that the breasts and penises generated for them would be smaller.The second request is of lower priority because loli content would be for add-on packs only.
Quote from: erw255 on December 01, 2016, 10:00:15 pmI would like to request (if possible) two more things.[1] First, penis iterations that would actually work in the game (as much as think penises are ugly and decidedly not sexy, they're still a part of the game). As it is in the autocutter, it's not really doing the job as it would need to.[1] Will take look and work out a solution
I would like to request (if possible) two more things.[1] First, penis iterations that would actually work in the game (as much as think penises are ugly and decidedly not sexy, they're still a part of the game). As it is in the autocutter, it's not really doing the job as it would need to.