K, I build the .act.
texures size is
420 High
80 wide
.bmp image.
I know its the texure. But what else besides the size?
The old "beginframeerror" in act view
the size is the issue. each dimension needs to be a power of two (to make it easy, 2, 4, 8, 16, 32, 64, 128, 256, 512, 1024, 2048, and you really don't want to go higher than that).
valid sizes:
64x64
128x64
256x1024
etc. (basically any combination of valid powers of two for height and width)
valid sizes:
64x64
128x64
256x1024
etc. (basically any combination of valid powers of two for height and width)
RF2 site: http://realityfactory2.sourceforge.net/
RF2 tasks: http://sourceforge.net/pm/?group_id=179085
RF2 tasks: http://sourceforge.net/pm/?group_id=179085