Home Artists Posts Import Register

Downloads

Content

So I spend some sleepless nights talking with ChatGPT and we (basically he, I just kept complaining) created a nice tool for the HS users - The HSConQBoner! It's a tool to edit the bonemod files of the character cards.

How does it work:
- Since this tool is basically untested (except by me) - MAKE A BACKUP OF THE CARD+BONEMOD FILE YOU WANT TO EDIT WITH THE TOOL FIRST
- Then click the "Open" button and select your HS Character card. It must have a .png.bonemod.txt with the same name in the folder as the .png, otherwise it wont work.
- The tool begins to load all the sliders into the interface, this might take some seconds.
- Now you can scroll to the bones you wanna edit. Simply use the slider or type in values manually (confirm with return) and the bonemod file will be saved after every change.
- If you want to increase or decrease the limits of the sliders, use the "Min Limit" and/or "Max Limit" fields at the top and hit the "Update Limits" button.
- When you type something into the "Filter" field, you can let the interface filter out bones you don't need. For example: Type in "Mune" and it will show all Mune bones. Or type in "Breast", that also works.

Notes (READ THIS):
- Since this is a python-based, unisgned executable made with pyinstaller, there are probably some false positives of virus scanners. VirusTotal surely gives me some when I test the file, so I expect WindowsDefender to go nuts.
- When all the sliders are loaded, performance is not the best, because of all those widgets. I suggest using the filter, to filter out unnecessary sliders.
- if you find any issues with the tool, whatever they might be, let me know! Maybe there is a way to fix it.
- Use the tool with care, as it is fresh from the factory and barely tested so far. Always make backups.

Code on GitHub: Click

Changelog:
V1.05 (HS):
- All bones I could identify were translated (male and female) and brackets were removed
- Save button was removed (saves automatically in real time anyway )
- One additional slider and entry field per bone was added for the last entry in the bonemod file and the behavior was fixed, that it would always resetting that value to 1

V1.04 (HS):
Release

Files

Comments

jaming

Can you tell me the difference between this tool and HS Active Bones Female?

ConQ

The main difference is, that this tool allows you to edit every bone listed in the character's bonemod.txt file, while the Acrive Bones Female only allows to edit a few of them.