{"id":50689582,"url":"https://github.com/fmwizard/zero-parades-langtoggle","last_synced_at":"2026-06-09T01:34:32.046Z","repository":{"id":359939653,"uuid":"1248086435","full_name":"fmwizard/zero-parades-langtoggle","owner":"fmwizard","description":"Switch languages on-the-fly with a hotkey in ZERO PARADES: For Dead Spies","archived":false,"fork":false,"pushed_at":"2026-05-24T13:07:40.000Z","size":9,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-06-09T01:34:30.883Z","etag":null,"topics":["bepinex","disco-elysium","language-toggle","localization","unity-mod","zaum-studio","zero-parades"],"latest_commit_sha":null,"homepage":null,"language":"C#","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/fmwizard.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2026-05-24T07:03:34.000Z","updated_at":"2026-05-24T16:17:53.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/fmwizard/zero-parades-langtoggle","commit_stats":null,"previous_names":["fmwizard/zero-parades-langtoggle"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/fmwizard/zero-parades-langtoggle","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fmwizard%2Fzero-parades-langtoggle","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fmwizard%2Fzero-parades-langtoggle/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fmwizard%2Fzero-parades-langtoggle/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fmwizard%2Fzero-parades-langtoggle/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/fmwizard","download_url":"https://codeload.github.com/fmwizard/zero-parades-langtoggle/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fmwizard%2Fzero-parades-langtoggle/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34088013,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-08T02:00:07.615Z","response_time":111,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["bepinex","disco-elysium","language-toggle","localization","unity-mod","zaum-studio","zero-parades"],"created_at":"2026-06-09T01:34:31.594Z","updated_at":"2026-06-09T01:34:32.040Z","avatar_url":"https://github.com/fmwizard.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Zero Parades Language Toggle\n\nA mod that lets you swap *Zero Parades*' text language with one keypress, the way *Disco Elysium* does it.\n\n**Tested on game version**: `1.0.36599.K01`\n\n## Install\n\n1. Download the latest release zip.\n2. Extract it into your *Zero Parades* install folder (the one containing `ZeroParades.exe`).\n3. Launch the game (for Steam users, launch from your Steam library, not by double-clicking `ZeroParades.exe` in the game folder).\n\n   The first launch takes longer than normal: BepInEx downloads Unity base libraries from the internet and generates IL2CPP wrapper assemblies. A small console window may appear briefly — that's BepInEx, it's expected. Subsequent launches are normal speed.\n\n4. In game, press **`;`** (semicolon) to toggle between languages.\n\nBy default, the mod toggles between **English** (`en`) and **Simplified Chinese** (`zh_cn`).\n\nYou can change both the hotkey and target languages in:\n`BepInEx\\config\\zp.langtoggle.cfg`\n\nSee the [Configuration](#configuration) section below for details.\n\n### If the game won't launch (or exits immediately)\n\nThis is almost always antivirus software blocking BepInEx. BepInEx loads mods through a `winhttp.dll` proxy that injects code into the game process, which antivirus heuristics often flag as suspicious.\n\nFix:\n\n1. Add your *Zero Parades* install folder to your antivirus exclusion list.\n   - Windows Defender: *Settings → Privacy \u0026 security → Windows Security → Virus \u0026 threat protection → Manage settings → Exclusions → Add a folder*.\n2. Delete `\u003cgame folder\u003e\\BepInEx\\unity-libs\\` if it exists — antivirus may have left it half-extracted.\n3. Launch the game again.\n\nIf it still fails, check `\u003cgame folder\u003e\\BepInEx\\LogOutput.log` for the actual error and open an issue with the log attached.\n\n## Configuration\n\nEdit `\u003cgame folder\u003e\\BepInEx\\config\\zp.langtoggle.cfg`:\n\n```ini\n[General]\nToggleKey = Semicolon\nLanguageA = en\nLanguageB = zh_cn\nShowNotification = true\n```\n\n### Languages shipped with the game\n\n| Code | Language |\n|------|----------|\n| `en` | English (source text) |\n| `zh_cn` | Simplified Chinese |\n| `de` | German |\n| `ru` | Russian |\n| `es_mx` | Spanish (Mexico) |\n\nOther ISO codes (`zh_tw`, `en_us`, `fr`, `ja`, `ko`, etc.) are accepted by the config but the game has no translation for them — you will see fallback English or empty strings.\n\n### Hotkey\n\n`ToggleKey` accepts any Unity [KeyCode](https://docs.unity3d.com/ScriptReference/KeyCode.html) name, e.g. `F8`, `BackQuote`, `L`.\n\n## Uninstall\n\nDelete the following from your game folder. Your saves are not touched (your language preference stays in the game's own `gamesettings.sav`):\n\n- `BepInEx\\`\n- `dotnet\\`\n- `winhttp.dll`\n- `doorstop_config.ini`\n\n## Troubleshooting\n\n- **Hotkey does nothing**: Make sure `ToggleKey` in `BepInEx\\config\\zp.langtoggle.cfg` is a valid Unity `KeyCode` name (`Semicolon`, `F8`, `BackQuote`, etc.).\n- **Invalid LanguageA/B in config**: You typed an unknown language code. Pick one from the table above.\n- **Mod stops working after a game update**: Please open an issue with the game version and your log.\n\n## Building from source\n\nRequirements:\n\n1. .NET 6 SDK\n2. A local install of *Zero Parades*\n3. [BepInEx-Unity.IL2CPP](https://builds.bepinex.dev/projects/bepinex_be) v6.0.0-be.755 or newer extracted into the game folder, and the game launched once so BepInEx generates `BepInEx\\interop\\` (the wrapper assemblies the build references)\n\nBuild and deploy to the game's plugin folder:\n\n```powershell\ndotnet build -c Release -p:GameDir='\u003cfull path to game folder\u003e'\n```\n\nYou can omit `-p:GameDir` only if your game is at the standard Windows Steam path (`C:\\Program Files (x86)\\Steam\\steamapps\\common\\Zero Parades`).\n\n## License\n\n- This mod: MIT (see `LICENSE`)\n- BepInEx (bundled with releases): LGPL 2.1\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffmwizard%2Fzero-parades-langtoggle","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffmwizard%2Fzero-parades-langtoggle","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffmwizard%2Fzero-parades-langtoggle/lists"}