loading screen issue
Moderator: Moderators
- elfie
- Field Commander

- Posts: 931
- Joined: Fri Jan 25, 2008 8:26 pm
- xbox live or psn: no live
- Location: Coruscant, Jedi Temple
- Contact:
loading screen issue
ok i was using the loading screen utility ( the one that puts it in for you) and i followed all the steps then when i munged it and ran it there was no loading screen. I got these munge log errors:
ERROR[PC_texturemunge loadscreen.tga]:Targa palette entry size 70 not currently supported.
ERROR[PC_texturemunge loadscreen.tga]:Targa palette entry size 70 not currently supported.
[continuing]
2 Errors 0 Warnings
ERROR[levelpack common.req]:Expecting bracket, but none was found.
File : munged\pc\loadscreen.texture.req(1)...
ucft <--
ERROR[levelpack common.req]:Expecting bracket, but none was found.
File : munged\pc\loadscreen.texture.req(1)...
ucft <--
[continuing]
2 Errors 0 Warnings
and when i tried to view the load screen that was munged it was in targa format and i originally put it as jpg. When i viewed it it had a ton of funky colors and said it was a corupt file. Any one no how to fix it?
ERROR[PC_texturemunge loadscreen.tga]:Targa palette entry size 70 not currently supported.
ERROR[PC_texturemunge loadscreen.tga]:Targa palette entry size 70 not currently supported.
[continuing]
2 Errors 0 Warnings
ERROR[levelpack common.req]:Expecting bracket, but none was found.
File : munged\pc\loadscreen.texture.req(1)...
ucft <--
ERROR[levelpack common.req]:Expecting bracket, but none was found.
File : munged\pc\loadscreen.texture.req(1)...
ucft <--
[continuing]
2 Errors 0 Warnings
and when i tried to view the load screen that was munged it was in targa format and i originally put it as jpg. When i viewed it it had a ton of funky colors and said it was a corupt file. Any one no how to fix it?
- Teancum
- Jedi Admin

- Posts: 11080
- Joined: Wed Sep 07, 2005 11:42 pm
- Projects :: No Mod project currently.
- xbox live or psn: No gamertag set
- Location: Indiana
Re: loading screen issue
It must be a tga, saved with RLE compression off.
- elfie
- Field Commander

- Posts: 931
- Joined: Fri Jan 25, 2008 8:26 pm
- xbox live or psn: no live
- Location: Coruscant, Jedi Temple
- Contact:
Re: loading screen issue
the thing is i saved it as jpg and it turned into a tga when i munged. So are you saying i resave it as tga with RLE compression on?
- Teancum
- Jedi Admin

- Posts: 11080
- Joined: Wed Sep 07, 2005 11:42 pm
- Projects :: No Mod project currently.
- xbox live or psn: No gamertag set
- Location: Indiana
Re: loading screen issue
It needs to be saved from the start as a tga.
- elfie
- Field Commander

- Posts: 931
- Joined: Fri Jan 25, 2008 8:26 pm
- xbox live or psn: no live
- Location: Coruscant, Jedi Temple
- Contact:
Re: loading screen issue
oh well there is the problem. hopefully it will work now.
EDIT
alright so i munged it with the tga and still no loadscreen but at least different errors:
EDIT
alright so i munged it with the tga and still no loadscreen but at least different errors:
Code: Select all
ERROR[PC_texturemunge loadscreen.tga]:TextureMunge(loadscreen:1024x768x1): Must have power of two dimensions!
ERROR[PC_texturemunge loadscreen.tga]:TextureMunge(loadscreen:1024x768x1): Must have power of two dimensions!
[continuing]
2 Errors 0 Warnings
ERROR[levelpack common.req]:Expecting bracket, but none was found.
File : munged\pc\loadscreen.texture.req(1)...
ucft <--
ERROR[levelpack common.req]:Expecting bracket, but none was found.
File : munged\pc\loadscreen.texture.req(1)...
ucft <--
[continuing]
2 Errors 0 Warnings- AceMastermind
- Gametoast Staff

- Posts: 3285
- Joined: Mon Aug 21, 2006 6:23 am
- Contact:
Re: loading screen issue
The loadscreen image size should be a power of 2, the retail loadscreen images are 1024x1024.
- elfie
- Field Commander

- Posts: 931
- Joined: Fri Jan 25, 2008 8:26 pm
- xbox live or psn: no live
- Location: Coruscant, Jedi Temple
- Contact:
Re: loading screen issue
alright i will try that then.
- elfie
- Field Commander

- Posts: 931
- Joined: Fri Jan 25, 2008 8:26 pm
- xbox live or psn: no live
- Location: Coruscant, Jedi Temple
- Contact:
Re: loading screen issue
ok I made a new file in gimp 1024 by 1024 skinned it then saved it as a tga with RLE compression off. I saved it in my gamedata folder then followed the program with no errors on my munge log or my BF2 log, yet still no loadscreen. What am I doing wrong?
- [RDH]Zerted
- Gametoast Staff

- Posts: 2982
- Joined: Sun Feb 26, 2006 7:36 am
- Projects :: Bos Wars AI - a RTS game
- xbox live or psn: No gamertag set
- Location: USA
- Contact:
Re: loading screen issue
1) Post your lua
2) Post data_XXX/Load/common.req
3) What are the name of any tga files in data_XXX/Load
(Where XXX is your map's character code)
2) Post data_XXX/Load/common.req
3) What are the name of any tga files in data_XXX/Load
(Where XXX is your map's character code)
- elfie
- Field Commander

- Posts: 931
- Joined: Fri Jan 25, 2008 8:26 pm
- xbox live or psn: no live
- Location: Coruscant, Jedi Temple
- Contact:
Re: loading screen issue
my lua:
my common.req:
my screen is called loadscreen.tga
Hidden/Spoiler:
Code: Select all
#Start of generated section by Load Screen Utility
#Generated on 02/22/2008 13:47:44
ucft
{ REQN
{
"texture"
"loadscreen"
}
}
#End of generated section by Load Screen Utility
-
MandeRek
- Sith Master

- Posts: 2766
- Joined: Tue Oct 02, 2007 10:51 am
- Projects :: Battlefront Zer0
- xbox live or psn: No gamertag set
- Location: Ghosting around GT
- Contact:
Re: loading screen issue
I just advice you to follow the tutorial manually. Not to be rude to Zerted, but the program never worked for me! Now i followed the tut, and i understand it much better, and most important; I've got a loadscreen 
- [RDH]Zerted
- Gametoast Staff

- Posts: 2982
- Joined: Sun Feb 26, 2006 7:36 am
- Projects :: Bos Wars AI - a RTS game
- xbox live or psn: No gamertag set
- Location: USA
- Contact:
Re: loading screen issue
The tool doesn't resave the image as a tga, it just renames it.
Did the tool pop-up any errors or warnings?
Delete data_XXX\_LVL_PC\Load\common.lvl and addon\XXX\data\_LVL_PC\Load\common.lvl and give it another shot. Those files existed right?
Is the error log showing anything?
How am I supposed to fix the tool if no one tells me its broken?
Did the tool pop-up any errors or warnings?
Delete data_XXX\_LVL_PC\Load\common.lvl and addon\XXX\data\_LVL_PC\Load\common.lvl and give it another shot. Those files existed right?
Is the error log showing anything?
How am I supposed to fix the tool if no one tells me its broken?
- AceMastermind
- Gametoast Staff

- Posts: 3285
- Joined: Mon Aug 21, 2006 6:23 am
- Contact:
Re: loading screen issue
I think your written tutorial on how to add load screens is simple enough to follow, there really isn't a need to improve the Load Screen Utility.
