Mod QSP Jack-o-Nine-Tails Developer Versions and Mods

qwertyu12359

Jack-o-nine-tails
Game Developer
Aug 1, 2017
1,683
1,874
qwertyu12359, where can I find a frame for `girls/body` images?
What do you mean exactly?

If I understood correctly... There's no frame. Try to align the girl body in the center on the horizontal axis, and make the top of the head reach around where other slaves do for same age category (all milfs are same height, which is different from youngs, etc.)
 

okuru1

Newbie
Jun 4, 2021
76
45
What do you mean exactly?

If I understood correctly... There's no frame. Try to align the girl body in the center on the horizontal axis, and make the top of the head reach around where other slaves do for same age category (all milfs are same height, which is different from youngs, etc.)
I mean this type of pictures 1742476335305.png
 
  • Thinking Face
Reactions: qwertyu12359

okuru1

Newbie
Jun 4, 2021
76
45
Sample of the girls pack is done. All you need is to place folders inside the archive in following places:
- content of json folder to "GameFolder/game/json/slaves"
- full to "GameFolder/game/content/pic/girls"
- face to "GameFolder/game/content/pic/girls"
- body to "GameFolder/game/content/pic/girls"

UPD: Messed up with locations, I'll reupload the pack after fixing
UPD2: Fixed locations, but the pack will mess a bit with the filtering by hair color in Neoplasty. I guess it needs to be sorted with modding tool and I'll fix it later.

More girls will be added as well.
 
Last edited:

okuru1

Newbie
Jun 4, 2021
76
45
qwertyu12359, hi! Is the any way to re-calculate image indexes for girls? Also, don't you mind if I'll create a Merge Request with my girls to the main/dev branches?
 

qwertyu12359

Jack-o-nine-tails
Game Developer
Aug 1, 2017
1,683
1,874
qwertyu12359, hi! Is the any way to re-calculate image indexes for girls?
I'm not sure I understand your question. I never had it "calculated" to begin with. I just counted.

Also, don't you mind if I'll create a Merge Request with my girls to the main/dev branches?
Your girls are IA generated, right?

I would like to wait for community response. I first would like your pack to be an add-on. So we get time to assess if people like it, if it integrates well, before merging it in the official version.

I can put a link to your post in the OP if you'd like so people can download it.
 

okuru1

Newbie
Jun 4, 2021
76
45
I believe it must be used with a config generator. I'll add the functionality to the code. Right now the tool could be used with caution


What is in the archive:

In the attached archie you will find a script that will sort all pictures in "{path}/full" and "{path}/face" by hair color and recalculate indexes accordingly. It will help with adding new pictures, but we need to manually update slave's jsons (yet, I'll create another tool). Also the script could be used as standardizing tool to help in following the name convention.

Tool behavior:

1) Search for files following the name convention: <index>_<hair_color>_<hair_lenght>_<age>(_<sepia|grey|gray> for ./face folder).png.
2) Create a backup of all files from step (1)
3) Loop over files in backup folder and make re-indexed copies

Image requirements:

1) Images must follow the convention:
<index>_<hair_color>_<hair_lenght>_<age>(_<sepia|grey|gray(because there is number of such typos)>.png).
For new images that needs to be re-indexed set index beginning from 3001. Like: "3001_black_long_young_sepia.png"
It is not strict requirement, but little advice

2) For each new girl you will have to add:
- 1 full body image
- 3 face images:
base portrait (named without postfix: face name = full body name)
sepia portrait (named with postfix: sepia. Like: "0001_black_long_young_sepia.png"
greyed portrait (named with postfix: grey. Like: "0001_black_long_young_grey.png"

Dependencies:

- Python

How to use:
Code:
python jack-o-indexer.py {path} --show-stats
Code:
usage: jack-o-indexer.py [-h] [-v] [--dry-run] [--show-stats] [--recreate-backup] [--update-backup] directory

Process PNG files with specific naming conventions.

positional arguments:
  directory          Set path to directory where './face' and './full' subdirectories is located.

options:
  -h, --help         show this help message and exit
  -v, --verbose      Run in verbose mode.
  --dry-run          Simulate the changes without making actual modifications.
  --show-stats       Show statistics after processing.
  --recreate-backup  Recreate the backup folder by deleting the old one.
  --update-backup    Update the existing backup folder.
Example:
Open your console
Type in console command, where path is path to directory where girls images is located.
For example:

Game folder: 'C:\Jack-o-nine-tails'
Script path: 'C:\Jack-o-nine-tails\game\picture_modding\jack-o-indexer.py'
Picture path: 'C:\Jack-o-nine-tails\game\content\pic\girls'

Then you could to 'cd' in script folder, like:
Code:
cd C:\Jack-o-nine-tails\game\picture_modding
And run the script by executing the command:
Code:
python .\jack-o-indexer.py C:\Jack-o-nine-tails\game\content\pic\girls
 
Last edited:

okuru1

Newbie
Jun 4, 2021
76
45
qwertyu12359, could you please explain how the boob_sizes are distributed? What is the min/max sizes for different ages? I'm thinking about adding few more body images for lower and upper parts and dynamically assing them to json configs, but in first I need to understand how it works
 
Last edited:

qwertyu12359

Jack-o-nine-tails
Game Developer
Aug 1, 2017
1,683
1,874
qwertyu12359, could you please explain how the boob_sizes are distributed? What is the min/max sizes for different ages? I'm thinking about adding few more body images for lower and upper parts and dynamically assing them to json configs, but in first I need to understand how it works
About that, I don't know more than you do. I am not a coder, my only contributions to the game's code are things a toddler could do (changing texts, etc).

Your answer should either be in the Json folder or the QSP file. My uneducated guess is that the lolz go from A to C, youngs go from A (a different A) to G, milfs from A to H... Something like that.

ImperatorAugustus is your man for coding (and lore) questions if you're blocked. Feel free to ask for my help when it's about aesthetics (music, art, UI, etc.).
 
  • Like
Reactions: okuru1

PSP_PSP

New Member
Jan 25, 2022
1
0
Hello.
I have a couple of questions about the game development.

Nowadays, anyone with access to a local AI can generate tons of smut images. So i`ve decided to make some upgrade to the game to make it possible to use girl`s specific images. And did it, but now i have a couple a questions.
  1. The game version. There is a download link for the game version 2.3 on the official forum`s branch. But the main repo branch contains the sources for v. 2.2.1. Where are the sources for 2.3 located and can I get access to them?
  2. Game engine. I`ve made some small changes to 'display_pic' function, so the game can load girl`s specific images. But I can`t put the images in subfolders, becaue picMax function doesn`t see them there. I suppose it`s engine`s (jack.exe) function, but i can`t find any sources for it. So, should I write my own image versioning routine or that`s sources exists? Or maybe i`m wrong about picMax.