| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| UnityGameTranslator-BepInEx5-v0.9.44.zip | 2025-12-31 | 3.2 MB | |
| UnityGameTranslator-BepInEx6-IL2CPP-v0.9.44.zip | 2025-12-31 | 3.2 MB | |
| UnityGameTranslator-BepInEx6-Mono-v0.9.44.zip | 2025-12-31 | 3.2 MB | |
| UnityGameTranslator-MelonLoader-IL2CPP-v0.9.44.zip | 2025-12-31 | 3.2 MB | |
| UnityGameTranslator-MelonLoader-Mono-v0.9.44.zip | 2025-12-31 | 3.2 MB | |
| README.md | 2025-12-31 | 809 Bytes | |
| v0.9.44 - Self-hosting _ Security source code.tar.gz | 2025-12-31 | 145.0 kB | |
| v0.9.44 - Self-hosting _ Security source code.zip | 2025-12-31 | 178.5 kB | |
| Totals: 8 Items | 16.1 MB | 0 | |
What's New
🔧 Self-hosting Support (AGPL Compliance)
- API URLs are now configurable in
Directory.Build.propsfor forks - Runtime override via
config.jsonfor power users (api_base_url,website_base_url) - Warning logged when custom URLs are used
🔒 Security: Token Replay Prevention
- New
api_token_servertracks which server issued the token - Token automatically invalidated if API URL changes
- Prevents token theft when switching to untrusted servers
Installation
Choose your mod loader:
- BepInEx 5: For most Unity games (Mono)
- BepInEx 6 Mono: For newer BepInEx 6 games (Mono runtime)
- BepInEx 6 IL2CPP: For IL2CPP games with BepInEx 6
- MelonLoader Mono: For MelonLoader games (Mono runtime)
- MelonLoader IL2CPP: For IL2CPP games with MelonLoader