-
-
Notifications
You must be signed in to change notification settings - Fork 8
Settings UI Reference
Lord0fTurk edited this page Feb 6, 2026
·
3 revisions
This guide explains the advanced options found in the RenLocalizer Settings tab. Understanding these settings will help you optimize translation quality and performance.
- App Language: Changes the interface language of RenLocalizer itself.
- Theme: Switches between Light, Dark, and System themes.
- Check Updates: If enabled, the app checks for new versions on GitHub startup.
These checkboxes control which parts of the game script get translated.
- Dialogue: The main story text spoken by characters.
- Menu Options: Choices the player makes (e.g., "Go Left", "Go Right").
- Buttons/UI: Text on buttons (Start, Load, Save) and interface elements.
- Notifications: Small popup messages in the game.
- Ren'Py Functions: Advanced technical strings inside code blocks. Only enable if you know what you are doing.
Control how the AI "thinks" and behaves.
-
Range:
0.0-2.0 -
Recommended:
0.3for accuracy,0.7for creative writing. - Effect: Lower values make the AI more deterministic and focused. Higher values make it more random and creative.
- Limits the length of the AI's response.
-
Default:
2048usually suffices for game dialogue. Increase if you are translating very long lore books.
-
What it does: Scans Python blocks (
init python:) and AST nodes for hidden strings that normal scanning misses. - Cost: Slower processing time.
- Use case: Enable if some menus or dynamic texts remain untranslated.
- What it does: If the AI returns the exact same text as the original (refusing to translate), the tool forces a retry with a stricter "You MUST translate this" prompt.
-
Default:
Disabled(v2.6.4+) to maximize batch processing speed. - Use case: Enable only if you notice many untranslated lines in the output.
- Number of lines sent to the AI in a single request.
- Higher (50+): Faster, but risk of AI skipping lines or "lazy" translation.
- Lower (10-20): Higher accuracy, slower speed.
- How many parallel requests to generate.
- Warning: Setting this too high may hit API Rate Limits (Error 429) quickly.
-
Experimental: Allows the tool to read compiled
.rpycfiles directly if the source.rpyfiles are missing or obfuscated.
- Injects a script into the game to force Ren'Py to translate strings on-the-fly. This is a powerful backup for strings that hard-coded scanning simply cannot find.
- Advanced-Parsing
- RPA-Extraction
- Glossary-Management
- External-Translation-Memory — (NEW) Reuse translations across games
- Technical-Filtering
- Proxy-and-Rate-Limits
- Web-Google-Translate-Guide