Drawning

Newbie
Feb 27, 2019
83
19
50
Does someone have a collection with all the up to date mods? like auto buying condoms etc (and with which mods is complex breeding compatible?
 

kazuma

New Member
May 2, 2017
3
1
108
sooo, does anyone have up-to-date/best-so-far english file? there are several in the whole thread, and the op's linked one has story line error during tutorial.
 

Memacile

Newbie
Sep 22, 2022
61
106
28
You see, like with everything graphics related, there are 3 points of interest for MBM-modding: scripts in data.unity3d, graphics in asset bundles/streaming assets and Assembly-Csharp.dll. I could've tweaked quite a lot of things myself if only dnspyex could've handle recompilation better.
So, we're still quite limited in this aspect. BepInEx does help, sure, but I don't know how to write my own code for it.

- Or the other way around: Maybe you can make a dll that gives me access to the animation/figures and I can set the right animation in BepInEx... somehow?

Not sure if I understand it... animation/figure file is a .skel, binary spine file for each pose in the game which I'm editing with licensed spine editor. Once I add new slots for new assets, I save that file, repack it to .bundles and adding new lines/slots to both SpineData config and character's config files (Human, Dragonian, Dwarf etc. if necessary).
As for animations, I just find it strange how animation states works. I believe it's mostly hard-coded in Assembly-Csharp.dll, since changing Spine .skel file and adding new animation state isn't enough, as well as editing SpineData config file doesn't seem enough to get it work either.
Well, it's still something to think about. Maybe I'll figure it out one day, maybe not.
Ah understand it better now. I guess my second suggestion was that if dnspy is not working then you could give me the compiled game folder with the new scripts and graphic assests and I could try to do the changes in Assembly-Csharp.dll that dnspy is supposed to do, but with BepInex instead.
 

Krongorka

Well-Known Member
Sep 22, 2017
1,256
3,985
397
Ah understand it better now. I guess my second suggestion was that if dnspy is not working then you could give me the compiled game folder with the new scripts and graphic assests and I could try to do the changes in Assembly-Csharp.dll that dnspy is supposed to do, but with BepInex instead.
I guess we can look at it, but maybe later. For now I'm in the middle of figuring out clothes interaction with "cumflation". That's enough to give me a headache already, but seems manageable:

cumflation1.gif cumflation2.gif cumflation3.gif
Initial plan was to disable all clothing for cumflation implementation. Besides, even original skeleton don't render bra's for "rest" pose if tits size is bigger that 2, due to sprite ordering issue. I managed to make some sort of workaround. But then came "Cumflation" idea and now skeleton complexity raised a bit:

moarSlots.png

And there's still no Bras for left tit if tits size are bigger than 2. "Pregnant" and "Semen" switches are overlapping each other, so it's actually a correct way to do it. Mind you: additional slots use same sprite. No additional graphics needed. Some skeletons actually does have messed up logic for cum sprites, but that's another story.

Although it proved some points I was interested in, one of which is: you can add more than 3 conditions/switches in SpineData config file. 4 in this case. If 2 parameters contradicts each other - just create more slots. Spine can handle it, game can handle it. Although I don't really want to do the same with lower body clothing (dynamically changing with belly size for each of 3 states), especially not for custom clothes.

Well, at least it was a good test for V3. Woman-stand and Woman-rest figures currently supports cumflation and I'll include both of them for V2. Not for all poses, mind you. Just two poses. Hopefully a lot more than 3 for V3 release.

I'm not really sure if I'll want to activate Eyes type C (3) for this release either. But it can mess up with faces. So we'll probably see some messed up cases with Grown Usagi and Hitsuji.

Like I said, we still have a lot of things to worry about for now :p

Oh yeah, using slot parameters allowed for some additional tweak for cumflation, like this:
- If slave is pregnant in non-depraved state, she will touch her belly. If her belly is just inflated with semen, she won't touch it.

CumflationNonPregnant.png CumflationPregnant.png

WomanRestCumflationRC1.png
 
Last edited:

Drawning

Newbie
Feb 27, 2019
83
19
50
In wondering with all of this modding, Would it not be easier to rebuild the game in an engine like Godot and then modd the shit out of it?
 

myclon12

Newbie
Jan 22, 2020
34
5
70
Made cheat mod. Works on 2.0.15.1, not sure what other versions it may work on
View attachment 2465616

Auto clean has the same effect of niels washer item, except the effect can be toggled to be on all the time. (Niels washer also cures infected rooms)
Brainwash all NPCs does not modify NPC favorability, it just allows you to have sex with NPCs at private estate.
100 items should add 100 of each item (Button can be spammed if you want). It should be all items I think.
Special slaves can be spawned more than once.



Installation:
BepInEx 5 installed to game (If you are new to BepInEx, you download BepInEx from their github, extract its contents into the game folder, and open the game window for BepInEx to generate config files)
Place .dll file into BepInEx\Plugins folder (plugins folder will not be there unless BepInEx is properly installed)

A button "Toggle Menu" should appear on the title screen in the top left. If it does not appear, you likely did something wrong with the installation, or have a mod conflict with other mods installed.
i already installed this mod but can't see toggle menu in game
 

Krongorka

Well-Known Member
Sep 22, 2017
1,256
3,985
397
In wondering with all of this modding, Would it not be easier to rebuild the game in an engine like Godot and then modd the shit out of it?
Sure, if anyone is up for it, go for it. Might decompile this one as well if something like / gets advanced enough to do so.
Sarcasm aside, even with spine tool, mod scene is limited because there's no cracked spine v4 which this game is using. If you'll be able to rebuild the game to use, let's say, currently available cracked version 3.8.75 - yeah, that alone will allow for easier community graphics modding.
 

Drawning

Newbie
Feb 27, 2019
83
19
50
Sure, if anyone is up for it, go for it. Might decompile this one as well if something like / gets advanced enough to do so.
Sarcasm aside, even with spine tool, mod scene is limited because there's no cracked spine v4 which this game is using. If you'll be able to rebuild the game to use, let's say, currently available cracked version 3.8.75 - yeah, that alone will allow for easier community graphics modding.
Im wondering, can you add additional races, body models etc or generally more complexity, or would it be a pain to go that route without reprogramming it
 

Krongorka

Well-Known Member
Sep 22, 2017
1,256
3,985
397
Im wondering, can you add additional races, body models etc or generally more complexity, or would it be a pain to go that route without reprogramming it
I believe that the closest thing we'll ever get for this game in this regard is a current Complex Breeding mod. What I'm doing is basically adding some additional visual customization and even that is using all sort of workarounds with existing assets/code, just pushing it.
 

Mattstopher

New Member
Oct 27, 2019
8
3
45
how do you unlock the harem and rune scenes? beat the game before the 51 days?
You need to max out the affinity for each girl before the 50 day deadline to get the harem ending. Click on the heart under each of them to see what goals you have to reach. Amelia for example wants you to buy 5 of each slave species, sell 10 goblins, orcs, and werewolves, and 5 each of minotaurs and salamanders.

In order to get the Rune ending, same as above but also brainwash every NPC woman by filling out their affinity, then using Rune's power on them once you get 666 essence. You also need to have sold a certain amount of tentacle eggs and built tentacle rooms, but I forget how many right now.
 

refferee

Newbie
Jul 11, 2020
71
47
49
You need to max out the affinity for each girl before the 50 day deadline to get the harem ending. Click on the heart under each of them to see what goals you have to reach. Amelia for example wants you to buy 5 of each slave species, sell 10 goblins, orcs, and werewolves, and 5 each of minotaurs and salamanders.

In order to get the Rune ending, same as above but also brainwash every NPC woman by filling out their affinity, then using Rune's power on them once you get 666 essence. You also need to have sold a certain amount of tentacle eggs and built tentacle rooms, but I forget how many right now.
You can also view the requirements for the ending by just hovering over the button in the gallery, it changed from 100 tentacle rooms from release to just 50. Can't remember if the eggs also changed but I don't think so since those are much easier to get than the rooms
 

Krongorka

Well-Known Member
Sep 22, 2017
1,256
3,985
397
Drawning actually the TitsMod from Krongorka inspired me to make a game with similar/same mechanics (building rooms, put character in them, etc.) The funny thing is i'm using Godot. I sketched some poses with different tit size. Just imagine a full game.

View attachment 2643245
Saggy tits, huh. Also just reflects the mass of them better. And I also can see difference in height. That's something I was looking into to implement into MBM, but from just spine and scripting "workaround" perspective it would be a big mess.
 
  • Like
Reactions: Reluser

icefield

Member
Oct 5, 2017
160
141
244
Any tips how to install Modpack+Cheatmode for this version(2.016)?

Cheatmod didn't popped up in build-in modpack's version of Bepinex.
Tried to update Bepinex but only got some extra console window errors.

Edit: new Bepinex + Cheatmode works well without modpack.
 
Last edited:

valkfanta

Newbie
Mar 21, 2022
15
42
106
Saggy tits, huh. Also just reflects the mass of them better. And I also can see difference in height. That's something I was looking into to implement into MBM, but from just spine and scripting "workaround" perspective it would be a big mess.
The idea in the first row was zombie apocalypse. I'm still haven't decided on a direction yet. At the moment im trying to make animation and different variation of body types possible. If everything is working i might be able to show you guys some magic.
 

Krongorka

Well-Known Member
Sep 22, 2017
1,256
3,985
397
The idea in the first row was zombie apocalypse. I'm still haven't decided on a direction yet. At the moment im trying to make animation and different variation of body types possible. If everything is working i might be able to show you guys some magic.
Interesting to see what you'll come up with. I'm not that familiar with Godot engine, so what are you using for graphics? Fully "whole" drawn sprites animated frame by frame or do you use spine, similar to how MBM characters are made/Live2D Cubism?
 

valkfanta

Newbie
Mar 21, 2022
15
42
106
Interesting to see what you'll come up with. I'm not that familiar with Godot engine, so what are you using for graphics? Fully "whole" drawn sprites animated frame by frame or do you use spine, similar to how MBM characters are made/Live2D Cubism?
Unfortunately spine doesn't support godot, maybe in the future. Live2D supports godot 3 i think, but i use godot 4. At the moment im trying to make my own software/tool to make body parts that can interpolate between each other. I guess it is a mix between frame to frame and vector art. It might be similar to adobe flash. With this i should be able to make various kinds of head, eyes, bodies. Below you can see what i try to achieve.

test_vector_animation.gif
 
4.50 star(s) 141 Votes