Page 3 of 3

Re: [Tools] Etripator

Posted: Tue Nov 13, 2018 10:32 pm
by Griever
MooZ wrote: Fri Nov 09, 2018 3:29 pm Weird... I just ran a test with the 0.6 and master on Linux and everything seems to be working fine.
Do you run it from a terminal like cmd or mingw bash?
Yeah, I used cmd.

Re: [Tools] Etripator

Posted: Wed Nov 14, 2018 4:05 pm
by MooZ
I just ran a test under Windows 10 and... nothing happened.
Congratulations! You found a bug :D

[edit] I pushed a quick fix. A new binary will be available here https://ci.appveyor.com/project/BlockoS ... /artifacts
I'll try to work on a safer/cleaner fix next week.

Re: [Tools] Etripator

Posted: Wed Nov 14, 2018 5:45 pm
by MooZ
Screw appveyor...

Re: [Tools] Etripator

Posted: Wed Jan 30, 2019 9:38 am
by MooZ
0.7 is on its way.

Re: [Tools] Etripator

Posted: Mon Sep 23, 2019 7:51 pm
by MooZ
I'm little bit late...
Here's the v0.7 : https://github.com/BlockoS/Etripator/releases/tag/v0.7

Re: [Tools] Etripator

Posted: Sun Feb 14, 2021 8:06 pm
by NightWolve
Hey Mooz,

I'm gonna try to give your PC Engine disassembler a shot finally. I'm trying to track down the default messagebox/print function in Emerald Dragon to make a minor change that'll let me compress new English text blocks better by not constantly having to switch back to 8x12 font mode versus 16x16 S-JIS Japanese being the default (If a block has 100 strings, I have to prepend 0x06 100 times to keep 8x12 mode, but I NEED those 100 bytes for dialogue!!!). I haven't had much luck with Mednafen, BizHawk debuggers any time I've tried, been pretty frustrating...

I wish there was a runtime emulation/disassembler concept to trace through the whole game to separate out code, text, adpcm, image/sprite assets out to some extent. That would really help narrow down searches like this.

Anyway, I'd like to see what improvements you have over David Shadoff's simple DISASM which is what I'm currently using. I was updating it to produce comments next to assembly code since I'm not as familiar with it and having to look up every PCE instruction is more time-consuming grunt work.

Here's a progress thread on the localization project so far.

Re: [Tools] Etripator

Posted: Tue Sep 13, 2022 4:41 pm
by MooZ
Better late than never : the v0.8 was release 2 years go ...
https://github.com/BlockoS/Etripator/releases/tag/0.8

I should make a new release as I added support for comments in the configuration files.