CREATE YOUR AI CUM SLUT ON CANDY.AI TRY FOR FREE
x

notSwedish

Newbie
Aug 18, 2022
18
61
It doesn't seem to load on my end.
Look in `<game folder>/BepInEx/LogOutput.log` (after having run the game at least once) for the error, if you don't understand the error, send a screenshot.

If the file isn't there then it may be installed wrong, your game folder should look like this after installing BepInEx
1706400417918.png

If there is no error then maybe you put the zip file in the plugins folder and not the `.dll` file inside the zip.

If there is an error but your sure you did everything right then it could be a special symbol in a folder name somewhere, its happened to me before.

I just checked and i sent the correct link for BepInEX. Unless your using a linux machine or a 32-bit computer it should work.
 
Last edited:

notSwedish

Newbie
Aug 18, 2022
18
61
Those are folder and the log file. The plugin just don't load into the game
The mod is in the "plugins" folder and not the "patchers" folder right?

Also I made the mod for BepInEx 5 and you are running BepInEx 6, I don't think it should matter but maybe its the reason?
 

HeroLord

New Member
Oct 2, 2017
10
1
The mod is in the "plugins" folder and not the "patchers" folder right?

Also I made the mod for BepInEx 5 and you are running BepInEx 6, I don't think it should matter but maybe its the reason?
Yeah. I think that is the problem, the different Version
 

Hegzblarg

Newbie
Jul 11, 2020
84
105
The other day I was thinking that a mod to make the girls give birth to males too in a low ratio of chance would be useless but interesting.

If you give them milk you could make them grow from shota to young and to adult and make them have sex to have more girls and/or help you with some chores. The bad part to add them is that you have to delete 50% of the core game or add new mechanics haha
 

DrLizardman

Member
Apr 28, 2021
476
159
The other day I was thinking that a mod to make the girls give birth to males too in a low ratio of chance would be useless but interesting.

If you give them milk you could make them grow from shota to young and to adult and make them have sex to have more girls and/or help you with some chores. The bad part to add them is that you have to delete 50% of the core game or add new mechanics haha
I think the new game may have that option since there will be female monsters in it. But only time will tell.
 
  • Like
Reactions: Hegzblarg

flannan

Engaged Member
Dec 15, 2022
2,234
2,197
The other day I was thinking that a mod to make the girls give birth to males too in a low ratio of chance would be useless but interesting.

If you give them milk you could make them grow from shota to young and to adult and make them have sex to have more girls and/or help you with some chores. The bad part to add them is that you have to delete 50% of the core game or add new mechanics haha
The main obstacle is that we'll need graphics for human males (or elf males, dwarf males and so on). It would be silly to make them look like orcs and goblins.

"Goblin Lord wants me to become a virgin wizard..." does have this mechanic, which is necessary there since brothel visitors are monsters.
 
  • Like
Reactions: Hegzblarg

notSwedish

Newbie
Aug 18, 2022
18
61
I made two more mods, these ones are small changes.

CapsuleNeverEnds.dll :
  • Capsule room will never fill the depravity meter. It stops at 48/50 and just keeps running the animation forever.
  • Capsule drains health now. It will drain health at a rate depending on the slave's current health (more health drains faster). It will never drain health to lower than 5% of the slave's max health.
    1706445273674.png
  • Pressing the equals key (=) will make it so you can just build capsules for free. It shows up in the build menu. (The game will sometimes take it away from you but just press the button again if it happens).
    1706445669933.png
  • Removes the annoying "Depravity +1" pop up message the capsule makes.
HorsesDontWait.dll :
  • Horses no longer wait for clients or care if the slave is tired. The animation will run instantly and clients can still come during the animation. (It's a little OP since they make a lot more money with no cooldown, but no where near as OP as tentacle eggs lol).
    1706446237181.png
    (image above) : horses started on their own with no clients present

Downloads :
View attachment CapsuleNeverEnds.7z
View attachment HorsesDontWait.7z

How to install mods using BepInEx :
https://f95zone.to/threads/monster-black-market-v2-0-16-0-dlc-team-apple-pie.124772/post-12809435
 
Last edited:

b_ram

Newbie
Sep 13, 2019
37
21
well finally finish my vanilla 30 days challange (max favorability all girls, max stats monster, 100+ tentacles eggs) without selling tentacles eggs, im having way too much fun with this game lol

View attachment 2956125
been a while since i played this game, got 29 days on master beating my 30 old record on vanilla cant wait for the sequel to come out
Screenshot (78).png
 
  • Like
Reactions: flannan

Broogg_

Newbie
Jun 8, 2022
57
55
I made two more mods, these ones are small changes.

CapsuleNeverEnds.dll :
Installed it and, health depletion is way too fast it's almost instant
it killed several of the slaves while other half didn't die (no idea why)
Those that are capped to 50 will be lowered back to 48

Is there a way for you to make it no lower health for fully corrupted one ? or slow it down because right now they reach 5% after 2 seconds lol
 

notSwedish

Newbie
Aug 18, 2022
18
61
Installed it and, health depletion is way too fast it's almost instant
it killed several of the slaves while other half didn't die (no idea why)
Those that are capped to 50 will be lowered back to 48

Is there a way for you to make it no lower health for fully corrupted one ? or slow it down because right now they reach 5% after 2 seconds lol
It shouldn't be killing them, that's a bug. But i just remembered that while testing i made the capsule remove the health management pixy flag so that could be why.

I don't see the slight depravity lowering as an issue since it allows you to use capsule on anyone...
...BUT thinking about it now if you use it then fill the meter elsewhere and repeat you will infinitely add depravity traits to a slave which could be a problem.

Here is an edited version that doesn't change the flag and doesn't remove depravity if it is full
I haven't tested it so reply me if broken.
View attachment CapsuleNeverEndsv2.7z
 
  • Like
Reactions: mahbruh27unli

notSwedish

Newbie
Aug 18, 2022
18
61
Okay so i don't know if i'm the first to find this out, but breeding works in cages, the only thing stopping you is the room not allowing the placement of the wrong gender. I made a mod that makes cages not care about what you put in them and was surprised to see this happen :
1706456663773.png

all it took was this :
1706456749655.png
"IsAllocatable" is a method all rooms have that controls weather something can be placed inside a room. The code above forces this method to always return true so anything can be dragged inside.

Should i post? or has this been done before?
1706457127658.png
 

Broogg_

Newbie
Jun 8, 2022
57
55
It shouldn't be killing them, that's a bug. But i just remembered that while testing i made the capsule remove the health management pixy flag so that could be why.

I don't see the slight depravity lowering as an issue since it allows you to use capsule on anyone...
...BUT thinking about it now if you use it then fill the meter elsewhere and repeat you will infinitely add depravity traits to a slave which could be a problem.

Here is an edited version that doesn't change the flag and doesn't remove depravity if it is full
I haven't tested it so reply me if broken.
View attachment 3303908
If they're already at 50 the animation isn't working but health is still being depleted

Also it seems like when they're pregnant the capsule kills them i've tried we severals slaves non pregnant one are fine while others just slowly reach 0 at some point and then die
 

pizzacattt

Newbie
Aug 10, 2019
45
33
Okay so i don't know if i'm the first to find this out, but breeding works in cages, the only thing stopping you is the room not allowing the placement of the wrong gender. I made a mod that makes cages not care about what you put in them and was surprised to see this happen :
View attachment 3303925

all it took was this :
View attachment 3303928
"IsAllocatable" is a method all rooms have that controls weather something can be placed inside a room. The code above forces this method to always return true so anything can be dragged inside.

Should i post? or has this been done before?
View attachment 3303938
you should post this i haver never seen this done before tbh
 
Last edited:

notSwedish

Newbie
Aug 18, 2022
18
61
you should post this i haver never seen this done before tbh
Alright seems like i'm the first so ill post it.

NoMoreSegregation.dll :
  • Monsters are allowed in slave cages.
  • Slaves are allowed in monster cages.
    1706471998269.png 1706472066100.png
    1706475117913.png
  • Put a monster and a slave in the same spot in either cage and they breed, just like they would in breeding rooms.
  • NOTE : They will only breed if in the same spot/slot. Otherwise they will just chill.
    1706471939977.png 1706472311743.png
    1706475218127.png

With this mod you don't really need breeding rooms anymore and you can use whatever type of cage for whatever you want (but do keep in mind that slaves only heal in slave cages).

Download :
View attachment NoMoreSegregation.7z

How to install mods using BepInEx :
https://f95zone.to/threads/monster-black-market-v2-0-16-0-dlc-team-apple-pie.124772/post-12809435
 
Last edited:

maaddi

Newbie
Jul 16, 2020
27
108
All I can say to swedishOtter's mods, they work under "clean" conditions.

1. Unzip the 2.0.16.0 version of MBM
2. Unzip BepInEx v5 (I used BepInEx_x64_5.4.22.0) and copy all data (BepInEx folder, doorstop_config and winhttp.dll) into your MBM game folder
3. Start the game and close it
4. Now in your BepInEx folder will be the plugins folder
5. Unzip whatever mod you like (".dll" extension) into that plugins folder
6. Start the game -> New game -> Choose difficulty -> Enjoy.

I don't think it works with old save files. Maybe not even with other mods.
 

notSwedish

Newbie
Aug 18, 2022
18
61
I don't think it works with old save files. Maybe not even with other mods.
They work with other mods, and are installed in the same way.
It even works with CB mod but i haven't done a ton of testing.
1706476367423.png 1706476965361.png

My mods so far have just been small tweaks and don't have anything to do with saving/loading so older saves should work.
 
4.50 star(s) 120 Votes