Zalld Posted July 26, 2025 Posted July 26, 2025 Hey everyone, while browsing the Nexus catalog, I found this mod by Xela. It looks like he's already released it. Xelsword Swine Prince - Nude with Visible Eyes-1991-1-0-1752759610.7z Xelsword Swine Prince - Nude with Hidden Eyes-1991-1-0-1752759630.7z Xelsword Swine Prince - Clothed with Visible Eyes-1991-1-0-1752759553.7z Xelsword Swine Prince - Clothed with Hidden Eyes-1991-1-0-1752759572.7z 10
hilme Posted July 26, 2025 Posted July 26, 2025 hello there guys, so I come back after few years to DD and WOW so much cool mods, I spend hours in the 200+ pages here and found some cool things so thank you all for all the things you guys made, so good that DD is still have mod made for it and I wanna ask and I am sorry if I miss a post about them or something if this 4 images I will post are there some mods of them like skins or new class mods? and one small thing also did anyone ever made a Xiao Class that is on steam workshop in to skin? I reach a limit of things my game can hold, and thank you and sorry if I am out of line for asking this things
grazarid Posted July 27, 2025 Posted July 27, 2025 18 hours ago, hilme said: hello there guys, so I come back after few years to DD and WOW so much cool mods, I spend hours in the 200+ pages here and found some cool things so thank you all for all the things you guys made, so good that DD is still have mod made for it and I wanna ask and I am sorry if I miss a post about them or something if this 4 images I will post are there some mods of them like skins or new class mods? and one small thing also did anyone ever made a Xiao Class that is on steam workshop in to skin? I reach a limit of things my game can hold, and thank you and sorry if I am out of line for asking this things Hello i only know 2 images of these 4 the second one is the anaertailin vvulf skin, he made skin for every heroes and a lots of monsters he have collections to make easier the searching about he's mods on patreon and the last is the ancient one a new class mod by deovolente. I think u can find them on steam but if you want to support the modder you can look for their patreon and you can find other modder like xelsword, zimik, zhuma, w_s_l. Unfortunatly idk any thing about the first image but the third one seems to be a madman skin. Don't worry about asking, it's the best way to have answer. Have a great day, i hope that i was able to help you and have fun playing DD with new mods 1
hilme Posted July 27, 2025 Posted July 27, 2025 2 hours ago, grazarid said: Hello i only know 2 images of these 4 the second one is the anaertailin vvulf skin, he made skin for every heroes and a lots of monsters he have collections to make easier the searching about he's mods on patreon and the last is the ancient one a new class mod by deovolente. I think u can find them on steam but if you want to support the modder you can look for their patreon and you can find other modder like xelsword, zimik, zhuma, w_s_l. Unfortunatly idk any thing about the first image but the third one seems to be a madman skin. Don't worry about asking, it's the best way to have answer. Have a great day, i hope that i was able to help you and have fun playing DD with new mods thank you so much dude, I found some cool stuff, thank you but now I have one more question, I use to make some skins in to simple class, nothing special just to work as new class for personal use but did not do it in years (I have few on nexus) but I forgot how to generate localization files, I know it is bit strange to ask this but I really need help, I know that steam can generate them or something but I don't wanna upload anything on steam or make something super special, reason I wanna turn those skins in to class is that some class mods have too much things to them and I don't like mod change system on classes so I make stuff for myself, is there any info you can give me?
grazarid Posted July 27, 2025 Posted July 27, 2025 3 hours ago, hilme said: thank you so much dude, I found some cool stuff, thank you but now I have one more question, I use to make some skins in to simple class, nothing special just to work as new class for personal use but did not do it in years (I have few on nexus) but I forgot how to generate localization files, I know it is bit strange to ask this but I really need help, I know that steam can generate them or something but I don't wanna upload anything on steam or make something super special, reason I wanna turn those skins in to class is that some class mods have too much things to them and I don't like mod change system on classes so I make stuff for myself, is there any info you can give me? TBH i can't help i never make any mod by myself but i'm sure that someone ll be able to help you sry. I just know that an app exist on steam that make base class skin into new mods but they share the base class spell or stat it's just for using different skin at the same time for base class. 1
Nkro Posted July 27, 2025 Posted July 27, 2025 3 hours ago, hilme said: thank you so much dude, I found some cool stuff, thank you but now I have one more question, I use to make some skins in to simple class, nothing special just to work as new class for personal use but did not do it in years (I have few on nexus) but I forgot how to generate localization files, I know it is bit strange to ask this but I really need help, I know that steam can generate them or something but I don't wanna upload anything on steam or make something super special, reason I wanna turn those skins in to class is that some class mods have too much things to them and I don't like mod change system on classes so I make stuff for myself, is there any info you can give me? Just the loc files generation? I recently went through the hurdle of learning that myself and there's two ways about it as far as I know. First type. (following THIS quide, will need you to enter the Darkest Dungeon discord for the loc.pack because you wont have all the files required.) Shortly: download the packed files required from the discord. extract and copy/paste the contents into your Darkest Dungeon\"INSERT MOD NAME"\localization run the localization.exe included in the pack. done. This way is significant because it generates the loc. file type instead of the loc2. Which apparently doesn't run on all the versions of DD?? (have not confirmed that at all. no clue if that's the case only for Gog versions or something.) Second type. (Much simpler and generates the loc2. file type.) You need a correctly built project.xml in your mod folder. -One that points to the correct file path so it generates the file links and localizations in the right place. -you can also set it to "private" and "dont_submit" which will not upload the mod to steam after generation. Or show it your friends as a file in the workshop... Or in public. And you need a "steam_workshop_uploader" which should be in Darkest Dungeon\_windows\win32 (or just _windows if you haven't got the 64 bit beta.) Then all you do is drag and drop the project.xml on to the steam_uploader. It'll do it's thing. done. To note: Personally I haven't had problems with the loc2. file type yet Sometimes when you generate the locs for a mod of a mod the ingame text breaks unless you grab the original string_table's from the parent mod into yours and generate them all at once. And rarely, the in-game text breaks for OTHER items or abilities if you wrote a new string_table without including all the data in the parent file. even if you didn't touch them and only changed a few lines. Is it just me being a doof? Likely. I've included a project.xml of mine just in case you haven't written your own in a while so you can double check or flat out copy most of it. project.zip 1
hilme Posted July 28, 2025 Posted July 28, 2025 3 hours ago, Nkro said: Just the loc files generation? I recently went through the hurdle of learning that myself and there's two ways about it as far as I know. First type. (following THIS quide, will need you to enter the Darkest Dungeon discord for the loc.pack because you wont have all the files required.) Shortly: download the packed files required from the discord. extract and copy/paste the contents into your Darkest Dungeon\"INSERT MOD NAME"\localization run the localization.exe included in the pack. done. This way is significant because it generates the loc. file type instead of the loc2. Which apparently doesn't run on all the versions of DD?? (have not confirmed that at all. no clue if that's the case only for Gog versions or something.) Second type. (Much simpler and generates the loc2. file type.) You need a correctly built project.xml in your mod folder. -One that points to the correct file path so it generates the file links and localizations in the right place. -you can also set it to "private" and "dont_submit" which will not upload the mod to steam after generation. Or show it your friends as a file in the workshop... Or in public. And you need a "steam_workshop_uploader" which should be in Darkest Dungeon\_windows\win32 (or just _windows if you haven't got the 64 bit beta.) Then all you do is drag and drop the project.xml on to the steam_uploader. It'll do it's thing. done. To note: Personally I haven't had problems with the loc2. file type yet Sometimes when you generate the locs for a mod of a mod the ingame text breaks unless you grab the original string_table's from the parent mod into yours and generate them all at once. And rarely, the in-game text breaks for OTHER items or abilities if you wrote a new string_table without including all the data in the parent file. even if you didn't touch them and only changed a few lines. Is it just me being a doof? Likely. I've included a project.xml of mine just in case you haven't written your own in a while so you can double check or flat out copy most of it. project.zip 548 B · 2 downloads WOW dude this is all I need, thank you so much I use steam version of the game so for me loc or loc2 files work again thank you so much for all this info, this is gonna be great as I found a LOT of skin mods for existing clases that I can turn in to small class mods with out bunch of complicated mechanics, now I only need to find the file on the DD discord server and am set thank you all so much for this infos 1
tlff83 Posted July 28, 2025 Posted July 28, 2025 18 hours ago, grazarid said: Hello i only know 2 images of these 4 the second one is the anaertailin vvulf skin, he made skin for every heroes and a lots of monsters he have collections to make easier the searching about he's mods on patreon and the last is the ancient one a new class mod by deovolente. I think u can find them on steam but if you want to support the modder you can look for their patreon and you can find other modder like xelsword, zimik, zhuma, w_s_l. Unfortunatly idk any thing about the first image but the third one seems to be a madman skin. Don't worry about asking, it's the best way to have answer. Have a great day, i hope that i was able to help you and have fun playing DD with new mods I don't know the source of Figure 1. If you do, could you please provide the source? Thank you Figure 2 is here: https://kemono.cr/patreon/user/11883947/post/65131445 But I still hope that if you like it, you can support the author. Thank you Figure 3 is here: https://steamcommunity.com/sharedfiles/filedetails/?id=2843675516 Figure 4 is in here: https://steamcommunity.com/workshop/filedetails/?id=2933308472 1
hilme Posted July 28, 2025 Posted July 28, 2025 14 minutes ago, tlff83 said: I don't know the source of Figure 1. If you do, could you please provide the source? Thank you Figure 2 is here: https://kemono.cr/patreon/user/11883947/post/65131445 But I still hope that if you like it, you can support the author. Thank you Figure 3 is here: https://steamcommunity.com/sharedfiles/filedetails/?id=2843675516 Figure 4 is in here: https://steamcommunity.com/workshop/filedetails/?id=2933308472 thank you dude, now I have it all I have sub to anaertailin patreon, it would be so cool if he makes the brigand sapper in to skin for hero, it is so super cool looking
VOID952 Posted July 28, 2025 Posted July 28, 2025 YOOOOOO I saw that the new metal slug class is out can somebody be so kind to upload it https://www.patreon.com/posts/metalslug-he-jin-129963642 🙏 please pretty please 2
hilme Posted July 28, 2025 Posted July 28, 2025 hey guys, me again, small question, would anyone take a commission to split this mod in to 2 characters? I have basic know how on how to do some things but something like this no? pleas
Aughou Posted July 29, 2025 Posted July 29, 2025 Any good Ghoul enemy replacers? Its the only enemy I can't seem to find any decent swaps for. Preferably not anime style.
Makterion Posted July 29, 2025 Posted July 29, 2025 Anyone got the dragonborn class from w_s_l? https://www.patreon.com/posts/dragonborn-134270044
bobgunt Posted July 29, 2025 Posted July 29, 2025 5 hours ago, Makterion said: Anyone got the dragonborn class from w_s_l? https://www.patreon.com/posts/dragonborn-134270044 too my knowledge its unreleased and being worked on I think they just posted the animations too show what they have cooking
Zorai Posted July 30, 2025 Posted July 30, 2025 Has there been any NSFW skins for Omen Seeker that has been made? I do remember years ago that most of them always get scrubbed from the internet due to the creator disliking it. And I do mean the smaller sized chest one, not the massive sized one (Never been a fan of the massive chest).
rudeapollo4213 Posted July 30, 2025 Posted July 30, 2025 Does anyone know how to remove her Crimson Curse Immunity? I'm tryna to use her in the Lustiest Lair mod but the Crimson Court capture enemy requires a cursed heroine first. https://steamcommunity.com/sharedfiles/filedetails/?id=3470633966&searchtext=ghastriv (Really sorry for asking here, but I'm not the best at doing this kind of stuff, and I don't know where else to ask...)
niknerozz Posted July 30, 2025 Posted July 30, 2025 5 minutes ago, rudeapollo4213 said: Does anyone know how to remove her Crimson Curse Immunity? I'm tryna to use her in the Lustiest Lair mod but the Crimson Court capture enemy requires a cursed heroine first. https://steamcommunity.com/sharedfiles/filedetails/?id=3470633966&searchtext=ghastriv (Really sorry for asking here, but I'm not the best at doing this kind of stuff, and I don't know where else to ask...) Bringing other hero with Crimson Curse should attract the enemy, no?
hilme Posted July 30, 2025 Posted July 30, 2025 hey guys, can someone help me, I have download localization file from the DD discord and try to use it on a translation I did for the Puni class mod from steam but every time I try to use localization.bat file it will open and close and nothing will happen, pleas help me puni.string_table.rar
niknerozz Posted July 30, 2025 Posted July 30, 2025 1 hour ago, hilme said: hey guys, can someone help me, I have download localization file from the DD discord and try to use it on a translation I did for the Puni class mod from steam but every time I try to use localization.bat file it will open and close and nothing will happen, pleas help me I used Notepad++ and able to detect something unusual in line 104. In fact, there are many same type of mistake you've done if you scroll down. I can detect it since I have colour separation, making it easier to detect it. 2
hilme Posted July 30, 2025 Posted July 30, 2025 42 minutes ago, niknerozz said: I used Notepad++ and able to detect something unusual in line 104. In fact, there are many same type of mistake you've done if you scroll down. I can detect it since I have colour separation, making it easier to detect it. OMG thank you so much dude, I was so dumb, I have mess things up really good, but after your image I found out all the broken parts, it works now, thank you so much, you are a life savior, so cool 1
hilme Posted July 30, 2025 Posted July 30, 2025 sorry for the post again, if someone wants english translation for this mod https://steamcommunity.com/sharedfiles/filedetails/?id=3290790547 here is the file localization.rar 1
rudeapollo4213 Posted July 30, 2025 Posted July 30, 2025 (edited) 13 hours ago, niknerozz said: Bringing other hero with Crimson Curse should attract the enemy, no? It would, but to be honest, I'm trying to apply and make this character a total victim to the capture enemies. I'm fully just using her to be captured by every enemy because reasons. (Also I'm using a full devolente team and their all immune and I don't want to swap them out yet Edited July 31, 2025 by rudeapollo4213
niknerozz Posted July 31, 2025 Posted July 31, 2025 19 minutes ago, rudeapollo4213 said: It would, but to be honest, I'm trying to apply and make this character a total victim to the capture enemies. I'm fully just using her to be captured by every enemy because reasons. (Also I'm using a full devolente team and their all immune and I don't want to swap them out yet Is it a disease that prevent the Crimson Curse?
rudeapollo4213 Posted July 31, 2025 Posted July 31, 2025 58 minutes ago, niknerozz said: Is it a disease that prevent the Crimson Curse? It looks like it's a quirk of her's, something that Devo does for a lot of his modded characters.
niknerozz Posted July 31, 2025 Posted July 31, 2025 30 minutes ago, rudeapollo4213 said: It looks like it's a quirk of her's, something that Devo does for a lot of his modded characters. hmm I'm not really familiar with quirk.
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