Zoe5005 Posted December 21, 2025 Posted December 21, 2025 Is there an english translation for this mod? https://steamcommunity.com/sharedfiles/filedetails/?id=3432168693
grazarid Posted December 21, 2025 Posted December 21, 2025 3 hours ago, Hopi2000 said: Is there an english translation for this mod? https://steamcommunity.com/sharedfiles/filedetails/?id=3432168693 Hi, I searched on Steam starting from the mod author's page, and I found a translation for the author's other mod: https://steamcommunity.com/sharedfiles/filedetails/?id=3265771115 made by just a jar: https://steamcommunity.com/sharedfiles/filedetails/?id=3266027389 However, he has not done a translation for this mod, but it is not impossible that he will do a translation in the future. On my end, I've been trying to do a translation for about 3 hours now, but without success. At first, I thought the method I was using wasn't working because of my recent PC change from Windows 10 to Windows 11, but when I tried it on my old PC, it didn't work either, and worse, my old translations no longer work either when I try to use the localization.exe file to create the .loc2 or .loc file.
Zoe5005 Posted December 22, 2025 Posted December 22, 2025 1 hour ago, grazarid said: Hi, I searched on Steam starting from the mod author's page, and I found a translation for the author's other mod: https://steamcommunity.com/sharedfiles/filedetails/?id=3265771115 made by just a jar: https://steamcommunity.com/sharedfiles/filedetails/?id=3266027389 However, he has not done a translation for this mod, but it is not impossible that he will do a translation in the future. On my end, I've been trying to do a translation for about 3 hours now, but without success. At first, I thought the method I was using wasn't working because of my recent PC change from Windows 10 to Windows 11, but when I tried it on my old PC, it didn't work either, and worse, my old translations no longer work either when I try to use the localization.exe file to create the .loc2 or .loc file. Thank you so much for trying! I´m sorry it didn´t work, especally after you put in so much time. I just found that I have the NFSW skins for the class, if anyone is interested I can upload it, but the class is really hard to play without a translation.
AHAPPYDAY Posted December 22, 2025 Posted December 22, 2025 3 hours ago, Hopi2000 said: Thank you so much for trying! I´m sorry it didn´t work, especally after you put in so much time. I just found that I have the NFSW skins for the class, if anyone is interested I can upload it, but the class is really hard to play without a translation. Sorry, the NSFW version of this character is a paid version, I just asked the original author for his opinion, he expressed his objection, I don't know how you got it, please don't spread it 1
Disrok Posted December 22, 2025 Posted December 22, 2025 3 hours ago, grazarid said: Hi, I searched on Steam starting from the mod author's page, and I found a translation for the author's other mod: https://steamcommunity.com/sharedfiles/filedetails/?id=3265771115 made by just a jar: https://steamcommunity.com/sharedfiles/filedetails/?id=3266027389 However, he has not done a translation for this mod, but it is not impossible that he will do a translation in the future. On my end, I've been trying to do a translation for about 3 hours now, but without success. At first, I thought the method I was using wasn't working because of my recent PC change from Windows 10 to Windows 11, but when I tried it on my old PC, it didn't work either, and worse, my old translations no longer work either when I try to use the localization.exe file to create the .loc2 or .loc file. Oh I think I know whats going on. If your using a bat file to run the localization.exe file like I did then the problem is that the devs changed the location of the localization.exe from "_windows" to "_windows/win32". Or at least thats what I think happened since I dont remember having this problem ever and localization.bat was updated this year.
AHAPPYDAY Posted December 22, 2025 Posted December 22, 2025 5 hours ago, grazarid said: Hi, I searched on Steam starting from the mod author's page, and I found a translation for the author's other mod: https://steamcommunity.com/sharedfiles/filedetails/?id=3265771115 made by just a jar: https://steamcommunity.com/sharedfiles/filedetails/?id=3266027389 However, he has not done a translation for this mod, but it is not impossible that he will do a translation in the future. On my end, I've been trying to do a translation for about 3 hours now, but without success. At first, I thought the method I was using wasn't working because of my recent PC change from Windows 10 to Windows 11, but when I tried it on my old PC, it didn't work either, and worse, my old translations no longer work either when I try to use the localization.exe file to create the .loc2 or .loc file. maybe you can use this new loc2 new loc2.7z
AHAPPYDAY Posted December 22, 2025 Posted December 22, 2025 9小时前,Hopi2000说: 这个模组有英文翻译吗? https://steamcommunity.com/sharedfiles/filedetails/?id=3432168693 The original author has expressed his intention to make an English version in the future, but the text is large so the quality will not be too good
grazarid Posted December 22, 2025 Posted December 22, 2025 10 hours ago, Hopi2000 said: Thank you so much for trying! I´m sorry it didn´t work, especally after you put in so much time. I just found that I have the NFSW skins for the class, if anyone is interested I can upload it, but the class is really hard to play without a translation. Don't worry even if i don'y really play the game anymore i really like to work on darkest dungeon mods or translate. The good point is that we just have to wait for a translation. I retried with the new loc2 files but it don't work the same message appears : "Building Languages Couldn't find english language?!?" TBH i don't know how .xml works i just replace the chinese text by a traduction and change the language id. 1
Imphy24 Posted December 22, 2025 Posted December 22, 2025 11 hours ago, Hopi2000 said: Thank you so much for trying! I´m sorry it didn´t work, especally after you put in so much time. I just found that I have the NFSW skins for the class, if anyone is interested I can upload it, but the class is really hard to play without a translation. Would you mind sharing? I'm not interested in the translation since I don't play the game anymore, but I love checking the nsfw mods
Disrok Posted December 22, 2025 Posted December 22, 2025 (edited) 4 hours ago, grazarid said: Don't worry even if i don'y really play the game anymore i really like to work on darkest dungeon mods or translate. The good point is that we just have to wait for a translation. I retried with the new loc2 files but it don't work the same message appears : "Building Languages Couldn't find english language?!?" TBH i don't know how .xml works i just replace the chinese text by a traduction and change the language id. That happens because it want there to be a language tag for english in the string_table.xml file. it could have no entries and still work. shortest Ive done is write '<language id="english"/>' before the '</root>' ending tag. another way is to write '<language id="english"></language>' keeping the opening tag and ending tag separate. Edited December 22, 2025 by Disrok
S3N4SUK1 Posted December 22, 2025 Posted December 22, 2025 Not a mod but when I downloaded Lustiest Lair, I went trough the designs out of curiosity and thought that the skins the mod uses for beastmaster and particularly antiquarian are kinda rough. I haven't done any modding on this game, but tried my own hand at a antiquarian design based off of the original and the one in LLE. Since I have no idea where else to post it, I'll do it here and excuse myself for being slightly off-topic. Wouldn't be against the idea of cleaning up the design and making it into a proper skin, depending on demand. It's not particularly polished yet but I hope someone likes it either way. The colour variants are, unfortunately, just a flat hue change due to me fucking up my layers and being too lazy to fix it. Feedback welcome regardless. Spoiler 7
Fasterflight225 Posted December 23, 2025 Posted December 23, 2025 Been a while, hasn't it? Someone asked me to port the Cult of the Lamb reskin, of Xelsword's Occultist, to the Overlord mod... so I did. https://mega.nz/file/jihDVDzL#-SlhvNyAE3_fC8DuzQ2U8sWoo3MdXJtqrbQ-9gv1H4o 5
Dra_Lexx Posted December 23, 2025 Posted December 23, 2025 Can someone help me with skin porting? Im trying to port this abomination skin into renewed Seraph Class. I cant figure out why is combat animation is just static and is it have something with combat_beast anims? ( how must this _beast anims work on abomination anyway). seraph.7z
niknerozz Posted December 23, 2025 Posted December 23, 2025 3 hours ago, Dra_Lexx said: Can someone help me with skin porting? Im trying to port this abomination skin into renewed Seraph Class. I cant figure out why is combat animation is just static and is it have something with combat_beast anims? ( how must this _beast anims work on abomination anyway). seraph.7z 27.72 MB · 1 download Certain heroes has many modes like Abom. Their combat animation/skel has many sets of animation. What to do? This is only guideline; not a good instruction. 1. In folder heroes/abomination, open abomination.info with notepad++ (or the crappy default notepad). 2. Cross reference on how they do the code. Study a bit for your future modding work. 3. Ignore step 2 if u lazy. In your seraph.info, add a new line "mode: .id human .is_raid_default true" . It shouldn't matter where you put it, as long it's a new line. 4. If you don't ignore step 2; Check what mode the Seraph has. Change those to human and beast, since you are using Abom combat animation. I assume you are using new Seraph; the one that has 2 modes. 1
DunDun00 Posted December 24, 2025 Posted December 24, 2025 Does anyone have access to this skin and will be willing to share? https://afdian.com/album/4fa5c44ed50311f0b91752540025c377
Dra_Lexx Posted December 24, 2025 Posted December 24, 2025 On 12/23/2025 at 6:00 PM, niknerozz said: Certain heroes has many modes like Abom. Their combat animation/skel has many sets of animation. Thx I got it. So I finished this seraph skin. Also made anaertailin abomination skin for Werewolf class. It's not very good, but for me its enough. Spoiler seraph.7z werewolf.7z 7
Blade_Runner Posted December 26, 2025 Posted December 26, 2025 So, question, sorry if I'm retreading old ground. The Darkest Desires mod available on Steam (the one with the japanese description) seems to have been updated up to very recently, and I tried to load it on my modlist above LLE and it works perfectly fine (I'd even say it enhances the overall experience considerably), with no problems whatsoever up to this point, and my LLE savefile got a VERY LONG modlist. Am I missing something? The last time I checked this thread it supposedly was very out of date and it wasn't recommended trying to mix up the two mods.
thelime1 Posted December 26, 2025 Posted December 26, 2025 On 12/21/2025 at 7:12 PM, Hopi2000 said: Thank you so much for trying! I´m sorry it didn´t work, especally after you put in so much time. I just found that I have the NFSW skins for the class, if anyone is interested I can upload it, but the class is really hard to play without a translation. Would be very nice for you to share.
Fnakasjg Posted December 27, 2025 Posted December 27, 2025 (edited) Fast question for modders who familiar and working with their own audio|"bank" files for their own mods Do you have any guide|tutorial and programm name you using for help figure out how to work with it? In fact not supper neccessary (im for now just or using already composed audio banks from other mods|mod i editing, or use original vanilla ones audio "bank" files), but would be cool and more proper to dig inside and this aspect too (especially if i at some point will want to compose my full class mod, for example) Any info, guide or tutorial will be helpfull, since through Google search i didnt find any good or usefull simple guides As i said - i can live and how i do it now, but just would be cool to know how to do it properly and "fully from zero", may be will use at some point Edited December 27, 2025 by Fnakasjg
Fnakasjg Posted December 29, 2025 Posted December 29, 2025 (edited) Probably i will not check LL forum before 1st January, so - Happy New Year everyone )) (this year without "New Year reskin|edit gift", sorry )) Edited December 31, 2025 by Fnakasjg 14
MarMarTheBunbun Posted January 1 Posted January 1 Hey, just curious, has anyone tested if this mod is compatible with lustiest lair, or know if there's patch or NSFW version of it? Also sharing since I'm not sure anyone has noticed its release https://steamcommunity.com/sharedfiles/filedetails/?id=3364490971
Disrok Posted January 1 Posted January 1 (edited) 21 hours ago, MarMarTheBunbun said: Hey, just curious, has anyone tested if this mod is compatible with lustiest lair, or know if there's patch or NSFW version of it? Also sharing since I'm not sure anyone has noticed its release https://steamcommunity.com/sharedfiles/filedetails/?id=3364490971 They conflict on 36 files. I tested by dropping a copy of both in same folder. You would have to resolve those conflicts and even then Im not sure if that would work. Edited January 1 by Disrok
Bahlr Posted January 1 Posted January 1 1 hour ago, corcvus said: Does anyone know who the artist of these images is? Seems like some AI slop so I don't think there'll be any luck. 2
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now