Page 1 of 1
Loadscreen help! [Solved]
Posted: Thu Mar 29, 2012 7:22 pm
by brant777
i have been working on my loadscreen and i can't get it working right, i followed the tutorial but to no avail, it has failed. i munged today and i got these two errors regarding the loadscreen.
any help at all would be greatly appreciated.
Re: loadscreen help!!!
Posted: Thu Mar 29, 2012 7:58 pm
by Marth8880
Please post your .req, and what are the dimensions of you loadscreen texture? It should be a power of 2 (2x2, 4x4, 8x8, 16x16, 32x32, 64x64, 128x128, 256x256, 512x512, 1024x1024 (recommended for loadscreens), etc.)
Re: loadscreen help!!!
Posted: Fri Mar 30, 2012 6:39 am
by brant777
Marth8880 wrote:Please post your .req, and what are the dimensions of you loadscreen texture? It should be a power of 2 (2x2, 4x4, 8x8, 16x16, 32x32, 64x64, 128x128, 256x256, 512x512, 1024x1024 (recommended for loadscreens), etc.)
k, here is my common.req
dimensions?

i never knew that. where exactly do i go to change that?
Re: loadscreen help!!!
Posted: Fri Mar 30, 2012 7:52 am
by lucasfart
Sorry, but what tutorial did you use?
To edit the dimensions of your .tga file, just open it in gimp, paint.NET or any other image opening program and change the dimensions to one of the above....
Re: loadscreen help!!!
Posted: Fri Mar 30, 2012 3:47 pm
by brant777
i redid the dimensions to 1024 X 1024. but i got these errors after munging.
also i do not know if i missed something here
Re: loadscreen help!!!
Posted: Fri Mar 30, 2012 3:51 pm
by Unlucky13
Targa type 10 not currently supported.
That means that you had RLE compression checked when you saved the file. Resave the file(using save as, not save) with RLE compression unchecked and see if that fixes it.
Re: loadscreen help!!!
Posted: Fri Mar 30, 2012 4:08 pm
by brant777
Unlucky13 wrote:Targa type 10 not currently supported.
That means that you had RLE compression checked when you saved the file. Resave the file(using save as, not save) with RLE compression unchecked and see if that fixes it.
thank you, that fixed all my errors but my loadscreen wont show my picture, it is just the default picture. what should i do now?
Re: loadscreen help!!!
Posted: Fri Mar 30, 2012 5:18 pm
by AQT
Follow the rest of the tutorial, especially the parts that tell you to reference your load screen .lvl in your lua, munge your lua, and move your load screen .lvl to the directory where it is being referenced in your lua.
Re: loadscreen help!!!
Posted: Fri Mar 30, 2012 7:43 pm
by brant777
Thank you all for all your help, i did not realize i was copying over the wrong load file.

Anyways, thank you all for all your help.