So ever wanted to just make an actual poster or Art to look at in game, our book forge got you covered. How ever if you thought you were limited to just art you see in game files you are wrong.
To achieve that use the generic HTML code to asign a picture to it, center it, what ever, the picture must be placed in BLP format inside your Interface/Pictures folder thats inside _retail.
<HTML> <BODY> <IMG src=“Interface\Pictures\Styx_test”/> </BODY> </HTML>
Where anything after the quotes past src is the path to your picture, do not add any extensions and make sure the picture is in BLP format without any compressions or what nots (No attributes like “clothing” or such required, just let the converter go ham, best results if you convert from png to blp)
Making wanted posters was never easier and actual in game art that you can preview (Lets say you are making an art galery and pictures in front are placeholders, but clicking them reveals how the art actually looks).
Thought id share it with people since there doesn’t seem to be a dedicated thread about it anywhere.