Create and Fuck your AI Slut -70% OFF
x

[Makura cover soft] Dungeon and Bride - suggestions, changes, modding, improvement discussion

EandY

Newbie
May 23, 2019
72
31
48
Mate, DnB is all I wanted to focus on from the beginning. I'll retract my statements.
We all know JavaScript is a piece of shit ever created. So, good luck enduring the bullshit some code will never make sense. Some code you cannot change or override because of security levels
 

nickjojo

New Member
Oct 7, 2022
2
0
11
Modifying Satisfaction Formula Mod

This mod was created in Korea.

Because of this, it works on version 1.23 and I'm unsure if it will work with the English version since it's designed to be linked with three other mods made in Korea.

The mod sets the maximum values for penis size at 21 with a weight of 0.6, and technique at 121 with a weight of 0.4, to create the minimum and maximum climax thresholds.

It also adds a climax threshold.

Lust, Sensitivity, and Arousal.

Theo, Max, Linus, Blue, and Alex—are then added or subtracted.

For example, if the player character is with TheoMax, Linus, and Blue:

The affection for Theo would be +20, while the combined affection from Max to Blue would be -80. (This is just an example).

The resulting value then replaces the original calculation formula.

This means that even if Theo's sex ability is low, a high arousal level could still lead to high satisfaction. The more intensely the characters engage, the more satisfaction will increase.

This is all predicated on the condition that other male characters do not touch the heroine.

Additionally, the original fixed-event calculations remain unchanged, while this new formula only applies to repeatable events.

The mod also tracks the number of times a climax is reached. When the satisfaction level is 4 or higher, the affection and development levels of all male characters (except the one the heroine is currently with) are reduced by the amount of satisfaction gained.

Sender's Opinion: The modder asked me to relay this information to you. They would like to exchange ideas and discuss potential improvements with other modders.

Mod link:
Can the related patches, such as the files of the same version and the Korean language patch, also be included together? Thank you
"같은 버전의 파일이나 한국어 패치 같은 관련 패치도 함께 올려주실 수 있나요? 감사합니다."
 

drchainchair2

Member
Mar 28, 2020
411
1,071
308
Translated by GPT
I happened to see a discussion post about mods here. Last month, I created a global map mod using images from Leane2. Since it bypassed the master file and only modified the components, it should be compatible with any version.
Additionally, I tried using the English patch, but I didn't see the version of the patch. However, I noticed that the location names inside were still in Japanese. I originally wanted to see if the names on the map could also display in English normally.
This is pretty neat. It's kinda funny how well it fits with the Leane 2 map.

I made it work with the English translation, crediting this post as the source.



This was the only change that was needed, aside from text placement adjustments since the roman alphabet takes up more space.

 
Last edited:
  • Heart
Reactions: CobraPL

nickjojo

New Member
Oct 7, 2022
2
0
11
Does anyone have a premarital sex mod or file?
Or a feature that removes the restriction tied to the grindstone quantity?

혹시 결혼 전에 성관계가 가능한 모드나 파일이 있나요?
아니면 숫돌(그라인드스톤) 수량에 묶인 제한을 해제하는 기능이라도 있을까요?
 

EandY

Newbie
May 23, 2019
72
31
48
right, finished the flight attack from valkyries
it suppose to be : valkyries attack once and goes into invincible mode ( cannot be targeted) for 1 turn, in the next turn you cannot control her but at the end of next turn, se flight back do the same damage again on all enemies, very neat
only work with spear tho
 

EandY

Newbie
May 23, 2019
72
31
48
i had added some cool effect on some classes, already have a list of it and almost finished all
 

serawee

New Member
Jan 11, 2024
7
0
11
Hello
Is there a way or option to have the storehouse completely organized in about one click.
Not just per page.
 

anotherwhat743

New Member
Jan 11, 2024
1
0
36
Not sure if someone already brought this up or made a request, but is there a mod that reuse max's sex scene that can be used as vanilla for theo with the girls but replay able and not a rape statues?
 

EandY

Newbie
May 23, 2019
72
31
48
adding taunting system for tanks, sadly Lord still have to run around like a dog, but Valkyries has taunt and Valkyrie now has a new version so you can select 2 route, 1 is normal valkyrie, 1 is fallen valkyrie which need some grind on those H-stats
bard is the same, 2 route to choose, either agent cut throat or bard/gypsy
Lord will add 2 route, either vampiric or Lord sacred
Summoner, 2 routes, Beastmaster or the beast itself
thief 2 route, either consume items or attack sabotage chain explosion
 

kickmynose

New Member
Jul 2, 2020
2
1
100
Is there any possibility of making some skill can be learned from book?
I tried the ccmod for getting "Counter" for the human male in Free Mode but failed. Then I thought maybe someone is capable to create a mod like "Learnable Skills via Books" but limited to certain classes and race to make things balance.
 
Last edited:

sexyang

New Member
Nov 20, 2018
1
1
46
This is pretty neat. It's kinda funny how well it fits with the Leane 2 map.

I made it work with the English translation, crediting this post as the source.



This was the only change that was needed, aside from text placement adjustments since the roman alphabet takes up more space.

Translated by GPT
Thank you for fixing the code, which also revealed the issue of town names not displaying translations.
In addition, I fixed the issue of map completion not updating in real-time, and also made English translation patches compatible. But I haven't made the length of the text background image compatible yet because there is also a problem with the Japanese display being too long, so I will update it again later.
Currently updated to v1.006.
 
  • Like
Reactions: cantpickaname

OdinsWrath

New Member
May 4, 2018
1
1
139
This is pretty neat. It's kinda funny how well it fits with the Leane 2 map.

I made it work with the English translation, crediting this post as the source.



This was the only change that was needed, aside from text placement adjustments since the roman alphabet takes up more space.

Just thought I would make you aware of an issue with your latest version of your mod as of writing this. Your guild.tsj file has an issue on line 289 in the addPartyMember function where your are running a check if your Impregnations is turned off. You accidentally made the check "obj.ccmod_babyCheck() >= 0", so it actually stops you from adding members in the guild screen completely since the check is a true/false which returns 1 or 0, in this case the >= means both return true anyway. I think you meant it to be just > 0 here. It was a quick fix for me but just wanted to let you know. Thanks as always for the mod.
 
  • Like
Reactions: drchainchair2

drchainchair2

Member
Mar 28, 2020
411
1,071
308
Just thought I would make you aware of an issue with your latest version of your mod as of writing this. Your guild.tsj file has an issue on line 289 in the addPartyMember function where your are running a check if your Impregnations is turned off. You accidentally made the check "obj.ccmod_babyCheck() >= 0", so it actually stops you from adding members in the guild screen completely since the check is a true/false which returns 1 or 0, in this case the >= means both return true anyway. I think you meant it to be just > 0 here. It was a quick fix for me but just wanted to let you know. Thanks as always for the mod.
babyCheck returns a bool so it doesn't even need a comparison. I would never have found this since I always have that option enabled, thanks.
 

C-Zeta

Newbie
Jul 5, 2018
33
93
235
I seen the ideas. I truly wish any of you who have the desire to push this concepts foward the bestest of all luck. From what i see from this engine that Makura used it looks like a nightmareish scenario to be made. But then again. Considering what happened to a game like say. Raijin 7 P.U.K i truly believe that if there's anyone who can pull this out, is the modders.
 

EandY

Newbie
May 23, 2019
72
31
48
final testing in further gameplay, also i was thinking about something but will scrap it off since i don't have to push too much on just modding for free
 

EandY

Newbie
May 23, 2019
72
31
48
checked, fixed most of bugs, i'm sure there are some with either integration or skills of classes that i didn't have time to check, so, found bug => report
 

Iskander89

Newbie
Oct 9, 2019
31
60
206
Why there is romance restriction after pregnancy, maybe somebody knows what file and code fragment need to be edited for this rule to be canceled?
 

shuyguy1988

Member
Feb 28, 2018
111
32
213
would love to see some new outfits, cosplay like, latex like and so on
p.s a yandere polaris would be fun to see, how she forces ntr on hero's unit cause she wants him