mirror of
https://github.com/Artikash/Textractor.git
synced 2025-01-11 01:59:14 +08:00
Updated FAQ (markdown)
parent
2205539875
commit
7fd1d3bd83
3
FAQ.md
3
FAQ.md
@ -19,6 +19,9 @@ First, remove the 'Remove Repeated Phrases' and 'Remove Repeated Characters' ext
|
|||||||
|
|
||||||
If you find yourself needing to use either of those techniques, please post an issue. It's very useful for me to keep track of which games are not currently working with Textractor, so that I can figure out which game engines they use and add native support. However I probably won't fix it unless and until I find some other games using the same engine.
|
If you find yourself needing to use either of those techniques, please post an issue. It's very useful for me to keep track of which games are not currently working with Textractor, so that I can figure out which game engines they use and add native support. However I probably won't fix it unless and until I find some other games using the same engine.
|
||||||
|
|
||||||
|
## Extensions aren't using the results of other extensions.
|
||||||
|
Please remember that order matters! If you place your translation extension before 'Extra Window' then Extra Window will display the sentence before a translation gets to be added, if you place 'Copy to Clipboard' before 'Regex Filter' then unfiltered text will be copied, etc.
|
||||||
|
|
||||||
## I'm getting massive performance issues.
|
## I'm getting massive performance issues.
|
||||||
The most common culprit of this is the 'Remove Repeated Phrases' extension and the repetition filter in settings, so try removing those (it's pretty expensive computationally to detect and remove repetition, this won't be improved unless some genius out there knows a better algorithm).
|
The most common culprit of this is the 'Remove Repeated Phrases' extension and the repetition filter in settings, so try removing those (it's pretty expensive computationally to detect and remove repetition, this won't be improved unless some genius out there knows a better algorithm).
|
||||||
Performance issues may also be caused by the Unity/Mono game engine. This is a very big game engine so Textractor has to insert a huge number of hooks to reliably automatically extract correct text from it. However you can manually configure Textractor to only insert specific hooks - see https://github.com/Artikash/Textractor/issues/307 for instructions on doing this.
|
Performance issues may also be caused by the Unity/Mono game engine. This is a very big game engine so Textractor has to insert a huge number of hooks to reliably automatically extract correct text from it. However you can manually configure Textractor to only insert specific hooks - see https://github.com/Artikash/Textractor/issues/307 for instructions on doing this.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user