Page 1 of 1

Loadscreen problems

Posted: Tue Dec 16, 2008 6:38 pm
by elfie
Alright, so I was reading a tutorial on how to add a loadscreen for each game mode, and I tried it and it didn't work. I think the problem might be I still don't understand how to do it. I have two files in my addon's load folder, common and common2.lvl, both callilng for loadscreen.tga which is two seperate files, one is in my data_tel/load folder and the other in my mod_tools folder because I already munged it. So if someone could try explaining which tga file goes where, then that would help a lot because I think that was where I messed it up. Thx in advanced!

Re: Loadscreen problems

Posted: Wed Mar 25, 2009 4:25 am
by Jaspo
First of all, make sure that you did in fact get rid of all the @'s in...what was it again? the munge.bat in data_***/build/load, right? They aren't all lined up nicely on the left side, so it's easy to miss one.

As for the files, all you should need is a common.req and loadscreen.tga in data_***/load. Then munge, making sure you check the "load" box, and it should be good to go. Make sure the tga file you use is not RLE compressed though.

Re: Loadscreen problems

Posted: Wed Mar 25, 2009 11:53 am
by YaNkFaN
do you have the file common.lvl in data_modid/lvl_pc/load?

if you don't then it's a munge error if you do then copy it over to addon/modid/lvl_pc/load or something like that then if it still doesn't work then it's a .lua error.