News:

Please request registration email again and then check your "Spam" folder

Former www.henthighschool.com

[Resources] GIrl pack maker resource thread

Started by Leortha, May 18, 2022, 01:11 PM

Previous topic - Next topic

LeorthaTopic starter

Here are some of the resources that I use to make girl packs.  Anyone else feel free to add theirs.  I'll update the list.

Image Websites
Boorus
https://nozomi.la/  Booru.  No idea how it gets populated.
https://rule34.xxx/index.php?page=post&s=list R34 Booru
https://rule34.paheal.net/post/list R34 Booru
https://rule34.us/ R34 Booru
https://gelbooru.com/index.php?page=post&s=list  General Booru
https://danbooru.donmai.us/ Loli content is paywalled
https://chan.sankakucomplex.com/tag/index?order=date
https://booru.allthefallen.moe/  Loli booru
https://e621.net/ Furry booru. Free account needed in order to access loli.

Artist communities
https://www.pixiv.net/en/  Free account needed to access R34. Japanese site
https://www.deviantart.com/  Good source for non-R34 images and light R34 images.

Paywalled content archives
https://f95zone.to/ Some of the boards serve as dumping for paywalled content
https://kemono.party/ Collection site of paywalled content.  Much more easily searched for specific content than F95.
https://e-hentai.org/
https://exhentai.org/ Sad panda side of e-hentai.  Need to Google search for browser-specific way to get past the sad panda.  Includes content blocked from the main site.
https://imhentai.xxx/




Software
Bulk Downloaders
Bulk Image Downloader - Powerful, but paid software.  Regularly updated as target sites change.
Grabber  Free tool.  I don't use it, but some others do.

Image de-dupers
VisiPics - Good for bulk deduping. 
AwesomeDuplicateFinder - Better at finding dups than VisiPics, but no bulk removal mode.

File type Converter
XnConvert Bulk conversion to WEBP.

BK tagging/file name tool
Tagging Tool v2.8 + BK.ini generator An essential tool for creating your own girlpacks.
[/b]
Mega link for all my Brothel King girl packs:

https://mega.nz/folder/Fcg2lBID#yKalC_e47WAS8jsbHPyOvQ

Mega link for my loli packs:

https://mega.nz/folder/BMwizTwD#89Lqk4Q2cFxFNVQEzTzXDg

MissingNumber

Should there also be a link to the image tagging tool in this list?
My BK packs on MEGA: https://mega.nz/folder/p5NEELqC#hSfHfMKNOyZakwdjBMin1Q
Pack included: Sakura Futaba (Persona 5); Hilda (Hilda); Lotte Jansson (Little Witch Academia); Maka Albarn (Soul Eater); Marnie (Pokemon); Rayla (The Dragon Prince); Takagi (Teasing Master Takagi-san)

vadi92

Quote from: MissingNumber on May 19, 2022, 12:17 PMShould there also be a link to the image tagging tool in this list?

It was already posted here.

LeorthaTopic starter

Quote from: vadi92 on May 19, 2022, 02:42 PMIt was already posted here.

Doesn't hurt to have it both places.   I've copied the information to my list above.
Mega link for all my Brothel King girl packs:

https://mega.nz/folder/Fcg2lBID#yKalC_e47WAS8jsbHPyOvQ

Mega link for my loli packs:

https://mega.nz/folder/BMwizTwD#89Lqk4Q2cFxFNVQEzTzXDg

GH20

#4
I would also add https://imhentai.xxx/ here

The site also has a decent collection of paywalled pics from artists that you might not find on kemono.party due to their limited time access deals, or from artists that decided to completelly delete all their work, but that might had been archived beforehand by someone there.

Also, a few interesting art collections of specific characters, that could help you gather some base images at first, or find one great hidden one that you didn't find elsewhere yet.
I'm back... and i might be gone again lol.

neronero

How to add a custom trait to your girlpack

Someone on F95zone asked about how to add Trait King traits to a girl's _BK.ini
This can be done by adding an init_function in your _BK.ini - It doesn't have to be for a Trait King trait, you can add any kind of custom trait this way.

_BK.ini changes
In the BK.ini under [background story], add a unique name for a function that'll add the trait(s)

[background story]

init_function = "my_custom_init_function" ; Remember to change the name, must be unique

And under the header [cloning options], add the following to ensure that both original & clones of this girl will use that function:

[cloning options]

keep_init = True ; If True, clones will keep the same init function

Now your BK.ini tells the game to run a bit of custom code, so let's create a file with that code in it. Next to your _BK.ini, create a file called _events.rpy with any text editor, with the following content (edited as you see fit)

_events.rpy
Code (Python) Select
init -2 python:

    def my_custom_init_function(girl): # Remember to change "my_custom_init_function" to something unique, identical to what's mentioned in your _BK.ini

    # This code is executed when your girl is being created (for her first appearance in the slavemarket or in the city)
    # The trait is added to whatever other traits she already spawns with

        global gold_traits, pos_traits, neg_traits
        global trait_dict

        # Start by defining your trait
        # If you just want to add a Trait King trait, you can copy it from /game/Mods/Trait King.rpy

        my_custom_trait = Trait("Idol", verb = "be an", effects=[Effect("change", "customers", 8, dice=True, scope="brothel"), Effect("boost", "job customer budget", 0.1, scales_with = "cust nb")], base_description = "She has lots of adoring fans.")

        try: # Plan A: If Trait King (or any other mod) is active and you're asking for a trait that's already in the dictionary

            girl.add_trait(trait_dict[my_custom_trait.name], pos=1) # pos determines where in the girl's trait list the trait appears

        except: # This is Plan B if the above fails. It adds the trait to a category and dictionary before adding it to the girl

            # You can remove or comment out the line below if you want to add a unique trait that will not randomly appear on new generated girls
            gold_traits += [my_custom_trait] # change to gold_traits, pos_traits or neg_traits as desired

            trait_dict[my_custom_trait.name] = my_custom_trait

            girl.add_trait(trait_dict[my_custom_trait.name], pos=1)

        return
My Girl Packs: [ link ] - Trait King mod: [ link ]

kingthandra

Some things i'm using:

Advance Renamer: https://www.advancedrenamer.com/ - For bulk rename the files
Uniconverter (not freeware): https://videoconverter.wondershare.com/ - Sadly u must pay or pirate it. But usefull to convert GIF/MP4 vids to WEBM. There are online options, but have limits and don't want to bother with them.