Krongorka

Well-Known Member
Sep 22, 2017
1,214
3,740
So I looked in breast customization scripting. Here's some data for anyone who wants to tweak it:

Global min-max scale for UI is set here:

BoobScaleGameUI.png

However, you'll have to deal with applied physics for breasts. There's bunch of values and you'll have a hard time dealing with squashed or extended nipples. Breast sagging gets crazier after 200%, so you'll need to tweak that as well.

Good feature to play with but dev have to give more control for tweaking in UI to make it usable.

4 step process for breast scaling:
PlayerBoobScalerProcessModification.png

Initial breast size:
PlayerBoobPhysics1.png

0-400% test:

View attachment BoobScaleSettingsModHRFcrf18.mp4
 
Last edited:

Adamantine

Newbie
Aug 26, 2019
82
92
Is there any way to unlock all scenes without step by step fucking with all enemies? Can't find any debug options..
 

SPARKOS

New Member
Nov 6, 2019
2
2
Hey there, fellow fans. I understand that the game is still early in its development, but I was wondering if there have been any patches or mods in the works that may allow us to edit Chloe (the protagonist character). I was wondering if there was currently a way to get rid of some of her freckles and/or decrease her stomach size at 0% cum.

Although I'm not quite sure how the process works, Krongorka has been fiddling with breast size, which is very promising. Looking forward to replies and further developments!
 

tankumunku

Newbie
Jan 11, 2018
28
53
Would be really cool if there was a way to disable cum intoxication in the debug area. Annoying to have to go through gameover animation + new game spawn in when I'm trying to unlock scenes.
 
  • Like
Reactions: Adamantine

HylTin

Member
Aug 29, 2018
201
225
Would be really cool if there was a way to disable cum intoxication in the debug area. Annoying to have to go through gameover animation + new game spawn in when I'm trying to unlock scenes.
Take care, angry nerds are comming next... :ROFLMAO: (We must have NO WORD about gameplay and especially difficulty... Even if it's a reccurent topic)
 
  • Yay, update!
Reactions: zmatrt

HylTin

Member
Aug 29, 2018
201
225
Is there any way to make the character much more voluptuous? I mean, curvier or with a huge butt?
Well, that's a first and a pleasant one! I've only saw until now people that want to shrink our poor voluptous Chloe (for once that we have a good game with incredibles renderings and scenes AND ALSO a female main character that is not anorexic to the bone with little B/C cup). At least someone that is not scared about a little bit of flesh! Welcome onboard friend!
 

kawaiihug

Member
Nov 1, 2019
280
557
Well, that's a first and a pleasant one! I've only saw until now people that want to shrink our poor voluptous Chloe (for once that we have a good game with incredibles renderings and scenes AND ALSO a female main character that is not anorexic to the bone with little B/C cup). At least someone that is not scared about a little bit of flesh! Welcome onboard friend!

Honestly, I would like it to be something like that, like Jujunaught but not quite as extreme. That's what I had in mind.

pogchamp.png
 
  • Like
  • Heart
Reactions: TalRash4 and HylTin

Elo91

Newbie
Apr 21, 2024
85
101
Thanks for the update! But... am I missing something or did I find a bug?

1756061484980.png
There's no exit? If it helps debugging, I first got the map using a mapping scroll that dropped here (lava map). But since then I've wandered through every corner. Even tried killing the friendly lava demon & destroyed the mirror.

Edit: It was a bug! I ran all the way to start, used the debug thingie to teleport to the next map, then took stairs back up... and appeared on the bottom left corner with no stairs down on that side. :>
 
Last edited:

CorvusCorax

Newbie
Nov 12, 2019
15
22
"Original roguelike Rogue" What the hell you talking about?? If you are talking about the original Rogue, then its not a "roguelike"
 
Aug 6, 2016
112
124
there is some kind of bug with the regen ring

i enhanced one to like +14 and the tooltip said "generates 45 mana after fucking" or something along those lines, but it only generated one mana
 

Karnewarrior

Engaged Member
Oct 28, 2017
2,248
2,911
Well, that's a first and a pleasant one! I've only saw until now people that want to shrink our poor voluptous Chloe (for once that we have a good game with incredibles renderings and scenes AND ALSO a female main character that is not anorexic to the bone with little B/C cup). At least someone that is not scared about a little bit of flesh! Welcome onboard friend!
Who the fuck said anorexic? I said make her titties smol, not make her booty small.

Pear shaped girls are the best.
 

Krongorka

Well-Known Member
Sep 22, 2017
1,214
3,740
Who the fuck said anorexic? I said make her titties smol, not make her booty small.

Pear shaped girls are the best.
There's a way to make Breast Customization to go lower than default 100%. The problem is default physics/shaping properties in the code will make them to look very bad. I did some testing on my end and I can tell 0.75% looks okay-ish.

Anyway, here's some more technical data about boob physics in the game:

PlayerBoobPhysics-2xMass.png

There's several properties which applies to breasts: Mass, springiness, damping, rotationFactor, droopFactor.

I won't write all of them, since there's more. But the thing is dev use mass setting which is multiplied 2 times. This is what makes tits on high scaling to 'sag' so much.
At the same time he doesn't scale any other setting, especially rotation. So bigger tits looks kind of static in scenes.

I did tweak breast physics to make them move more or less okay in the range of 0.75% to 250%.

If you go higher than 250% things start to look unhinged, pretty much.

I've updated my HFR mod post to contain two modified DLLs:
- One have modified breast properties for 0.75-2.5 setting with no mass scaling and rotation factor scaled. It also allows for 1% scale step instead of 5% per click so you have wider customization range. The one you should use.
- Another one reduce mass (using division function instead) and remove rotation factor scaling, also increasing possible limit to 1000% (Or 10.00 in game's menu). Unhinged and looks bad, use for lulz only.

Unhinged 10.00 demo:

View attachment BoobsModUnhingedcrf18.mp4
 
Last edited:

Axis3123

Active Member
Apr 1, 2020
941
781
There's a way to make Breast Customization to go lower than default 100%. The problem is default physics/shaping properties in the code will make them to look very bad. I did some testing on my end and I can tell 0.75% looks okay-ish.

Anyway, here's some more technical data about boob physics in the game:

View attachment 5183551

There's several properties which applies to breasts: Mass, springiness, damping, rotationFactor, droopFactor.

I won't write all of them, since there's more. But the thing is dev use mass setting which is scaled 2 times. This is what makes tits on high scaling to 'sag' so much.
At the same time he doesn't scale any other setting, especially rotation. So bigger tits looks kind of static in scenes.

I did tweak breast physics to make them move more or less okay in the range of 0.75% to 250%.

If you go higher than 250% things start to look unhinged, pretty much.

I'll update HFR mod post to contain two modified DLLs:
- One have modified breast properties for 0.75-2.5 setting with no mass scaling and rotation factor scaled. It also allows for 1% scale step instead of 5% per click so you have wider customization range. The one you should use.
- Another one reduce mass (using division function instead) and remove rotation factor scaling, also increasing possible limit to 1000% (Or 10.00 in game's menu). Unhinged and looks bad, use for lulz only.

Unhinged 10.00 demo:

View attachment 5183558
Inflation/expansion fetishists are pleased to know balloon boobies are attainable now XD

I wonder if they'll block the entirety of a scene... considering how massive they are you won't be able to see anything else lol
 
4.70 star(s) 87 Votes