Steam installieren
Anmelden
|
Sprache
简体中文 (Vereinfachtes Chinesisch)
繁體中文 (Traditionelles Chinesisch)
日本語 (Japanisch)
한국어 (Koreanisch)
ไทย (Thai)
Български (Bulgarisch)
Čeština (Tschechisch)
Dansk (Dänisch)
English (Englisch)
Español – España (Spanisch – Spanien)
Español – Latinoamérica (Lateinamerikanisches Spanisch)
Ελληνικά (Griechisch)
Français (Französisch)
Italiano (Italienisch)
Bahasa Indonesia (Indonesisch)
Magyar (Ungarisch)
Nederlands (Niederländisch)
Norsk (Norwegisch)
Polski (Polnisch)
Português – Portugal (Portugiesisch – Portugal)
Português – Brasil (Portugiesisch – Brasilien)
Română (Rumänisch)
Русский (Russisch)
Suomi (Finnisch)
Svenska (Schwedisch)
Türkçe (Türkisch)
Tiếng Việt (Vietnamesisch)
Українська (Ukrainisch)
Ein Übersetzungsproblem melden
thcrap has a config file (config/games.js) that sets names/ids for paths to the game executables and "customs". Edit that and make sure that the names are correct (ex; th07, th07_custom) and so are the paths.
This is important, because thcrap runs games with patches via executing the loader (thcrap_loader.exe) with the patch name followed by the name given to the executable in games.js.
So, if I had the line:
` "th17": "/home/kein/.steam/something/something/steamapps/common/th17/th17.exe",`
In my config/games.js file, and I created a patch named my_patch.js, then I would run it with thcrap with the command:
`wine thcrap_loader.exe my_patch.js th17`
That is if you're using the command line.
I struggled with this for an evening, and finally came up with this script that you execute via the custom launch options:
https://github.com/KeinR/thcrap_steam
Hope this saves someone else some time
1) Copy the English shortcut to the game's steam folder
2) Go to Steam and right click Properties -> Set Launch Options
3) Enter "C:\Program Files (x86)\Steam\steamapps\common\th16\th16 (en)" %command% (or whatever location your file is in)
4) Repeat for each game
Credit to Tsushima Yoshiko for figuring this out