marcussacana / Specific-Games

Specific Games Tools
52 stars 2 forks source link

Game Request: Yumekoi Tensei #7

Closed sakurahana90 closed 5 years ago

sakurahana90 commented 5 years ago

Hello, I don't know if this's the right place to ask this, I tried using Stringreload to edit the script of Tinkerbell's game, Yumekoi Tensei but after injecting the exe, I didn't find any string.lst to edit after I ran the game. I need some help, does stringreload support this kind of engine?

You can find the example of exe and script in the patch on their site: http://www.cyberworks.jp/tink_nanigashi/tensei/dl.html

marcussacana commented 5 years ago

The SRL isn't a automatic tool, just inject the dll don't will help much, you need modify the engine and 'proxy' the script with the SRL, then run the game with the SRL in the Debug mode and he will dump the Strings.lst

sakurahana90 commented 5 years ago

what tool used to modify the engine? Is it about inserting the command before original script to link the game with SRL, like what's written in the readme? I don't know how to to that...

marcussacana commented 5 years ago

Yeah it's this, the SRL isn't easy to use.

marcussacana commented 5 years ago

Well man, I tried but this engine have a specified string length, and the SRL only support null-terminated strings, then if we use the SRL in engines like of this we can see many bugs. image So it's this...