4.10 star(s) 154 Votes

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.
 

Thora

Member
Jan 2, 2018
343
1,049
....figured it out!

also quite nice: Breast firmness override o_O Happy saggy titty flapping...:p
Fantastic! Great to see the json system being used by other people.

Note that the next version of Monkey will support loading external json, so you won't have to modify monkey.json directly each time I release a new version - it will be added in the custom menu.

I suggest you look at the 'update' button/trigger in monkey.json. This should allow all mdicc entries that have a forceUpdateFlag to dynamically update as you change the slider value. You just need to add it to the same group and object.

-T-
 

PirateKitty

Newbie
May 17, 2020
38
96
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
You should show the rest of the clip board. It's full of crude dry chauvinist humor. Just showing this bit is full on out of context with the rest of the stupid crap on that board.
 

Thora

Member
Jan 2, 2018
343
1,049
Can someone make it that we can be able to change any clothing we want? instead of being randomized
There is another mod (clothes editor by Demagol) on discord that allows you to do this. It shows promise, but when I checked, it had several issues. I have not seen this get updated either.

Clothing is still on the roadmap for Monkey. I'm waiting for TValle to redo the asset system before investing time in it. The current system is a mess and I fear most of the work would be thrown away.

I suggested to the dev to add clothing to the save format - this would not only allow people to exchange their 'dressed up' models, it would make it instantly moddable via Monkey. We shall see..

-T-
 
Last edited:
  • Like
Reactions: Misty and Pchit

DagonUr

New Member
Mar 26, 2022
2
3
You should show the rest of the clip board. It's full of crude dry chauvinist humor. Just showing this bit is full on out of context with the rest of the stupid crap on that board.

I just wanna make one thing clear here,

Reignpapillon said "I heard somewhere that the developer is homophobic" people where very upset with his comment, for example you said "I'm assuming someone called him a homophobic because he didn't want to add gay content to his game" - he is calling the Dev homophobic for no apparent reason, slander of the first degree XD

so I presented a counter argument, showing the Dev's true color... maybe it's funny, wry, ironic humor (for some) but a person who don't see the problem wont be a good judge in this case.

Anyway, it's a fucking porn game, no point in judging it's virtues, just accept the fact the Dev is using homophobic slurs.
 
Last edited:
  • Like
Reactions: Sarage
Jan 7, 2022
362
469
The opportunity to cast aspersions at the dev in this thread has strangely inspired three different people to suddenly start posting to this forum. First thread they contribute to...and it's that stuff. Weird.
 

hoborg

Active Member
Jul 8, 2017
668
837
It gets confusing because the thread title/first post isnt being changed when a new update pops up for a bit here.
 

MysticXcore

Active Member
Mar 16, 2018
838
656
is there way to make my male character lie down on the floor because I'm trying to use a custom pose to do cowgirl and reverse-cowgirl
 
  • Sad
Reactions: LDV
4.10 star(s) 154 Votes