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
when i modify the attack pictures in the "anim" file , it's the chosen picture boxed in a white square. what can i do?
As a programmer, I'd recommend you to get Git; when you install it, tell it to install Git Bash. Now you have a handy command line tool that lets you do stuff easily. Next open Git Bash, and run the command
grep -rFni "name="
from the Darkest Dungeon folder and it'll look for variable assignments and tell you which files it's in.
Git's main use is source control, aka online backup and version management thing. If you're gonna dabble with code and modding, you should learn it ASAP - I've used it on every job I've had so far, and it's a great addition to your CV.