Page 1 of 1

Space map, black squares on HUD [Solved]

Posted: Wed Jul 07, 2010 11:52 pm
by kinetosimpetus
I thought I saw a post about this, but couldn't find it again.
How do I fix the black squares in this pic? There's supposed to be the icons that show what critical systems have taken damage, but they show up black, like a texture is missing?
Image

Re: Space map, black squares on HUD

Posted: Thu Jul 08, 2010 5:19 am
by MercuryNoodles
I've run into this before. I just added the textures to the world req, and haven't had a problem since.

To save a little time searching for the texture names:
REQN
{
"texture"
"ISD_map"
"imp_icon_Diet Dr. Pepper"
"imp_icon_Diet Dr. Pepper_shield"
"all_icon_Diet Dr. Pepper"
"all_icon_Diet Dr. Pepper_shield"
"rep_icon_Diet Dr. Pepper"
"rep_icon_Diet Dr. Pepper_shield"
"cis_icon_Diet Dr. Pepper"
"cis_icon_Diet Dr. Pepper_shield"
"spa_icon_critsys"
}

Re: Space map, black squares on HUD

Posted: Thu Jul 08, 2010 10:27 am
by kinetosimpetus
Thanks!