xcopololo

New Member
Jun 13, 2020
4
1
You can extract the source code with dnspy - I didn't protect it, and left some comments to help out.

Changing the gene sliders range will not work - the game code limit all gene ranges from 0-1; this is what get used by the genetic algorithm and what get saved.

If you want to exceed the local value during an interview, locate the variable that does what you want via an editor, then add a custom entry to monkey.json with any range your want. See JSON Quick Guide.txt in BepInEx/config for more info.

-T-
Thank you ❤
 

DagonUr

New Member
Mar 26, 2022
2
3
Does anyone know if there will ever be any guy models? I heard somewhere that the developper is homophobic, if so then I will take my business elsewhere :confused:
sadly you are right about the "homophobic" thing (here is a screenshot from the office in the game)
"funny" how people get defensive when it comes to those things, as if you called them homophobic

1654618749517.png
 

COMMONFACTORY

Newbie
May 28, 2022
43
103
If you can pass the first clunky interactions. (the Monkey cheat will help with that).
It's one of the best virtual sex experiences. And other games will appear to you super dull.
A tutorial could help, like a horny assistant that you pay in sex to keep her at the underpaid job...
 
  • Like
Reactions: Dark0080
Jan 7, 2022
362
471
sadly you are right about the "homophobic" thing (here is a screenshot from the office in the game)
"funny" how people get defensive when it comes to those things, as if you called them homophobic

View attachment 1856918
Woke social media culture has indoctrinated a small army of people heroically not getting wry humor whenever they come across it.
 
Last edited:

papillonwing

Newbie
May 25, 2021
54
78
sadly you are right about the "homophobic" thing (here is a screenshot from the office in the game)
"funny" how people get defensive when it comes to those things, as if you called them homophobic

View attachment 1856918
That just sucks... like if you didn't want to add male characters in the game, why don't you just say it like that. No need to be offensive and use slurs
 
  • Like
Reactions: tnbounds

blub0r1337

New Member
Feb 15, 2022
2
1
Could anybody give me an example for adding custom modifiers to the monkey.json.
I have found the modifier names in the monkey.dll via dnSpy but I don't get it working. Probably my object paths are wrong.

I would like to add sliders for some left and right modifiers (each). NOT as a group. Nothing better than a litte asymmetry :sneaky:
e.g.:
Breast size left "Scaler_Seno_L"

Nipples size left "Scaler_Pezon_L"

Here my attempt which didn't work (so don't copy):

Code:
   {
        "Name": "MyOwnMods",
        "Type": "Menu",
        "Level": 1
    },
   {
        "Name": "Nipple R Size",
        "Type": "Slider",
        "Level": 2,
        "Min": 0,
        "Max": 100,
        "Path": [
          "/Female Avatar Root Haired V0.826/AlteradatorsAppearance/-Mesh/-Body/Torzo/Breasts /",
            "Nipples",
            "Scaler_Pezon_R"
        ]
    },
Thanks in advance!

ch.
 
4.10 star(s) 159 Votes