GlasWolf on 9/7/2006 at 21:57
Well I can move the page around and resize all the elements in T3UI.ini, but still can't get any image taller than 256 to show without the game locking up. The oddest thing is, the width of the image is unlimited - I tried a 2048x256 image and it just showed the center of it, no problems. I also tried enlarging a 256x256 image, but the text loses too much resolution when you enlarge it.
Last chance saloon on this one I think.
Ziemanskye on 9/7/2006 at 22:55
Could well be the smesh problem then, whatever that white-space things you mentioned was
GlasWolf on 10/7/2006 at 00:35
The white space is on the scroll smesh (and that paper one) if you look at it in the actor browser. Not sure what it represents but I don't think it has any relevance. I'll try removing the smesh from the gamesys entry anyway.
GlasWolf on 10/7/2006 at 18:11
Well I think I know what's going on. I switched over to the debug version, crashed the game with a large dds and checked the log. The last entry is:
Code:
ERROR: The margins for this metapage might be bad because this one page has over 999 lines in it.
[ 28930 ] (.\Viktoria\Viki_Errors.cpp : 662)
So it looks like it's trying to make a multi-page book because the image is too large to fit on a single page. However, because the image is
always too large to fit on any one page it just tumbles on in an infinite loop. Workaround time...