|
|
|
|
| Method | Instructions |
|---|---|
| ๐พ Installer (Recommended) | Download TranslatorHoi4_Setup_*.exe โ Run โ Launch from Start Menu |
| ๐ฆ Portable | Download TranslatorHoi4_Windows_*.zip โ Extract โ Run .exe |
| Method | Command |
|---|---|
| ๐ฆ DEB (Debian/Ubuntu) | sudo dpkg -i translatorhoi4_*.deb && sudo apt-get install -f |
| ๐ฆ RPM (Fedora/openSUSE) | sudo rpm -i translatorhoi4-*.rpm |
| ๐ฆ AppImage | chmod +x TranslatorHoi4-*.AppImage && ./TranslatorHoi4-*.AppImage |
| ๐ฆ Portable | tar -xzf TranslatorHoi4_Linux_*.tar.gz && ./TranslatorHoi4/TranslatorHoi4 |
Dependencies (if not using packages or when running the unpacked portable build):
# Debian/Ubuntu
sudo apt-get install libegl1 libopengl0 libgl1 libwayland-client0 \
libwayland-cursor0 libwayland-egl1 libxkbcommon0 libxkbcommon-x11-0 \
libxcb-cursor0 libxcb-icccm4 libxcb-image0 libxcb-keysyms1 \
libxcb-randr0 libxcb-render-util0 libxcb-shape0 libxcb-xinerama0 \
libdbus-1-3 libpulse0 libxrender1 libxi6 libxrandr2
# Fedora
sudo dnf install libglvnd-glx libwayland-client libwayland-cursor \
libwayland-egl libxkbcommon libxkbcommon-x11 libXcursor libXrandr \
libXi libXrender libxcb dbus-libs pulseaudio-libsWayland/X11 note: on Linux the app now prefers Wayland when launched inside a Wayland session and falls back to X11/XCB automatically. On X11 sessions it does the reverse, so the same build works on both stacks.
- Download
TranslatorHoi4_macOS_*.dmg - Open DMG file
- Drag
TranslatorHoi4.appto Applications - First launch: Right-click โ Open (bypass Gatekeeper)
git clone https://github.com/Locon213/TranslatorHoi4.git
cd TranslatorHoi4
python -m venv .venv
source .venv/bin/activate # Windows: .venv\Scripts\activate
pip install -r requirements.txt
python -m translatorhoi4TranslatorHoi4 now uses game-specific translation profiles to deliver higher quality localization:
| Game | Genre | Key Terminology |
|---|---|---|
| Hearts of Iron IV | WW2 Grand Strategy | Military, political, historical |
| Crusader Kings III | Medieval Dynasty Simulator | Feudal, dynastic, religious |
| Europa Universalis IV | Early Modern Strategy | Colonial, diplomatic, trade |
| Stellaris | Sci-Fi Grand Strategy | Space exploration, futuristic |
| Victoria 3 | Industrial Era Strategy | Economic, social, industrial |
| Imperator: Rome | Ancient Strategy | Classical, Hellenistic, Roman |
Translating a My Little Pony mod for HoI4? A Cold War Modern total conversion? No problem!
Just enter your mod's theme in the Mod Theme field and AI will adapt its vocabulary accordingly:
Game: Hearts of Iron IV
Mod Theme: My Little Pony, Friendship is Magic
AI will use appropriate MLP terminology while preserving game mechanics tokens like $VARS$ and [macros].
- โ 8 critical rules instead of 2 โ better protection against AI hallucinations
- โ Game-specific terminology โ military terms for HoI4, medieval for CK3, sci-fi for Stellaris
- โ
Token preservation โ
$VARS$,[Scripted.Macros],\nkept intact - โ Context-aware translation โ AI understands the game's genre, style, and period
- โ Mod theme override โ custom themes override default game vocabulary when needed
| Feature | Benefit |
|---|---|
| ๐ฐ Completely Free | No paid tiers, no credit card required |
| โก Ultra Fast | Optimized inference infrastructure |
| ๐ Quality Models | Llama 4, Mixtral, and more |
| ๐ Official API | Stable, reliable, enterprise-grade |
Setup in 60 seconds:
- Go to build.nvidia.com
- Sign in with NVIDIA account
- Generate API key
- Paste key in TranslatorHoi4 settings โ Start translating!
- Launch TranslatorHoi4
- Configure AI provider in Settings (โ๏ธ)
- Select source mod folder
- Choose target language
- Translate!
Click to expand full provider list
| Provider | Best For | Free Tier | Speed |
|---|---|---|---|
| NVIDIA NIM | Testing & development | โ Unlimited | โกโกโก |
| Groq | Production translation | โ Generous | โกโกโก |
| Google Gemini | General purpose | โ Limited | โกโก |
| Mistral AI | European languages | โ Limited | โกโก |
| Together.ai | Open-source models | โ Limited | โกโก |
| OpenAI | Premium quality | โ | โกโก |
| Anthropic | Complex context | โ | โกโก |
| DeepL | Professional quality | โ | โกโก |
| Ollama | Privacy-focused (local) | โ Unlimited | โก |
| G4F | Community alternative | โ Unlimited | โก |
translatorhoi4/
โโโ translator/ # Translation engines & backends
โโโ parsers/ # Paradox file parsers
โโโ ui/ # Modern Fluent UI components
โโโ utils/ # Utilities & helpers
โโโ app.py # Application entry point
pip install -r requirements.txt
python build.py # Output: dist/TranslatorHoi4/Made with โค๏ธ for Paradox Modding Community
๐ฅ Download Latest โข ๐ Report Issue โข ๐ฌ Discussions
