Create and Fuck your AI Slut -70% OFF
x

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

dtester1

Newbie
Dec 28, 2017
16
9
190
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?
The likePlayerCharacter function in chara.tjs has a bunch of checks that stops the heroines from liking the PC: previous pregnancies, having 30+ partners, "fallen" state (>50 development with any rival), and if PC love drops below any rival love (this is at least reversable). ccmod disables most of those if you have the various mod options on.
 

Iskander89

Newbie
Oct 9, 2019
31
60
206
The likePlayerCharacter function in chara.tjs has a bunch of checks that stops the heroines from liking the PC: previous pregnancies, having 30+ partners, "fallen" state (>50 development with any rival), and if PC love drops below any rival love (this is at least reversable). ccmod disables most of those if you have the various mod options on.
Hmm I have CCmod installed but restrictions still works, can you link me your version of mod?
 

dtester1

Newbie
Dec 28, 2017
16
9
190
Just using the standard one


Line 4622
JavaScript:
    function likePlayerChara()
    {
        // 現在、主人公のことが好きかどうかを返す
        if(pregnantCount > 0 && !sf.ccmod_MoreImpregnations) return false;    // 妊娠済みならもう気にしない
        if(getTotalSexCount(true, sf.ccmod_HarsherCaptures) >= 30 && !sf.ccmod_HardNTR) return false;    // 他の男とやりまくっていたらもう気にしない
        for(var i = 0; i < master.lovers.count; i++)
        {
            if(master.lovers[i] == master.playerChara) continue;
            if(isFallen(master.lovers[i]) && !sf.ccmod_HardNTR) return false;    // 他の男に開発されていたらもう気にしない
            dm("好感度   " + master.lovers[i].name + "  " + love[master.lovers[i].img]);
            if(love[master.lovers[i].img] >= love[master.playerChara.img]) return false;
                // 他の男が好きだったら今は気にしない
        }
        return true;
    }
So you need a couple options set:
- More Impregnations to disable dislike after pregnancy
- Hard NTR to disable dislike from total sex count and "fallen state" (development > 50)

Again, the heroine also needs to like the protag more than anyone else, but that can be adjusted through various actions, except it seems if it hits 100 for a rival. Don't know if there's additional restrictions elsewhere once you proposed or get married.
 

Iskander89

Newbie
Oct 9, 2019
31
60
206
Just using the standard one


Line 4622
JavaScript:
    function likePlayerChara()
    {
        // 現在、主人公のことが好きかどうかを返す
        if(pregnantCount > 0 && !sf.ccmod_MoreImpregnations) return false;    // 妊娠済みならもう気にしない
        if(getTotalSexCount(true, sf.ccmod_HarsherCaptures) >= 30 && !sf.ccmod_HardNTR) return false;    // 他の男とやりまくっていたらもう気にしない
        for(var i = 0; i < master.lovers.count; i++)
        {
            if(master.lovers[i] == master.playerChara) continue;
            if(isFallen(master.lovers[i]) && !sf.ccmod_HardNTR) return false;    // 他の男に開発されていたらもう気にしない
            dm("好感度   " + master.lovers[i].name + "  " + love[master.lovers[i].img]);
            if(love[master.lovers[i].img] >= love[master.playerChara.img]) return false;
                // 他の男が好きだったら今は気にしない
        }
        return true;
    }
So you need a couple options set:
- More Impregnations to disable dislike after pregnancy
- Hard NTR to disable dislike from total sex count and "fallen state" (development > 50)

Again, the heroine also needs to like the protag more than anyone else, but that can be adjusted through various actions, except it seems if it hits 100 for a rival. Don't know if there's additional restrictions elsewhere once you proposed or get married.
I have the same options enabled but still "disliked" maybe my version of mod is damaged. Thank you my friend, now I know that there is a solution
 

dtester1

Newbie
Dec 28, 2017
16
9
190
Made a mod some folks may be interested in:



Base game 1.40 + Xebit translation required (1.41 may work, doesn't seem touch any of these files). See readme below. If anyone runs into issues, let me know.

Dungeon and Bride Better Inventory
Game Version: 1.40 with Xebit translation
Sortable Inventory for Storage Warehouse

This mod provides automated inventory sorting for the Storage Warehouse. No more painstakingly manually organizing your inventory or wading through pure chaos!

food_drink.png instruments.png


To sort, go into the Warehouse storage selection screen, click the purple sorting button right above the standard green sorting button. The button does not do anything if a character's inventory is shown; it only functions when the storage 'chest' is opened.


The storage will automatically sort in predefined categories based on the item type, with each category starting on a new page. The page count is dynamic, designed to provide 5 blank pages at the end for new items to be sorted. Copies of the same items are grouped together.


The initial storage size is 99 pages for compatibility, but will shrink to fit your inventory on the first sort.


The sorting button also works for the Locker Room, but it's not very useful there.

The Details

The categories are based on the 'type' parameter the game defines in item.tsv from the base game. Multiple types are grouped in the following main categories:


  1. Event items of all types (see below)
  2. "Other" items: other, key, card
  3. Food/drink: drink, food, dish
  4. Consumable items: consumes, consume, money, fixedMoney
  5. Materials: material, pot
  6. Body armor (torso/legs): plate, scale, robe, braarmor
  7. Torso armor: breast, leather
  8. Leg armor: hipplate, pantsarmor, hipscale
  9. Arm armor: gauntlet, glove
  10. Foot armor: boots, sandal
  11. Clothing: tunic, camisole, leotard, cloth, pants, skirt
  12. Underwear: bra, panties, shorts
  13. Shell beachwear: shell (does not include shell necklace or shell charm, see accessories)
  14. Rings: ring
  15. Accessories: necklace, amulet
  16. Shields: tower, shield, buckler, round
  17. Swords: gsword, sword, ssword, ldagger, dagger
  18. Long Arms: spear, pole
  19. Axes: poleax, axe, handax
  20. Blunt: sledge, hammer, club, mace
  21. Mage implements: staff, rod, wand
  22. Bows: longbow, bow
  23. Instruments: harp, drum, shaker
  24. Misc Weapons: chain, rope, cakram, boomerang, tonfa
  25. Any items not categorized (for debugging)

"Event" items (tagged by the 'event' parameter in item.tsv) of any type are stored on the first page since they are usually important/unique. They are all stored on the same page(s), but are still sorted by the above type.


If a category has no items in storage, its page is skipped to avoid lots of empty pages in the early game.

Installation

Drop patch3.xp3 into the game base folder.

Known Issues

No currently known issues.


The sorter shouldn't eat any of your items, but corner cases may exist, so always keep a backup save! It's been tested with 450+ items of every category without issue. You can track the number of items into/out of the sorter in the debug console; just run the game from the command line. If the number of items changes before/after sorting, a pop-up window also pops with an error to warn you.


Removing the mod should be safe, as long as you're using less storage pages than whatever you're moving to (base game or mod). This mod doesn't store any custom data to your save files.

Compatibility

Compatible with Xebit's translation since this is built on top of it. Incompatible with any mod that touches inventory.tjs or treasure.tjs, which includes ccmod.

Usage in other mods

Feel free to incorporate in any of your mod projects, please just provide a credit to myself (dtester) for the usage.

Credits

  • Makura cover soft: The game itself
  • Xebit: Translation
  • chainchariot: ccmod for inspiration to dive into the code
Changelog

2025-09-29: Initial release
 

ChupacabraGonzales

Active Member
Jun 19, 2018
831
1,422
305
Made a mod some folks may be interested in:



Base game 1.40 + Xebit translation required (1.41 may work, doesn't seem touch any of these files). See readme below. If anyone runs into issues, let me know.
Is there any way to transpose the placement so that items are distributed over the 8 horizontal slots instead of the 7 vertical one?
 

dtester1

Newbie
Dec 28, 2017
16
9
190
Not easily, unfortunately. I'm using the game's internal placing logic, which uses a number of different functions spread out across multiple classes and files, and the item grid is naturally stored vertically first. It's possible to change with quite a bit of effort, but it would affect behavior outside of this sorting function unless I completely recreate the whole calling stack.

If there's significant demand I could look further into it, but as of now there's other QoL tweaks I'd prefer to focus on.
 

RobAlson244

Member
May 14, 2023
152
156
159
I have a request for a mod if it's even possible to do. When creating a character at the guild, would it be possible to have it so that sometimes, the randomized character isn't a virgin at start? Maybe even ones who are listed as mother status when joining. I feel like this would make the game more immersive than it already is.

If it's not possible because of how the game is coded then that's ok.
 

Eigil84

Newbie
Aug 28, 2025
17
24
13
Please understand that the contents below were written through a translator.

Long time no see. I'm posting again because I've worked on it little by little since I posted it before.

It took me a long time because the working hours of the day were at most 1-2 hours. Sorry.

The following posts have a site that was originally distributed, so I copied and pasted what I posted on it. Please understand.


In addition, the creator of the Korean patch file is reluctant to disclose his patch and work using the patch, so he inquired about sharing the link here.

---------------------
added.
Unfortunately, the producer of the Korean patch has prohibited sharing on other sites if his source code is included.

We can't share it on this site because we respect the producer's decision.
It may be cumbersome to use this mode, but you need to access the site through the link above and decrypt and download the download link in accordance with the site's regulations after signing up.

Please excuse me.
-------------------

It may be inconvenient, but please download it through the link below,
I want you to wait for the permission.



Please note that the above site indirectly exposes the shared link of the data (encryption processing of the link).



Hereinafter, this is the original text of the post written in the original distribution site.

========================================

Before introducing the mod, I would like to give you a caveat.

This mode is preceded by 1.40 Korean patch.

Due to the structure of the mod file, internal files overlap, which is not compatible with other versions and is not compatible with older modes.

(To be precise, overlapping files between mod files should take precedence when the XX portion of the file name patchXX.xp3 is subordinated; this creates compatibility issues.)


Please be aware of this and do not combine it with other versions or other modes.


I'll update the version later. Due to the current situation, I don't have time to update every time.



Introducing the mode.

Dungeon and Bride had less content to expect from the [yah] game than expected.

And there were a lot of regrets because the elements of NTR were limited, and this mode was created to reinforce this point.

In addition, we have created some defensive or NTRL-like elements as a backlash against elements that are only unilaterally taken away, and we will continue to add them.



I will add screenshots, videos, etc. when I have time later. Please refer to my previous posts before that.


A brief introduction to the mod feature.


1. The calculation formula for the number of sexual intercourse, the number of female organisms, and the final satisfaction was changed.


2. More than a certain number of organisms and satisfaction results in a decrease in affection/development for men other than men who have sex,

If the affection level is already below zero, alertness (shield) will be added.


3. Segmentation of grade evaluation based on the sexual ability of male characters

The evaluation and reputation of sexual experience available in Northrop Village have been subdivided.


4. Item added and modified, currently 2 types.

An item named Leap of Alert has been added and is now reflected in some drop tables.

When using the item, it increases alertness to other men by 1 instead of consuming some of the affection for the main character (Theo).

However, since it is to create a sense of alertness while leaving the degree of affection as it is, if you consume all of the alertness for some reason, the degree of affection is restored.

This item has been added to some drop tables.

For magic locks, it has been changed from consumption type to probabilistic consumption type.



5. Added event for Theo's sexual experience A.

If you meet certain conditions with your maiden/unmarried co-worker, you can have a union-non-insertion relationship at the inn. Compared to other events, there are many conditions and they are high.


6. Added event for Theo's sexual experience B.

If you meet certain conditions with a non-wife/unmarried generative colleague, you can have a partnership-insertion at the inn.


7. Added event for Theo's sexual experience C.

If certain conditions are met, you can have a collateral-insertion relationship with your mercenary (Amazones, etc.) colleagues at the inn.


8. Male characters date female characters if they meet certain conditions and the probability of schedule occurrence in the village.

You can have sex depending on the additional conditions.


9. Sexual harassment on the road - Rape Event

Sexual harassment of female members (including guests and mercenaries) if they satisfy the probability of occurrence and certain conditions during map movement.

If additional conditions are met, they will have a relationship beyond sexual harassment (insertion/non-insertion).

*Please note that sexual harassment alone will reduce alertness.


10. an incendiary action in combat

During combat, rut behavior occurs regardless of gender, depending on the probability of occurrence and certain conditions.

For women, it changes the excitement of male characters,

In the case of men, the excitement of the targeted female character is increased, and depending on the target, the equipment is removed.

Additionally, depending on the additional conditions, you may ignore the previous command.


11. a post-battle rift

The battle ends, and rutting behavior occurs regardless of gender, depending on the probability of occurrence and certain conditions.

For women, it changes the excitement of male characters,
Men change the excitement of female characters or have a relationship if certain conditions are met.


12. A rutting event in the dorm

In this installment, Max and Linus also generate an additional event of excitement generated by Milledi according to probability.

However, the probability and excitement increases are different.


13. reverse sex when a woman meets some kind of condition after a map shift/fight

In the case of married women, even if they are having an affair, they only sex at their husbands for now.


In addition, the functions of No. 8 to 11 naturally change the sexual experience, excitement, affection, development, etc.

In addition, sexual harassment/sexual metabolism currently has no more than three variations and plans to add little by little.

However, the connection between sentences can be awkward because it is output in the form of a combination of metabolic templates.

In addition, due to the extreme mode creator's arbitrary interpretation of the character and poor writing skills, it may not match the character you think.


Please understand this.


Features to add later


1. Sandra Event

- I feel sorry for Theo, so I need to help him

(Even in the original in-game, there is a content that secretly cares about Blue's unreasonable contract terms and conditions, saying that he will try to block them as much as possible.)

If you stay in one room under certain conditions, you will have a relationship.

Theo will then go through a definitive technique rise, and the event will take place in several stages.

However, it does not affect Blue and Sandra's actions in the original.


2. a banquet

- As you may have seen in the video of the previous post, you can have a banquet at a pub in the village with a large amount of money.

There are random conversations and random events (drinking of male characters - sexual harassment, etc.) at the banquet, and finally, Theo is scheduled to have a definite increase in affection.

Of course, there may be a higher likability to other male characters due to random events.

- Derived from this, the darkroom event below can also be linked.


3. Theo's dating event in town

- A short event where Theo dates female characters at certain spots in town. Confirmed affection is also set to rise.


4. The dark room event at the dorm

- If you are tired or drunk at a banquet, Theo falls asleep as soon as you return to your accommodation, and the room assignments are randomly processed.

Theo will only be able to guess from the character's H Status window the next morning.


5. Alex's surprise/kidnapping

- Alex appears in the field, waging a fight or kidnapping a colleague.

I have a definite NTR in mind, but I'm also thinking of giving it 1~3 days to spare.


6. Accommodation - stable/warehouse event

- If a woman stays alone in the location, interfacing/rape by the Mob character may occur.


7. Brothel

- We are planning to add a windowpane to the Sapphire City.

a. In Brothel, you can leave your colleagues, and in this case, you can earn money at any given time.

b. You can completely sell your co-workers to Brotheland delete them (get some money)

c. Alternatively, you can randomly generate and hire a prostitute (sexually experienced) from the Brothel.

d. I'm considering buying a specific item from Brothel that will be associated with other planned/scheduled functions. I'm catching items with sexual factors such as condoms.


8. Lizzel Subsequent Event

- It is an event that will be applied when the Lizzel Soonae route is completed in the formula,

Lizzel NTR Route -> You can see it when you join the last half

You have sex with Theo when you stay in one room after meeting certain conditions.


At this time, branches occur according to Theo's performance.


More than equivalent to Blue: Go to what is commonly called a hoopy house (regret skin obsession) route in the subculture, and urge married Theo to divorce or make himself a sepah

It develops by suggesting mutual infidelity, etc,

If it doesn't reach Blue: It lowers Theo's self-esteem compared to Blue in every case. He scratches gently, but feels like he's using it because his already developed body needs a bio-dildo. Of course, if you engage him with Max, he'll fall asleep because he likes it.


In addition, there are a few other functions that are being planned or considered, but I won't leave them for now.


That's all, and thank you.



Add.


There are problems such as standing CG coming out as normal clothes. It will be revised later.

The processing of changing the text may be awkward. It will be modified later.


-------------
25.10.07 12:40 Modify.

I've added some in-game screenshots and videos to modify and refer to the content.
evt_a_1.png evt_a_2.png
View attachment evt_a_3.webp

View attachment NTRL.webp

keep_virgin.png
not_virgin.png
evt_c_2.png




View attachment evt_b_1.webp View attachment evt_c_1.webp
 
Last edited:

xellos616

Well-Known Member
May 5, 2020
1,127
828
278
Bug in CCMOD after ccmod update
The Wild Bull has stopped kidnapping girls in free game in the tavern and while exploring the world.
 

RobAlson244

Member
May 14, 2023
152
156
159
Hello, I just have a couple of questions. Just to help with context, I'm on version 1.37 of the game.

1. What am I missing that makes it so I can't use the remaining ccmod options?

You don't have permission to view the spoiler content. Log in or register now.

2. I heard that Blue could be defeated during the date under certain conditions, I recently had a file where I went in as a lvl 35 Lord. What are these conditions that allow the defeating of Blue?

I understand that the NTR is unavoidable, even if you beat Blue, but I want to see what happens.

Also, I don't know if the dev will see this but I have an idea on how to rewrite the story to make the NTR avoidable, just make the possibility to defeat Blue official and change the story that way. That should have the least amount of re-writing.

Thank you.
 

CobraPL

NTR PALADIN
Donor
Sep 3, 2016
2,502
4,798
510
Please understand that the contents below were written through a translator.

Long time no see. I'm posting again because I've worked on it little by little since I posted it before.

It took me a long time because the working hours of the day were at most 1-2 hours. Sorry.

The following posts have a site that was originally distributed, so I copied and pasted what I posted on it. Please understand.


In addition, the creator of the Korean patch file is reluctant to disclose his patch and work using the patch, so he inquired about sharing the link here.

---------------------
added.
Unfortunately, the producer of the Korean patch has prohibited sharing on other sites if his source code is included.

We can't share it on this site because we respect the producer's decision.
It may be cumbersome to use this mode, but you need to access the site through the link above and decrypt and download the download link in accordance with the site's regulations after signing up.

Please excuse me.
-------------------

It may be inconvenient, but please download it through the link below,
I want you to wait for the permission.



Please note that the above site indirectly exposes the shared link of the data (encryption processing of the link).



Hereinafter, this is the original text of the post written in the original distribution site.

========================================

Before introducing the mod, I would like to give you a caveat.

This mode is preceded by 1.40 Korean patch.

Due to the structure of the mod file, internal files overlap, which is not compatible with other versions and is not compatible with older modes.

(To be precise, overlapping files between mod files should take precedence when the XX portion of the file name patchXX.xp3 is subordinated; this creates compatibility issues.)


Please be aware of this and do not combine it with other versions or other modes.


I'll update the version later. Due to the current situation, I don't have time to update every time.



Introducing the mode.

Dungeon and Bride had less content to expect from the [yah] game than expected.

And there were a lot of regrets because the elements of NTR were limited, and this mode was created to reinforce this point.

In addition, we have created some defensive or NTRL-like elements as a backlash against elements that are only unilaterally taken away, and we will continue to add them.



I will add screenshots, videos, etc. when I have time later. Please refer to my previous posts before that.


A brief introduction to the mod feature.


1. The calculation formula for the number of sexual intercourse, the number of female organisms, and the final satisfaction was changed.


2. More than a certain number of organisms and satisfaction results in a decrease in affection/development for men other than men who have sex,

If the affection level is already below zero, alertness (shield) will be added.


3. Segmentation of grade evaluation based on the sexual ability of male characters

The evaluation and reputation of sexual experience available in Northrop Village have been subdivided.


4. Item added and modified, currently 2 types.

An item named Leap of Alert has been added and is now reflected in some drop tables.

When using the item, it increases alertness to other men by 1 instead of consuming some of the affection for the main character (Theo).

However, since it is to create a sense of alertness while leaving the degree of affection as it is, if you consume all of the alertness for some reason, the degree of affection is restored.

This item has been added to some drop tables.

For magic locks, it has been changed from consumption type to probabilistic consumption type.



5. Added event for Theo's sexual experience A.

If you meet certain conditions with your maiden/unmarried co-worker, you can have a union-non-insertion relationship at the inn. Compared to other events, there are many conditions and they are high.


6. Added event for Theo's sexual experience B.

If you meet certain conditions with a non-wife/unmarried generative colleague, you can have a partnership-insertion at the inn.


7. Added event for Theo's sexual experience C.

If certain conditions are met, you can have a collateral-insertion relationship with your mercenary (Amazones, etc.) colleagues at the inn.


8. Male characters date female characters if they meet certain conditions and the probability of schedule occurrence in the village.

You can have sex depending on the additional conditions.


9. Sexual harassment on the road - Rape Event

Sexual harassment of female members (including guests and mercenaries) if they satisfy the probability of occurrence and certain conditions during map movement.

If additional conditions are met, they will have a relationship beyond sexual harassment (insertion/non-insertion).

*Please note that sexual harassment alone will reduce alertness.


10. an incendiary action in combat

During combat, rut behavior occurs regardless of gender, depending on the probability of occurrence and certain conditions.

For women, it changes the excitement of male characters,

In the case of men, the excitement of the targeted female character is increased, and depending on the target, the equipment is removed.

Additionally, depending on the additional conditions, you may ignore the previous command.


11. a post-battle rift

The battle ends, and rutting behavior occurs regardless of gender, depending on the probability of occurrence and certain conditions.

For women, it changes the excitement of male characters,
Men change the excitement of female characters or have a relationship if certain conditions are met.


12. A rutting event in the dorm

In this installment, Max and Linus also generate an additional event of excitement generated by Milledi according to probability.

However, the probability and excitement increases are different.


13. reverse sex when a woman meets some kind of condition after a map shift/fight

In the case of married women, even if they are having an affair, they only sex at their husbands for now.


In addition, the functions of No. 8 to 11 naturally change the sexual experience, excitement, affection, development, etc.

In addition, sexual harassment/sexual metabolism currently has no more than three variations and plans to add little by little.

However, the connection between sentences can be awkward because it is output in the form of a combination of metabolic templates.

In addition, due to the extreme mode creator's arbitrary interpretation of the character and poor writing skills, it may not match the character you think.


Please understand this.


Features to add later


1. Sandra Event

- I feel sorry for Theo, so I need to help him

(Even in the original in-game, there is a content that secretly cares about Blue's unreasonable contract terms and conditions, saying that he will try to block them as much as possible.)

If you stay in one room under certain conditions, you will have a relationship.

Theo will then go through a definitive technique rise, and the event will take place in several stages.

However, it does not affect Blue and Sandra's actions in the original.


2. a banquet

- As you may have seen in the video of the previous post, you can have a banquet at a pub in the village with a large amount of money.

There are random conversations and random events (drinking of male characters - sexual harassment, etc.) at the banquet, and finally, Theo is scheduled to have a definite increase in affection.

Of course, there may be a higher likability to other male characters due to random events.

- Derived from this, the darkroom event below can also be linked.


3. Theo's dating event in town

- A short event where Theo dates female characters at certain spots in town. Confirmed affection is also set to rise.


4. The dark room event at the dorm

- If you are tired or drunk at a banquet, Theo falls asleep as soon as you return to your accommodation, and the room assignments are randomly processed.

Theo will only be able to guess from the character's H Status window the next morning.


5. Alex's surprise/kidnapping

- Alex appears in the field, waging a fight or kidnapping a colleague.

I have a definite NTR in mind, but I'm also thinking of giving it 1~3 days to spare.


6. Accommodation - stable/warehouse event

- If a woman stays alone in the location, interfacing/rape by the Mob character may occur.


7. Brothel

- We are planning to add a windowpane to the Sapphire City.

a. In Brothel, you can leave your colleagues, and in this case, you can earn money at any given time.

b. You can completely sell your co-workers to Brotheland delete them (get some money)

c. Alternatively, you can randomly generate and hire a prostitute (sexually experienced) from the Brothel.

d. I'm considering buying a specific item from Brothel that will be associated with other planned/scheduled functions. I'm catching items with sexual factors such as condoms.


8. Lizzel Subsequent Event

- It is an event that will be applied when the Lizzel Soonae route is completed in the formula,

Lizzel NTR Route -> You can see it when you join the last half

You have sex with Theo when you stay in one room after meeting certain conditions.


At this time, branches occur according to Theo's performance.


More than equivalent to Blue: Go to what is commonly called a hoopy house (regret skin obsession) route in the subculture, and urge married Theo to divorce or make himself a sepah

It develops by suggesting mutual infidelity, etc,

If it doesn't reach Blue: It lowers Theo's self-esteem compared to Blue in every case. He scratches gently, but feels like he's using it because his already developed body needs a bio-dildo. Of course, if you engage him with Max, he'll fall asleep because he likes it.


In addition, there are a few other functions that are being planned or considered, but I won't leave them for now.


That's all, and thank you.



Add.


There are problems such as standing CG coming out as normal clothes. It will be revised later.

The processing of changing the text may be awkward. It will be modified later.


-------------
25.10.07 12:40 Modify.

I've added some in-game screenshots and videos to modify and refer to the content.
View attachment 5318889 View attachment 5318890
View attachment 5318887

View attachment 5318891

View attachment 5318892
View attachment 5318905
View attachment 5318903




View attachment 5318900 View attachment 5318901
Could you provide working video link? Any news about the mod?
 
  • Like
Reactions: Eigil84

cantpickaname

Member
Jan 27, 2020
228
361
106
Working on a mod to improve the map navigation. I'm trying to generate a world map right now, has anyone made a world map already?