Edit EGA /Tandy graphics

Prince of Persia related subjects that do not have their own boards.
Post Reply
Mills
Scholar Scribe
Scholar Scribe
Posts: 2
Joined: July 15th, 2022, 2:19 pm

Edit EGA /Tandy graphics

Post by Mills »

Hi.

I was looking for a way to edit the ega and tandy graphics of prince 1 for DOS. I only know the "edungeon.dat" and "epalace.dat" contain the ega and tandy graphics for the levels, They can look much better with a few changes I think.

I exported them using PR:

Code: Select all

pr -e DAT\edungeon.dat edungeon.dat
But I don't know how to re-import them again, because this does nothing, only errors:

Code: Select all

pr -i DAT edungeon.dat
Also I'd like to edit the "sprites" and I don't Know where they are.

Thanks a lot!
Mills
Scholar Scribe
Scholar Scribe
Posts: 2
Joined: July 15th, 2022, 2:19 pm

Re: Edit EGA /Tandy graphics

Post by Mills »

So I found that pr is working ok, edungeon and epalace have the ega and tandy graphics, and the other dat files have 16 colour images which are loaded using the ega tandy palette.

All mods I found use vga palettes, so I'll have to convert them to ega palette.
Post Reply