Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

ayumu98

119
Posts
1
Topics
4,255
Followers
4
Following
A member registered Dec 27, 2023 · View creator page →

Creator of

Recent community posts

Ah, that's the 1st Torne scene w/ the gold. Looks like there was a bug which prevented it from getting unlocked. This should be fixed in 0.17.81.

Hi, I just checked, all 4 should be reachable. By "previous one", which one are you referring to (gold/stuck/statue puzzle/stuck again)?

Hi, LeafFallen posted a 100% Chinese translation based on the previous one, feel free to check it out.

Hi, thanks for the feedback.

1) I'll consider this.

2) Right click / long press a shortcut button to set it. You can also set shortcuts in Menu -> Hotkeys.

3) I'll consider this.

4) Yes. I'm also considering having characters learn semi-random skills in their own time as well.

5) Yes.

Hi, someone made a machine translation for BR-PT, it's on the website.

(4 edits)

Hi, someone is doing a Japanese translation but I expect it to take some time (~3 mo).

If you are interested in translating this game, please contact me on Discord. The source text is here.

(1 edit)

I see. I don't think it makes sense for this game because it's hard to determine what equipment is best because all weapons/armors/rings have pros and cons. Same w/ determining which party member should use a given item.

Admincat is responding to a post which read: "Get the latest version here: <suspicious link>". This post has been deleted.

Get the translation here: https://demonlordslover.ayumu98.com/#translations

In the game, go to Settings -> Translation -> Import -> select the translation zip -> select the imported translation.

(1 edit)

Hi, I'm open to this but it requires some plumbing work; I can't make a promise at this time. For now, please use the git repository.

(2 edits)

What do mean by "optimizing equipment?" You can equip / give items (e.g. tomes, potions) to companions in the current version.

I'll consider adding a character info menu.

(1 edit)

Version 0.16 had one, but it hasn't been updated for 0.17.

edit: it has been updated

https://gitgud.io/ayumu98/the-demon-lords-lover-translations

You can set the MC's name at the beginning of the game.

Thanks, I fixed it

Hi, thanks for the feedback. I changed the blurb to "a dungeon rpg and adult dating sim".

(1 edit)

Hi, thanks for the feedback. I agree that rosary/blood sacrifice needs to be rebalanced. I will think about it.

Did you get the item on B4 on her quest?

Please send me your save file on discord (use load -> export save) 

please send me your save file on discord
(use load -> export save) 

Hi, those quests are Miran-only and Viola-only by design. You can add both of them in some of the other quests.

Paila is on B2 and the herb is on B4

check here: https://gitgud.io/ayumu98/the-demon-lords-lover-translations

I have a few feats/moves/items for unarmed combat but I haven't released them yet. I'll release them all at once when I feel like the build is viable.

Seri's plot is not complete

(2 edits)

This is possible. The actions are called "Select" and "Cancel".

Hi, I edited the translation and uploaded it here: https://gitgud.io/ayumu98/the-demon-lords-lover-translations

Let me know if there are any issues.

feel free to send me the files over discord

I fixed the code to be compatible w/ both LF and CRLF.

I uploaded your translation here: https://gitgud.io/ayumu98/the-demon-lords-lover-translations

I love Pixel Dungeon, great game.

Thanks :)

I've been fixing bugs

B8

Hi, this should be fixed in 0.16.67.

TLDR the skeletons duplicated their traits on being reborn, which caused the # of hidden hostility traits to increase from 1->2->4->etc.

Thanks!

Thanks!

Thanks!

Hi, if you don't mind can you send this via discord or a filesharing site like buzzheavier? For some reason I can't download it from that site.

Probably not, sorry.

(2 edits)

The `*.scene` files are plaintext with UTF-8 encoding, no BOM, LF line endings, half-width ASCII brackets.

I made a translation guide here: https://gitgud.io/ayumu98/dll-localization

I also created a #translations channel in the Discord for translators to ask questions / coordinate.

(2 edits)

For Windows: `<root>/the-demon-lords-lover-<version>-win_Data/StreamingAssets/Localization/source/*`

Note:

* `*.scene` files define scenes. Do not translate the commands (e.g. [show portrait b|smiling]). Do not change the line breaks. Do not change the indentation.
* `grammar.json` defines nouns and pronouns which are used by `strings.json`. Supported noun forms include base, definite, indefinite, genitive, dative, accusative, instrumental, prepositional. Supported pronoun forms include subject, object, possessive, and reflexive.
* `strings.json` defines game text. You can put nouns/pronouns with `{<noun_id>|<noun_form>}`, e.g. `{actor|subject}`. Do not change the other placeholders (e.g. {damage}).

Please DM me on Discord if you need help.
* I can add support for other noun forms (e.g. vocative)
* I can validate that `*.scene` files have the right structure.
* I can validate that `grammar.json` and `strings.json` have the right keys.

(1 edit)

Hi, this should be fixed in 0.16.57.

(I changed the Android version's graphics backend from Vulcan to OpenGLES3.)