AI Agent Hub
Back to plugins
dsh-plugin-tav2 preview

dsh-plugin-tav2

Client Updated 2026.08.26

Run the following command in DeepSeek Harness:

dsh plugin install Drhushi/dsh-plugin-tav2

Paste the following prompt into your AI chat to install this plugin:

Run dsh plugin install Drhushi/dsh-plugin-tav2 in the DeepSeek Harness terminal to install this plugin (source: https://github.com/Drhushi/dsh-plugin-tav2).

About this plugin

Game localization is rarely just about translating sentences. Scouting file structures, pinning down terminology, translating line by line, validating formatting, and packaging a deliverable—each step forces you to switch tools and keep context in your head. For solo developers or small teams, this pipeline is long, fragmented, and easy to lose alignment on.

dsh-plugin-tav2 turns the entire pipeline into a conversation. Say "initialize game translation" and the assistant probes the engine, generates a config, and lays out a step-by-step plan. After your confirmation, it drives term scanning and locking, world-book entity nomination, batch background translation, completeness checks, patch packaging, and three-layer runtime verification—all through a standard workflow. The deliverable is patch-based: it never touches original game files, ships with a manifest and version fingerprint, and is fully reversible by deleting the listed files. When a game update lands, a single migration pass preserves unchanged translations and only fills in the diff.

It fits workflows around Ren'Py games—solo developers adding Chinese to their own game, translators learning the craft, or small authorized localization teams. Translation runs through an LLM channel (DeepSeek API or any local OpenAI-compatible endpoint), with full Ren'Py support today and other engines landing incrementally under the adapter architecture.

Screenshots

Use Cases

  • Solo developer localizing a Ren'Py game into Chinese
  • Small team aligning terminology and quality for collaborative translation
  • Incremental migration after a game update, preserving existing translations

Best For

  • Solo developers shipping Ren'Py games
  • Authorized localization teams focused on quality
  • Translation enthusiasts exploring AI-assisted workflows