Re: RPG Maker MV; How to translate/Decrypt?
I'd like to add rep, but i already gave you some for your upload.
i have some +rep that i need to distribute in this thread too
-------------------------
so, to keep things back, i have make one little change on my script :
- i tested it on some other game, and they all draw text in the same wait for now, message+choice are draw char by char and commande/stat/item etc... are draw word by word
to make that info usefull, i have added in the script a way to add separator between all the second, that make the translation of the menu/item list/ etc... way way way more simple and accurate, and dont have any influence on the message text
by defaut i use "." for sepatator, but it's possible to change it in the code or to disable this fonction if she is bad in some future game (just change to false WantCmdItemSeparator in the plugin
Code:
WantCmdItemSeparator = true;
CmdItemSeparator = "."
some example from that we get :
without :
ニューゲームコンティニューオプション => The new game continue is optional.
アイテムオプションセーブゲーム終了0マリーLv1時の旅人HP450/450MP90/90TP0マリーLv1時の旅人HP450/450MP90/90TP0
=>Traveler at traveler HP450/450MP90/90TP0 Marie Lv1 o'clock of 0 item optional save game end Marie Lv1 o'clock HP450/450MP90/90TP0
ハインツ王国の地図×1ミーサの冒険×1ハーネスの杖×1
=>Walking stick×1 of Heinz kingdoms of adventure× one harness of map× one [mi-sa]
With :
ニューゲーム.コンティニュー.オプション. => New game. Continue. Option.
アイテム.オプション.セーブ.ゲーム終了.0マリー.Lv.1時の旅人.HP.450./450.MP.90./90.TP.0マリー.Lv.1時の旅人.HP.450./450.MP.90./90.TP.0
=>Items. options. Save. game exit.0 Marie. Lv.1 traveler. HP.450./450. MP.90./90. TP.0 Marie. Lv.1: traveller. HP.450./450. MP.90./90. TP.0
ハインツ王国の地図.×1.ミーサの冒険.×1.ハーネスの杖.×1.
=>Map of Heinz kingdom.×1. Adventure of [mi-sa].×1. Walking stick of harness.×1.
View attachment plugin3.zip, the plugin will normaly works with all MV game that dont overwrite bipmap.drawtext themself
a .txt in it explain the installation
--------
so in second
i personaly use visual novel reader to translate game, the bad point, it's that the text reader of vnr that look in the clipboard is realy realy limited :/
no shared dictionary with regx, no TAscript atlas or lec, text windows no rezisable horizontaly and no configurable... nothing
VNR is prety limited without a hook :x
that was realy annoying, so i make for myself a little tool to give a hook at vnr, to be able to use him correctly
that a little tool that log the clipboard, that not perfect, but that make the work ^^
You must be registered to see the links
i share it here for those that use vnr too and want it
- launch ClipLoger
- launch the plugined game
- hook ClipLoger in VNR on lstrlenW 571d UTF-16 (not the 9xx one, you will have some extra \n in this one)
and zoop
You must be registered to see the links
View attachment ClipLoger.zip
----------------
before someone ask : the game in the screen is
You must be registered to see the links
, keep an eye on the hentai game forum in some hour
