pl8 format - Lords of the Realm 2, Caesar 2, etc

Get your graphics formats figures out here! Got details for others? Post here!
Post Reply
DrAsik
ultra-n00b
Posts: 1
Joined: Sun Mar 18, 2012 5:12 am
Been thanked: 1 time

pl8 format - Lords of the Realm 2, Caesar 2, etc

Post by DrAsik » Sat Nov 07, 2015 11:57 pm

Some tips for parsing this one? Pretty sure it's an image format, perhaps a spritesheet. Here are some names and file sizes:

Image

Some files are included for reference.
You do not have the required permissions to view the files attached to this post.

herbert3000
veteran
Posts: 134
Joined: Wed Jun 02, 2010 4:53 am
Has thanked: 18 times
Been thanked: 143 times
Contact:

Re: pl8 format - Lords of the Realm 2, Caesar 2, etc

Post by herbert3000 » Fri Nov 20, 2015 7:25 am

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
You do not have the required permissions to view the files attached to this post.

herbert3000
veteran
Posts: 134
Joined: Wed Jun 02, 2010 4:53 am
Has thanked: 18 times
Been thanked: 143 times
Contact:

Re: pl8 format - Lords of the Realm 2, Caesar 2, etc

Post by herbert3000 » Sat Nov 21, 2015 11:20 pm

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. :oops: 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.

Alchemist
ultra-n00b
Posts: 1
Joined: Sun Dec 29, 2019 9:40 pm
Has thanked: 2 times
Been thanked: 2 times

Re: pl8 format - Lords of the Realm 2, Caesar 2, etc

Post by Alchemist » Sun Dec 29, 2019 9:57 pm

pl8 Magic can convert them png files.

Drag and Drop the pl8 and 256 files on the browser.

https://pl8magic.binaryalchemist.com/
pl8Magic.png
You do not have the required permissions to view the files attached to this post.

Post Reply