julescules / dsh-galgame-localization-reverse

목록에 있음

Galgame localization and reverse-engineering Skill Provider for DeepSeek Harness

main모델스킬 소스 보기

설치

npx -y @deepseek-ai/dsh plugin --profile web add github:julescules/dsh-galgame-localization-reverse

이 설치 명령은 GitHub 저장소 주소에서 생성된 확인되지 않은 시작점입니다.

README

유지 관리자가 작성한 문서 스냅샷입니다.

GitHub에서 보기 ↗
커밋 081cb72동기화 2026. 8. 18.

dsh-galgame-localization-reverse

中文 | English

[!IMPORTANT] Unofficial community plugin. Independently developed and maintained; not reviewed or endorsed by DeepSeek.

A packaged DeepSeek Harness skill for evidence-driven Windows galgame and visual-novel localization.

Engine evidence to reversible release

What it does

  • detects 25+ visual-novel engine families from files, signatures, and runtime evidence;
  • routes text, image, archive, bytecode, font, and encoding work to focused references;
  • preserves placeholders, control codes, source hashes, save compatibility, and rollback paths;
  • includes vn_qa.py for placeholder/encoding gates;
  • includes vn_patch.py for hash-bound file replacement, verification, and rollback;
  • covers AI6WIN, BGI/Ethornell, Director, RealLive, PSP/Vita workflows, and custom engines.

Install

dsh plugin --profile web add github:julescules/dsh-galgame-localization-reverse#v0.1.0
dsh --profile web --dump-config

Restart DSH after installation. The bundled provider registers galgame-localization-reverse with ctx.skills and exposes its references and scripts through resourceBase.

Use

Ask DSH to use galgame-localization-reverse, then provide the game directory and goal. The workflow starts with read-only inventory and engine evidence before selecting an extraction or writeback route.

Use galgame-localization-reverse to identify this engine, build a text-owner map,
and propose a reversible localization workflow for D:\Games\Example.

Built-in utilities

python -X utf8 skill\scripts\vn_qa.py --selftest
python -X utf8 skill\scripts\vn_patch.py --selftest

The repository contains no game assets, decrypted archives, credentials, or title-specific keys. Public releases should contain tooling, manifests, documentation, and differential or replacement patches only.

Verified

  • official packaged Skill Provider shape: inject = ['skills'] and ctx.skills.registerProvider;
  • official dsh.bundle.patch install path;
  • frontmatter removal and resource-base resolution;
  • direct-reference integrity across the skill bundle;
  • Node provider tests plus both Python utility self-tests;
  • package allowlist and public-content scan.
npm run check
npm pack --dry-run

Limits

  • Engine formats and binary constants remain title/version specific until proven against exact hashes.
  • Static validation does not replace runtime UI, save/load, audio, and rollback tests.
  • DeepSeek Harness is in developer preview; pin a reviewed plugin release.

License

MIT

프로젝트 파일 및 신호

표시된 항목은 디렉터리 스냅샷에서 감지된 공개 저장소 신호입니다.

테스트감지됨
문서감지됨

저장소 정보

언어
Python
라이선스
MIT
최신 릴리스
v0.1.0
마지막 업데이트
2026. 8. 16. 오후 1:22

신중하게 설치하기

소스 코드, 권한, 수명 주기 스크립트, 의존성 및 네트워크 접근을 검토하고 신뢰하지 않는 플러그인은 격리 환경에서 테스트하세요.