Install Steam
login
|
language
简体中文 (Simplified Chinese)
繁體中文 (Traditional Chinese)
日本語 (Japanese)
한국어 (Korean)
ไทย (Thai)
Български (Bulgarian)
Čeština (Czech)
Dansk (Danish)
Deutsch (German)
Español - España (Spanish - Spain)
Español - Latinoamérica (Spanish - Latin America)
Ελληνικά (Greek)
Français (French)
Italiano (Italian)
Bahasa Indonesia (Indonesian)
Magyar (Hungarian)
Nederlands (Dutch)
Norsk (Norwegian)
Polski (Polish)
Português (Portuguese - Portugal)
Português - Brasil (Portuguese - Brazil)
Română (Romanian)
Русский (Russian)
Suomi (Finnish)
Svenska (Swedish)
Türkçe (Turkish)
Tiếng Việt (Vietnamese)
Українська (Ukrainian)
Report a translation problem
then i put those into this mods localization folder, opened up the strings.xml file for this mod, scrolled down a bit to find the bark lines at bottom of the english section, and edit the text there. once youre done you save and close the xml file, and double click the bat file and youre good to go.
any tutorial on making a translation for a DD mod will provide enough info, same process only difference youre editing the english section
Good news, good job, glad I could help
1. Go to "mods" folder of DD directory.
2. Create a folder here and give it any name you like.
3. Copy preview_icon and paste it inside the new folder you created (during step n°2).
4. Go to "_windows" folder of DD directory.
5. Run "steam_workshop_upload.exe" (it opens the console) and click any button once the console is done.
6. Cut the newly created "sample_project.xml" and paste it inside the new folder you created (during step n°2).
7. Rename "sample_project.xml" to "project.xml".
8. Copy the full path of the new folder you created (during step n°2).
----> should be something like ...\SteamGames\steamapps\common\DarkestDungeon\mods\Newfolderyoucreated
9. Open "project.xml" and replace c:/absolute_path_to_your_mod_folders_data_directory/data with the full path you copied during step n°8.
11. Change <UploadMode>direct_upload</UploadMode> to <UploadMode>dont_submit</UploadMode>
12. Save and exit.
13. Inside the new folder you created (during step n°2), create a folder named "localization".
14. Copy quirks.string_table.xml from Snorlaxxo's Set of Surprises and paste it inside "localization" folder you created.
15. Make your changes to quirks.string_table.xml
16. Open "_windows" folder of DD directory, drag "project.xml" from the folder you created (during step n°2) and drop it on "steam_workshop_upload.exe".
----> this will open the console again and apply the changes you made to quirks.string_table.xml
----> click any button once the console is done.
17. launch the game and your mod should appear in the load order, activate it and you're done