Krongorka

Well-Known Member
Sep 22, 2017
1,257
3,989
397
So how difficult is it to make new animations as a mod for this game? I remember seeing something about the code being built terribly for modding and making unique girls is a pain in the ass.
Well, I'm currently using this tool set for MBM:
- UABEA (unpacking/repacking .atlas and .skel files from .assets/bundleassets archives)
- Spine Pro (editing .skel files, creating texture atlases .png and .atlas files)
- Nvidia Texture Tools Exporter (saving texture atlases in .dds format with MIPMAP support)
- UnityEX (repacking textures in .dds format and allows for repacking in .resS unity bundles so it doesn't "bloat" file size like it does with UABEA)
- dnspyEX (editing Assembly-Csharp.dll in Managed folder, game's scripting)

Biggest problems for modding is paid Spine animation software which does require paid Pro license. Game runs on version 4.0.61 and this version wasn't cracked. If you'll find 4.1/4.2 cracked on the net - let us know. There's a 3.8.75 cracked available but it won't work with MBM.

Another problem as I can tell there's no known way to attach more bundleassets files with unique data. Even then, from my technical perspective, Unique Slaves in MBM are both bad and good.

Good: They don't bloat "common" slave models with additional data. So if you don't have them on a playfield it allows your game to work faster (less textures/calculations to handle).
Bad: If you have all unique slaves on your playfield you'll get FPS hit since they use their own data for animations/textures. Same actions - 8 times more assets to load/calculate.

Why I mentioned .dds and mipmap support? If you'll use UABEA to repack textures it will strip down mipmapping and you'll see this when you zoom out your playfield:

MIPS disabled (UABEA)
PreMIPSV2.png

MIPS enabled (UnityEX)
AfterMIPSV2.png
 
  • Like
Reactions: flannan

Mana Renard

Member
Aug 5, 2020
139
119
119
Biggest problems for modding is paid Spine animation software which does require paid Pro license. Game runs on version 4.0.61 and this version wasn't cracked. If you'll find 4.1/4.2 cracked on the net - let us know. There's a 3.8.75 cracked available but it won't work with MBM.
Its price is $369 USD, which is a bit scary. Converted into Chinese currency, it is 2,687.35 RMB. If it is really necessary, maybe you can try crowdfunding to buy the software for later work? I should be able to provide you with 30 USD, which is about 218 RMB. However, the more troublesome thing is that I don’t have a UnionPay bank card. Currently, I can only use China’s Alipay software to pay in RMB. Of course, if you really agree to the crowdfunding plan to buy Spine, I will ask my friends to find a way to solve the currency payment problem.
 
Last edited:

Krongorka

Well-Known Member
Sep 22, 2017
1,257
3,989
397
Its price is $369 USD, which is a bit scary. Converted into Chinese currency, it is 2,687.35 RMB. If it is really necessary, maybe we can try crowdfunding to buy the software for later work? I should be able to provide $30, but the more troublesome thing is that I don’t have a credit card or a UnionPay bank card. Currently, I can only use China’s Alipay software to pay in RMB. Of course, if I really plan to crowdfund, I will ask my friends to find a way to solve the currency problem.
*Shrug* I bought it long time ago (and cheaper) because I wanted to look how Night of Revenge animations work. More games started to use it since then.
I'm not sure if they handle "a license on multiple PC/IPs" principle well. I mean, there's a chance your license can be banned because of it...
I'd only recommend to try and get it if you're into 2D stuff/Animations. Non-commercial mod production only is just not sane at this price point.
 

Mana Renard

Member
Aug 5, 2020
139
119
119
*Shrug* I bought it long time ago (and cheaper) because I wanted to look how Night of Revenge animations work. More games started to use it since then.
I'm not sure if they handle "a license on multiple PC/IPs" principle well. I mean, there's a chance your license can be banned because of it...
I'd only recommend to try and get it if you're into 2D stuff/Animations. Non-commercial mod production only is just not sane at this price point.
I feel like Google Translate can't accurately translate what I mean (。﹏。*)
What I mean is that you can try to get users who are interested in this MOD to raise money to buy you the pro version for later development. After all, the 4.2 software version is very necessary at present
But since you have already purchased it, it seems that it is not a matter of money
I also couldn't search for cracked versions of 4.1 and 4.2 on the Chinese Internet, which is a pity
Is the license issue related to the forum rules? Sorry, I didn't read it much, I will check it out. If this is a restricted topic, I will avoid mentioning it in the future (*/ω\*)

Update
I understand. You mean the possibility of blocking the license due to multiple IPs using the same purchased license.
It seems that the previous machine translation was inaccurate, which caused the deviation of my expression (´Д`)
 
Last edited:
  • Like
Reactions: Krongorka

Stankobanko lunky

New Member
Jul 15, 2023
13
19
103
Just to make sure we're all on the same page here, this is the animation software we need to edit the animations in the game?
 

Krongorka

Well-Known Member
Sep 22, 2017
1,257
3,989
397
Just to make sure we're all on the same page here, this is the animation software we need to edit the animations in the game?
Yeah. Good thing about Spine in comparison to Live2D is that you can basically "retrieve" a project file with game's provided .json or binary .skel files. The only thing you have to keep in mind is version control, but then you can select any available version at launch so there's no issues with that at least.
Texture packing/Unpacking out of .atlas files is a bit specific from game to game, but it's easy to understand.
 

Stankobanko lunky

New Member
Jul 15, 2023
13
19
103
Yeah. Good thing about Spine in comparison to Live2D is that you can basically "retrieve" a project file with game's provided .json or binary .skel files. The only thing you have to keep in mind is version control, but then you can select any available version at launch so there's no issues with that at least.
Texture packing/Unpacking out of .atlas files is a bit specific from game to game, but it's easy to understand.
Alright! Well I'm gonna go on a little hunt (No promises) and see if I can find something that works. If I do happen to find anything I'll post it here and maybe DM you, I want to test my hand at adding animations to this game.
 

B1RB

New Member
May 30, 2022
5
1
79
For some reason, the game refuses to launch for me. I have tried installing it via different links, extracting it with both winrar and 7zip (both latest versions), installing the modpack just in case that somehow fixes it, completely disabling windows defender (I have that one manually removed from my system so It doesn't even exist), allowing game through firewall, disabling firewall, all drivers up to date. The only thing I can think of is that it requires a version of .net or a certain sdk that I don't have installed.
 
Jul 7, 2024
20
11
23
For those that still remember me submitting the Tits Mod and game to Nexus Mods for ease of distribution etc:

They finally got back to me and it was rejected,at least the reason they gave me was that they are not accepting adult games specifically at this moment.
you could try loverslab it's one of the only websites i know that supports mods for adult games
 

Asdfzu

Newbie
Sep 3, 2021
52
38
61
Alright! Well I'm gonna go on a little hunt (No promises) and see if I can find something that works. If I do happen to find anything I'll post it here and maybe DM you, I want to test my hand at adding animations to this game.
Good luckkkk :3 I'd be really excited to see some more new mods, so rooting for you
 

Asdfzu

Newbie
Sep 3, 2021
52
38
61
Where is the internal view option? i don't see it in game
Hi hi, sorryyy for replying so late. Sooo, in normal gameplay I wouldn't know of any internal view option. But after you have your coworkers at 100 percent liking you there will be sex scenes that you can enjoy with them. During these ones there will be internal view options you can toggle in the bottom right of the window, hope that helps :3
 
  • Like
Reactions: flannan

Asdfzu

Newbie
Sep 3, 2021
52
38
61
For some reason, the game refuses to launch for me. I have tried installing it via different links, extracting it with both winrar and 7zip (both latest versions), installing the modpack just in case that somehow fixes it, completely disabling windows defender (I have that one manually removed from my system so It doesn't even exist), allowing game through firewall, disabling firewall, all drivers up to date. The only thing I can think of is that it requires a version of .net or a certain sdk that I don't have installed.
Heeeyyy :) I just downloaded the game again a couple days ago, so the files online should be alrighty and working. Unfortunately I don't know much about the technical side of it all, so I can't help any more than that. Only saying that it must very likely be something on your computer that makes it not work. The game as they released it and the game after installing the modpack worked lovely for me. Again, sorry if I'm not helpful at all. Maybe that at least narrows it down, idk ^^
 
  • Like
Reactions: flannan

Potiblagueur

Newbie
Dec 28, 2022
52
32
86
For some reason, the game refuses to launch for me. I have tried installing it via different links, extracting it with both winrar and 7zip (both latest versions), installing the modpack just in case that somehow fixes it, completely disabling windows defender (I have that one manually removed from my system so It doesn't even exist), allowing game through firewall, disabling firewall, all drivers up to date. The only thing I can think of is that it requires a version of .net or a certain sdk that I don't have installed.
don't forget to have a folder path WITHOUT special character (like é, à, - etc) it can be the reason
 
  • Like
Reactions: flannan

Destruktn

New Member
Mar 17, 2020
11
1
62
alright i managed to get every Evolution. if anybody want the save here it is. it should work
 
Last edited:

paskas

New Member
Aug 26, 2020
4
25
72
Hello hello here, i'm back...
I wanted to know, for those who use it, is there a way with the mods hornymonster, nomoresegreegation and superroomextension (impossible to find the post where I saw these mods, I'm sorry) to make the horses take breaks? This is unfortunately included in the hornymonster.dll, but I would like to keep the effect of the mod on my monsters but not on the horses, because as they reproduce constantly, it does not leave time for the slave to rest or give birth, and it always ends with the death of the slave from fatigue, or in the best case, to a completely exhausted and pregnant slave who is never given birth by the pixies...

is someone have a idea for solve this...
Hi Potiblagueur,
I made a quick hotfix 1.0.1. In it, I added a simple setting for each of actors impacted with the mod.
You can go to BepInExConfigManager (F5) and disable the Horses features. Save and Restart game, and it should be ok.
I quickly tested this in a New Game, and the horses are now disabled.
Later I can update more settings/features, but right now I'm waiting for the V3 to release first.
1741112997013.png
 
4.50 star(s) 141 Votes