


The mod automatically scans all your installed mods to find text content that needs translation
The system creates two files:
collected_items.yaml - Contains all original text needing translationtranslations.yaml - Where you add your language translationsSimply fill in your translations and restart the game to enjoy reading in your native language!
BepInEx/plugins folder💡 Recommended (optional): Placing this mod early in the load order can help capture more config texts, but it is not required
BepInEx/config/Autolocalizationtranslations.yaml fileOriginal Text: TranslationThe system supports two YAML file formats. You can use either format:
# English to Chinese
Graphics Settings: 图形设置
Master Volume: 主音量
Enable Shadows: 启用阴影
# English to Japanese
Graphics Settings: グラフィック設定
Master Volume: マスターボリューム
Enable Shadows: シャドウを有効にする
# English to Korean
Graphics Settings: 그래픽 설정
Master Volume: 마스터 볼륨
Enable Shadows: 그림자 활성화
# English to French
Graphics Settings: Paramètres graphiques
Master Volume: Volume principal
Enable Shadows: Activer les ombres
# English to Spanish
Graphics Settings: Configuración de gráficos
Master Volume: Volumen principal
Enable Shadows: Habilitar sombras
# English to German
Graphics Settings: Grafik-Einstellungen
Master Volume: Hauptlautstärke
Enable Shadows: Schatten aktivieren
# English to Russian
Graphics Settings: Настройки графики
Master Volume: Основная громкость
Enable Shadows: Включить тени
# Grouped by mod GUID for better organization
com.example.mod1:
"Graphics Settings": "图形设置"
"Master Volume": "主音量"
"Enable Shadows": "启用阴影"
com.example.mod2:
"Graphics Settings": "グラフィック設定"
"Master Volume": "マスターボリューム"
"Enable Shadows": "シャドウを有効にする"
com.example.mod3:
"Graphics Settings": "그래픽 설정"
"Master Volume": "마스터 볼륨"
"Enable Shadows": "그림자 활성화"
com.example.mod4:
"Graphics Settings": "Paramètres graphiques"
"Master Volume": "Volume principal"
"Enable Shadows": "Activer les ombres"
com.example.mod5:
"Graphics Settings": "Configuración de gráficos"
"Master Volume": "Volumen principal"
"Enable Shadows": "Habilitar sombras"
com.example.mod6:
"Graphics Settings": "Grafik-Einstellungen"
"Master Volume": "Hauptlautstärke"
"Enable Shadows": "Schatten aktivieren"
com.example.mod7:
"Graphics Settings": "Настройки графики"
"Master Volume": "Основная громкость"
"Enable Shadows": "Включить тени"
💡 Tip: The system automatically detects and loads both formats. Use nested format for better organization when managing translations for multiple mods.
You can configure the mod behavior by editing .com.HsgtLgt.autolocalization.cfg in BepInEx/config/:
[Collection]
# Enable or disable the collection feature
# true = Enable collection (collects untranslated content)
# false = Disable collection (only applies existing translations, improves startup speed)
EnableCollection = true
When to disable collection:
When to enable collection:
💡 Tip: After completing your translations, set
EnableCollection = falseto improve game startup performance.
Check your game log files and search for "Autolocalization" related information to see the operational status.
Install now and let all mods communicate with you in your most comfortable language!
"Finally, I can navigate through menus in my native language!" - Satisfied User
Join our community:
Let language no longer be a barrier to your gaming experience!
Your mod will be automatically supported! This engine works with standard BepInEx configuration systems. No additional setup required from mod authors.