For the complete documentation index, see llms.txt. This page is also available as Markdown.

Tyrano Games

AutoTrans (Real-time In-game Translation)

AutoTrans

Tyrano Clipboard (dialog text to clipboard)

How to extract app.asar?

  • Use 7-Zip with plugin to open or extract app.asar

  • Download Asar.64.dll, Asar.32.dll from http://www.tc4shell.com/en/7zip/asar/

  • Put Asar.64.dll, Asar.32.dll into C:\Program Files\7-Zip\Formats

Open the .\GAME_DIR\resources\app\index.html in a text editor (VSCode/Noteped++), and then add a script:

<script type="text/javascript">
const tt=tyrano.plugin.kag.tag.text, vntranslator=tt.showMessage.bind(TYRANO), nc=navigator.clipboard;
tt.showMessage=(a,b,c)=>{ nc.writeText(a); return vntranslator(message_str=a,pm=b,isVertical=c); } 
</script>