thcrap
thcrap copied to clipboard
Touhou Community Reliant Automatic Patcher
## i18n #### Description Isn't it ironic that we can translate games, yet can't translate ourselves? #### Prerequisites - A better way of templating and outputting strings than good old...
Currently, `thcrap_configure` resolves patch dependencies and saves a complete stack in the generated run configuration file. By instead doing this every time a user starts a game, we'd only have...
This would allow text replacements on a finer granularity than the current translation units, and could e.g. be used to simplify the implementation of patches like the [British English translation](https://thpatch.net/wiki/Portal:En-gb)....
Allow patches to contain DLLs which are loaded into the game process. This will drastically enhance what patches can do: For example, the British English patch could be generated automatically...
Has been requested multiple times in multiple places. Will have to look into this once we have the time.
US and Japanese do this: 9,999.99 Some European countries do this: 9.999,99 We need to support both ways.
Instead of directing your users to the thcrap download site, you would simply have a custom URL like ``` thcrap:bootstrap:https://raw.githubusercontent.com/Gamer251/thcrap-gamer251/master/mima/ ``` and clicking that would automatically download a patch and...