Page 1 of 1
pl8 format - Lords of the Realm 2, Caesar 2, etc
Posted: Sat Nov 07, 2015 11:57 pm
by DrAsik
Some tips for parsing this one? Pretty sure it's an image format, perhaps a spritesheet. Here are some names and file sizes:
Some files are included for reference.
Re: pl8 format - Lords of the Realm 2, Caesar 2, etc
Posted: Fri Nov 20, 2015 7:25 am
by herbert3000
A PL8 file can contain different images:
* ordinary bitmaps (for backgrounds)
* isometric tiles
* run-length encoded sprites
I will see if I can find some detailed info about file format on my PC.
Would some undocumented java source code be useful too?
CASTLE1A.PNG
Re: pl8 format - Lords of the Realm 2, Caesar 2, etc
Posted: Sat Nov 21, 2015 11:20 pm
by herbert3000
Here's a half-finished PL8 -> PNG extractor (Eclipse project with java sources):
https://sites.google.com/site/lordsofth ... ects=0&d=1
The algorithms work but the usability leaves much to be desired.
Arguments and options are hard-coded in Main.java so every time you want to convert another file, you'll have to recompile the project.

I haven't had the time to fix that.
Inside the zip there's also a txt that contains a list of nearly all pl8 files and their corresponding palette and type.
Re: pl8 format - Lords of the Realm 2, Caesar 2, etc
Posted: Sun Dec 29, 2019 9:57 pm
by Alchemist
pl8 Magic can convert them png files.
Drag and Drop the pl8 and 256 files on the browser.
https://pl8magic.binaryalchemist.com/
pl8Magic.png