Search found 63 matches

by opt_fr_
Mon Jun 01, 2009 10:39 am
Forum: Philips CD-i Forum
Topic: hmmmmmmm
Replies: 13
Views: 11215

It think it may require a good C knowledge.
Memory management is also mportant on a old machine.

I hope programming isn't different on a CISC machine that programming on RISC ones. At high level I mean.
by opt_fr_
Sun May 31, 2009 10:45 pm
Forum: Philips CD-i Forum
Topic: Decoding cdi image files
Replies: 48
Views: 98354

There is another format I want to decode :

Where are the pics of the goombas, and the koopas ?
I don't know. But I suppose that they just are below each level graphics. This seems to be the only part of the *av.rtf files that remains unknown for us.
by opt_fr_
Sat May 30, 2009 9:26 pm
Forum: Philips CD-i Forum
Topic: Decoding cdi image files
Replies: 48
Views: 98354

I made a webpage if you want more technical info/downloads

http://optfr.free-h.net/cdi/
by opt_fr_
Fri May 29, 2009 10:12 am
Forum: Philips CD-i Forum
Topic: Decoding cdi image files
Replies: 48
Views: 98354

It's tedious to reproduce these cartoons because sometimes it's hard to determine where, when and what frame is stored in the file. Every time you solve a problem another one comes out. Instead of making the pattern matcher (that finds the images) more complex I'll try to find these data by block, t...
by opt_fr_
Mon May 25, 2009 10:50 pm
Forum: Philips CD-i Forum
Topic: Decoding cdi image files
Replies: 48
Views: 98354

We are now working on decoding cd-i cartoon animations (RLE7-type images). Ive written a tool that decodes RLE7, I'm now trying to build correctly these animations.

After looking for animation data, LuigiBlood found a part of an unused one of the game http://www.youtube.com/watch?v=mI50HhDupZI
by opt_fr_
Thu May 21, 2009 9:53 pm
Forum: Philips CD-i Forum
Topic: Decoding cdi image files
Replies: 48
Views: 98354

The program is being updated. If someone is interested in you can MP me.

Note : you still have to extract the image data of the files, e.g. with a hex editor.

Edit : the program now does that alone.

Thanks LuigiBlood for testing/remarks/help !
by opt_fr_
Wed May 20, 2009 8:32 pm
Forum: Philips CD-i Forum
Topic: Decoding cdi image files
Replies: 48
Views: 98354

There are also strange things, images are'nt centered and some "IDAT" are not readable
by opt_fr_
Wed May 20, 2009 4:57 pm
Forum: Philips CD-i Forum
Topic: Decoding cdi image files
Replies: 48
Views: 98354

[outdated link]

The jar file may be extracted, so you can look at the sources and modify them.

(use it at you're own risks :lol: )
by opt_fr_
Wed May 20, 2009 3:58 pm
Forum: Philips CD-i Forum
Topic: Decoding cdi image files
Replies: 48
Views: 98354

I will post the program here but it's not user friendly.
It isn't optimized yet, it's a prototype.
by opt_fr_
Wed May 20, 2009 3:53 pm
Forum: Philips CD-i Forum
Topic: Decoding cdi image files
Replies: 48
Views: 98354

Image

I cannot decode the videos. I dunno where they are recorded and in which format they are :(
by opt_fr_
Wed May 20, 2009 3:41 pm
Forum: Philips CD-i Forum
Topic: Decoding cdi image files
Replies: 48
Views: 98354

yes, I will put it here
by opt_fr_
Wed May 20, 2009 3:37 pm
Forum: Philips CD-i Forum
Topic: Decoding cdi image files
Replies: 48
Views: 98354

oops, I'm wrong : it is the .av files, not .am files. I've edited my previous post :oops:
thanks for noticing that :o
by opt_fr_
Tue May 19, 2009 9:37 pm
Forum: Philips CD-i Forum
Topic: Hidden things on CDi games
Replies: 5
Views: 5534

it seems that there is another one in the 7th hotel
by opt_fr_
Tue May 19, 2009 3:33 pm
Forum: Philips CD-i Forum
Topic: Decoding cdi image files
Replies: 48
Views: 98354

I've opened the files ending with "av.rtf" (edit : its not .am) of the Hotel Mario CD-i with a hexa editor. Then I've looked for image data : the background images are in a CLUT-like format I think. http://en.wikipedia.org/wiki/CLUT For each image there is list of all the colors first (the image pal...
by opt_fr_
Tue May 19, 2009 11:13 am
Forum: Philips CD-i Forum
Topic: Decoding cdi image files
Replies: 48
Views: 98354

done :)

Image