You are not logged in.
Um, why can't you just crop the picture to produce the individual sections? And don't spend too much time on this, I'll be surprised if it works.
byproducts are fine, but where's the beef?
Offline
Oh it definitely does, I can probably make a video during physics class tonight.

Offline
I mean, making larger loading screens.
byproducts are fine, but where's the beef?
Offline
oh, I don't know. I expect that the game engine wants to see images of X by Y dimensions, and will not read an image that is larger.

Offline
TOCS: The easy way is to assemble the 6 original loading screen files 0-5 tga files in a photo editing program.
You'll see that 0-1 and 3-4 are 256x256 and 2 and 5 are 128x256 in size. The total size of the screen is 640x512. however, Oni only displays 640x480 of the screen, the last 32 pixels at the bottom of the screen are not displayed.
So for your new loading screens, you can copy the same range of pixels and make the new 0-5 tga files.
Unless we can hack the Oni engine, You can't make the loading screen any larger than 640x480
Last edited by EdT (2/3/10 17:30)
Online