How to make a book with pictures only

From the Oblivion ConstructionSet Wiki
Revision as of 23:59, 15 October 2006 by imported>BEarish pArrot
Jump to navigation Jump to search

How to make a book that only containes pictures.

Every picture must be aligned and the HTML code must end with a sign or nothing will be visable. If you look carefully at the end of the last row, you see a dot. Remove it and no pictures will be visable. Remove the <DIV> tag before the <IMG> tag and the picture will not show up either. I used the same picture 2 times just for test to see how it looked in game.

Put this HTML inside a book and change the pathes and filename to your own that are stored somewhere at: Data\textures\menus\Book\MySubFolder

<FONT face=1>
<DIV align="center"><IMG src="Book/pek/FR01/1.dds" width=480 height=512>
<DIV align="center"><IMG src="Book/pek/FR01/1.dds" width=480 height=512>.


Note: The line pek/FRO1/1.dds is just a different folder path... for example, if your picture is stored in Data\textures\menus\book\pics, and your file is called thing then it would be:

<FONT face=1>
<DIV align="center"><IMG src="book/pics/thing.dds" width=480 height=512>


Your pictures, that are best saved as 512 * 512 dds will show up inside the book exact as you created them and they will not be rescaled nor resized as bookart was at Morrowind, which is good as we dont need to calculate sizes and shapes any longer.

http://hem.bredband.net/pekkape/problem14.jpg



Text and pictures seems not be controlable with the <p> nor the <br> tags so I make text with the Script-Fu logotype texttools at gimp hhtp://www.gimp.org instead.


See Also

Book

Scroll Tutorial

Book Formatting