[Makura cover soft] Dungeon and Bride (alpha, upcoming, DEMO RELEASED)

reaver34

Newbie
Sep 23, 2018
74
96
People who speak English natively.
Im not a native english but when I see "MTL" next to a game I get PTSD from the many stroke I had trying to figure what the heck was going on. MTLs seems completely retarded when it comes to using the right pronouns. tired of reading that "He takes her dick into his tight pussy" bullshit.

HE is a man and SHE takes HIS dick into HER tight pussy for god sake.
probably a japanese syntax thing but man is it annoying.
 

FrogFrozen

Member
Jan 9, 2018
487
622
Im not a native english but when I see "MTL" next to a game I get PTSD from the many stroke I had trying to figure what the heck was going on. MTLs seems completely retarded when it comes to using the right pronouns. tired of reading that "He takes her dick into his tight pussy" bullshit.

HE is a man and SHE takes HIS dick into HER tight pussy for god sake.
probably a japanese syntax thing but man is it annoying.
Basically, Japanese doesn't normally use pronouns unless its a speaker talking. Narration rarely clarifies gender. The translator needs to have a brain that understands context to be able to specify the correct genders in the translation. MTL doesn't have a brain at all. So, MTL will just make up a gender.

Also, if its mostly just voice work that's left, I think that can comfortably be done within a year. Even at this guy's pace. Especially since only like half the dialogue is actually going to be voiced. (His male characters never have voices.)
 
  • Thinking Face
Reactions: wallglued

changeling

Member
Donor
Jul 5, 2017
372
532
Im not a native english but when I see "MTL" next to a game I get PTSD from the many stroke I had trying to figure what the heck was going on. MTLs seems completely retarded when it comes to using the right pronouns. tired of reading that "He takes her dick into his tight pussy" bullshit.

HE is a man and SHE takes HIS dick into HER tight pussy for god sake.
probably a japanese syntax thing but man is it annoying.
I've played a lot of games using MTL and I've gotten used to it. Believe me, you get used to it.

But machine translation technology is getting better and better, using GPTs, for example. The results end up being really good.

What really frustrates me are translations in which part of the text disappears in the dialog box. This requires intervention from the translator to avoid this kind of thing.
 

crashdingo

Member
Jan 25, 2018
218
89
hello,
i think i've started to get the hang of it regarding editing simple things to this game.
However i have stumbled in some problems

1) i have managed to edit the exp and gold drop rate for a specifc monster with notepad+.
In this case Succubus (adult).
However i couldn't change their item drop rate.
I currently have all the jp names of every items, but no luck on spawning an item (for example Wild Bull Key, aka ワイルド・ブルの鍵 )
where should i put that variable or how to change item drop from fallen enemies?

2)i have managed like i said to change exp and gold drop rate for a specific enemy.
i made the following:

i have copied the patch3.xp3 that i had from the game folder, i then copied, extract everything with Garbro into a new folder.
Then i edited (monster) with notepad+, saved the changes, then with XP3PACK i have made a new patch ( which i called patch11.xp3)

Now the problem is that it somehow erase every other mods (patches) that i have, while it does the desired effect (the increased exp and gold whenever i defeat a succubus), i would like to keep everything else too.
is there a way to fix that?

here below i will link the current files
-monster file (edited)
-patch3.xp3 from my game
-patch11.xp3 (which is patch3 but with the edited monster file in it)


tell me if i should upload the other patches

could anyone help me making my pacth11 not crashing to other patches, and if anyone knows how to edit the monster file to change the item drops?
thank you in advance for everything
 

TempusAnon

Newbie
Feb 25, 2019
44
26
hello,
i think i've started to get the hang of it regarding editing simple things to this game.
However i have stumbled in some problems

1) i have managed to edit the exp and gold drop rate for a specifc monster with notepad+.
In this case Succubus (adult).
However i couldn't change their item drop rate.
I currently have all the jp names of every items, but no luck on spawning an item (for example Wild Bull Key, aka ワイルド・ブルの鍵 )
where should i put that variable or how to change item drop from fallen enemies?

2)i have managed like i said to change exp and gold drop rate for a specific enemy.
i made the following:

i have copied the patch3.xp3 that i had from the game folder, i then copied, extract everything with Garbro into a new folder.
Then i edited (monster) with notepad+, saved the changes, then with XP3PACK i have made a new patch ( which i called patch11.xp3)

Now the problem is that it somehow erase every other mods (patches) that i have, while it does the desired effect (the increased exp and gold whenever i defeat a succubus), i would like to keep everything else too.
is there a way to fix that?

here below i will link the current files
-monster file (edited)
-patch3.xp3 from my game
-patch11.xp3 (which is patch3 but with the edited monster file in it)


tell me if i should upload the other patches

could anyone help me making my pacth11 not crashing to other patches, and if anyone knows how to edit the monster file to change the item drops?
thank you in advance for everything
You have to make them compatible by including the changes from lower numbered mods into yours. The item one I don't know about, I haven't modded in months.
 

crashdingo

Member
Jan 25, 2018
218
89
You have to make them compatible by including the changes from lower numbered mods into yours. The item one I don't know about, I haven't modded in months.
so if the pacth i am going to create is the number 6
i have to put everthing from patch 3 to 5?
or from 1 to 5?
 

crashdingo

Member
Jan 25, 2018
218
89
so if the pacth i am going to create is the number 6
i have to put everthing from patch 3 to 5?
or from 1 to 5?
okay nevermind i have managed to make it compatable
i also have found the drop file, however i don't know which items are related to which monster
 
Last edited:

crashdingo

Member
Jan 25, 2018
218
89
i think i found in the enemy.tjs file the following line
is this the one i should edit?

function getDropItem()
{
// ドロップアイテムを得る
var item, rand = random - master.party.luck * 0.02;
dm("ランダムの値 " + rand);
if(rand < 0.08 && data.dropTable[2] !== void)
{
item = master.dropTables[data.dropTable[2]].draw();
}
else if(rand < 0.24 && data.dropTable[1] !== void)
{
item = master.dropTables[data.dropTable[1]].draw();
}
else if(rand < 0.64 && data.dropTable[0] !== void)
{
item = master.dropTables[data.dropTable[0]].draw();
}
else if(rand < 0.88)
{
return getCoins();
}
if(item === void) return;
if(master.closeItems.has(item)) return;

// ランクを元にアイテムの状態を設定
// ランクが低いうちは耐久力が高いものが出やすい。一定ランクを過ぎると満遍なく出る
// また、ランクが低いうちは未鑑定のアイテムは出づらい
var min = cap(WHOLE - item.rank \ 5,, item.hasBrokenState ? 1 : BROKEN + 1);
var stat = intrandom(min, WHOLE); // ランクが5上がるごとに耐久力の下限が1下がる
if(random < (item.rank - 3) / 27) stat = -stat; // 3以下だと鑑定済み、30以上だと未鑑定が必ず出る
return %[itemData: item, state: stat];

still how can i increase the drop rate from this, and how can i specifically make an enemy drop a specific items?

thanks in advance for everything
 

changeling

Member
Donor
Jul 5, 2017
372
532
i think i found in the enemy.tjs file the following line
is this the one i should edit?

function getDropItem()
{
// ドロップアイテムを得る
var item, rand = random - master.party.luck * 0.02;
dm("ランダムの値 " + rand);
if(rand < 0.08 && data.dropTable[2] !== void)
{
item = master.dropTables[data.dropTable[2]].draw();
}
else if(rand < 0.24 && data.dropTable[1] !== void)
{
item = master.dropTables[data.dropTable[1]].draw();
}
else if(rand < 0.64 && data.dropTable[0] !== void)
{
item = master.dropTables[data.dropTable[0]].draw();
}
else if(rand < 0.88)
{
return getCoins();
}
if(item === void) return;
if(master.closeItems.has(item)) return;

// ランクを元にアイテムの状態を設定
// ランクが低いうちは耐久力が高いものが出やすい。一定ランクを過ぎると満遍なく出る
// また、ランクが低いうちは未鑑定のアイテムは出づらい
var min = cap(WHOLE - item.rank \ 5,, item.hasBrokenState ? 1 : BROKEN + 1);
var stat = intrandom(min, WHOLE); // ランクが5上がるごとに耐久力の下限が1下がる
if(random < (item.rank - 3) / 27) stat = -stat; // 3以下だと鑑定済み、30以上だと未鑑定が必ず出る
return %[itemData: item, state: stat];

still how can i increase the drop rate from this, and how can i specifically make an enemy drop a specific items?

thanks in advance for everything
You can edit your post instead of triple-posting, you know?
 

TempusAnon

Newbie
Feb 25, 2019
44
26
i think i found in the enemy.tjs file the following line
is this the one i should edit?

function getDropItem()
{
// ドロップアイテムを得る
var item, rand = random - master.party.luck * 0.02;
dm("ランダムの値 " + rand);
if(rand < 0.08 && data.dropTable[2] !== void)
{
item = master.dropTables[data.dropTable[2]].draw();
}
else if(rand < 0.24 && data.dropTable[1] !== void)
{
item = master.dropTables[data.dropTable[1]].draw();
}
else if(rand < 0.64 && data.dropTable[0] !== void)
{
item = master.dropTables[data.dropTable[0]].draw();
}
else if(rand < 0.88)
{
return getCoins();
}
if(item === void) return;
if(master.closeItems.has(item)) return;

// ランクを元にアイテムの状態を設定
// ランクが低いうちは耐久力が高いものが出やすい。一定ランクを過ぎると満遍なく出る
// また、ランクが低いうちは未鑑定のアイテムは出づらい
var min = cap(WHOLE - item.rank \ 5,, item.hasBrokenState ? 1 : BROKEN + 1);
var stat = intrandom(min, WHOLE); // ランクが5上がるごとに耐久力の下限が1下がる
if(random < (item.rank - 3) / 27) stat = -stat; // 3以下だと鑑定済み、30以上だと未鑑定が必ず出る
return %[itemData: item, state: stat];

still how can i increase the drop rate from this, and how can i specifically make an enemy drop a specific items?

thanks in advance for everything
From what I see that function is the drop rate of all the monsters. You have to look at the drop table array and edit the values to what you want them to drop.
 

crashdingo

Member
Jan 25, 2018
218
89
From what I see that function is the drop rate of all the monsters. You have to look at the drop table array and edit the values to what you want them to drop.
for the drop table array you mean the file "drop.csv"?

if so i have opened that file, there is a list of all the item (in japanese) that may be dropped by the enemy.
i have tried to change the name of some of them with items that i wanted however, they don't seems to drop.

example i have done this:
たいまつ ジャベリン ツインロッド サーベル 鉄の棒 鮮血のメイス トリプルロッド 魔法の鎖かたびら 聖なるメイス 調教師のムチ ウィローブレード 聖なる杖 マーマンズシェル (this is list of certain dropin the drop.csv file)

i then changed with some other items such as:

ワイルド・ブルの鍵 行動力増加袋 マジカルボートの巻物 マジカルボートの魔法書 スターバーストの魔法書 ドラゴンスレイヤー (just a few as example).

however everytime i am fighting (in my case succubus adult in the cave), they keep dropping the same items.

the drop.csv file just makes a list of items drops, they don't tell you which enemy drops which

From what i have heard " Drops aren't random, each mob use 3 (not sure if it is necessary 3) specific drop table, (drop tables can be found in drop.csv) "

So should i try to keep changing every line with items i want from 1 to 33 to find out which succubus adult falls into?
or is there a faster way to determine corretly where they fall into?
 

Dardalion720

Newbie
May 6, 2020
48
54
however everytime i am fighting (in my case succubus adult in the cave), they keep dropping the same items.

the drop.csv file just makes a list of items drops, they don't tell you which enemy drops which

From what i have heard " Drops aren't random, each mob use 3 (not sure if it is necessary 3) specific drop table, (drop tables can be found in drop.csv) "

So should i try to keep changing every line with items i want from 1 to 33 to find out which succubus adult falls into?
or is there a faster way to determine corretly where they fall into?
From what I remember, you can see which table a monster uses in the monster.csv file, so what you need to do is: go to the monster file, check the adult succubus drop table, go to the drop.csv file, replace all the items in the three columns with the items you want. Some items are not in the game yet, so keep a copy of the original drop table just in case
 

crashdingo

Member
Jan 25, 2018
218
89
From what I remember, you can see which table a monster uses in the monster.csv file, so what you need to do is: go to the monster file, check the adult succubus drop table, go to the drop.csv file, replace all the items in the three columns with the items you want. Some items are not in the game yet, so keep a copy of the original drop table just in case
i have managed to edit the item drop. thanks once again

also does some knows which magic spells are in lv 4,5,7,8 of alchemy magic?
likewise does someone knows which spells are in lv 8 of healing magic?

i have level up all my party to the max (to the point the could learn lv 9 tier spells)
but for some reasons they miss 1 spell in those tier of alchemy magic and healing magic

one last thing
does someone knows if it is possible to change hair color of your party member (i would like example to have the elf with blonde hair not green anymore)


edit:
alright i have found out those missing spells and they were:
return (allows to teleport back in town) holy magic
mystic eye (allows to see secret passages) alchemy
unlock (it opens chest) alchemy
i still have one missing one in tier 5 of alchemy magic
KEEP IN MIND THOSE 3 SPELLS ABOVE, at least in this demo, ARE SPELLS THAT YOU CAN'T LEARN THROUGH LEVEL UP
 
Last edited:

War9xd3

New Member
Jan 14, 2021
8
5
Where are the breast increase potions at and how do you get the females to have sex with the MC? I've read through the forum and didn't locate this information. Can someone help me out with this?
 
  • Like
Reactions: An0nM4n

Tovarishch69

Member
Feb 10, 2019
110
71
Where are the breast increase potions at and how do you get the females to have sex with the MC? I've read through the forum and didn't locate this information. Can someone help me out with this?
First things first, the breast increase potions are literally dropped from enemies, which ones? I don't know for certain. But if you are expecting a visual increase on the bust size of the females you'll be left wanting. While the size does increase it only affects the status section where all their personal and sex info is located on, basically only a number change. It doesn't actually increase the breast size of the character CG.

Second, At this point the demo does not include any sex scenes with the MC, only the bad guys. Everytime you max out your affection with a girl you'll get the "Please enjoy the continuation on the full version" message.

As a heads up, remember that this is a game from makurasoft, meaning that most likely sex scenes with the MC will be ending or near ending only, as this game focuses mainly on NTR and rape. And also I wouldn't get my hopes up about having sex with multiple or all female party members. Just like on their previous games, once you do the deed with one, all the other immediately lose interest/give up on you.
 

crashdingo

Member
Jan 25, 2018
218
89
Where are the breast increase potions at and how do you get the females to have sex with the MC? I've read through the forum and didn't locate this information. Can someone help me out with this?
sadly there isn't any mc with female scene in this demo

as for those potions, i belive there is a few chest (such as the black chest from wild bull hideout (note you need a "chest key (aka a 1 time key to open those black one)

also there is a similar potion for male where it increase his penis size (although is not available normally in this demo)
like those chest key and the male potion you need to edit the drop file for that
 

fuccboi2008

Member
Oct 4, 2018
132
339
So exactly how much is in the game so far? I can't go to god's mountain or the amazon dungeon. I've done all the quests besides model wanted 2, did the witch dungeon, bullied Alex, got the mermaid statue, and kill the ice dragon.
 

LewdGamer9000

New Member
Oct 9, 2023
5
4
So exactly how much is in the game so far? I can't go to god's mountain or the amazon dungeon. I've done all the quests besides model wanted 2, did the witch dungeon, bullied Alex, got the mermaid statue, and kill the ice dragon.
This is the demo. Wait for the full game with us, tentatively may be released on March but likely on December this year, judging from the developer's record.
 

FrogFrozen

Member
Jan 9, 2018
487
622
As a heads up, remember that this is a game from makurasoft, meaning that most likely sex scenes with the MC will be ending or near ending only, as this game focuses mainly on NTR and rape. And also I wouldn't get my hopes up about having sex with multiple or all female party members. Just like on their previous games, once you do the deed with one, all the other immediately lose interest/give up on you.
Actually, this one is looking to be the most lenient about letting you have sex with the girls long before the ending. Some datamining (Here's the post.) found that straight up marrying the girls does occur and isn't an ending. You can continue to adventure with your wife and NTR can still happen to her.

Or at least, that was the plan in the code at the time. Those scenario rewrites he did since may have changed that.