Search found 8 matches

by dimi.t.d
Thu Jan 22, 2015 6:48 pm
Forum: General Discussion
Topic: Road To El Dorado reversing video
Replies: 15
Views: 28688

Re: Road To El Dorado reversing video

Hey guys. Thanks for the nice comments, I really appreciate them. I think I've managed to reverse most of the graphic formats now.The nice thing is that the fonts are also in PCB format, so with the pcb2ppm.c we can extract those too. I've updated my gist files file with the rtx2ppm.c and pcb2ppm.c ...
by dimi.t.d
Mon Jan 19, 2015 10:11 pm
Forum: General Discussion
Topic: Road To El Dorado reversing video
Replies: 15
Views: 28688

Re: Road To El Dorado reversing video

Hey guys, sorry if this looks like a spam, but I go too excited, and I want to share it with you that I now have the bitmap_pc format fully reversed and the scripting system almost reversed. I've updated the gist repository with an pcb2ppm.c converter (In my 5th video you can see the steps I took to...
by dimi.t.d
Fri Jan 16, 2015 10:32 am
Forum: General Discussion
Topic: Road To El Dorado reversing video
Replies: 15
Views: 28688

Re: Road To El Dorado reversing video

Hey guys. I just want to share that In my 4th video I've managed to reverse the CLU files format, so I now have some tools for extracting the data files from the game. So if anyone is interested here's a command line tool for extracting the game data files: https://gist.github.com/idimiter/8e9c6c987...
by dimi.t.d
Sun Jan 11, 2015 12:59 am
Forum: General Discussion
Topic: Road To El Dorado reversing video
Replies: 15
Views: 28688

Re: Road To El Dorado reversing video

Thank you for your comments, I really appreciate them. I've tried to follow your advices and I think my second video is better structured. It got longer than the first one, but I think I've managed to cover a lot of stuff there, so I've just uploaded it as it is. I've fixed the issues somaen mention...
by dimi.t.d
Fri Jan 09, 2015 6:26 pm
Forum: General Discussion
Topic: Road To El Dorado reversing video
Replies: 15
Views: 28688

Re: Road To El Dorado reversing video

Botje , thanks for the comment. I'll try to add some links in the description. I'm sorry if the videos are too long, but I'm trying to keep about 1 hour, because I've noticed that this is about the right amount of time to cover a single step of the process and there is a lot of work to cover. By th...
by dimi.t.d
Fri Jan 09, 2015 2:03 am
Forum: General Discussion
Topic: Road To El Dorado reversing video
Replies: 15
Views: 28688

Road To El Dorado reversing video

Hi guys, I've had an idea of making a video tutorials on reverse engineering a game and adding it as a new engine for ResidualVM. So I've started a video series on youtube about reversing The Road To El Dorado game by Revolution Software, I'll be happy to hear you comments and suggestions about this...
by dimi.t.d
Thu Aug 21, 2014 7:12 am
Forum: General Discussion
Topic: iPad port?
Replies: 6
Views: 9405

Re: iPad port?

Nice, thanks for that. Its looks much better now. I'll definitely use this for the controller logic. I'm also considering implementing controls like Telltale games (Walking dead, Back to the future, The wolf among us) that is: tap and drag to emulate keyboard arrows. And swipe gestures for the menu ...
by dimi.t.d
Tue Aug 19, 2014 8:03 am
Forum: General Discussion
Topic: iPad port?
Replies: 6
Views: 9405

Re: iPad port?

I'm currently working on an iOS port (for Grim Fandango only). The fork can be found here: https://github.com/idimiter/residualvm It needs SDL2 and SDL2_mixer frameworks for iOS. I've merged aquadran SDL2 branch and tobiaspfaff touch implementation. It still needs some gesture handling for the inven...