Quote: "When I tested the game, all of the sky was black. when i looked around in the game, the black area changed to whatever wall/entity touched it (hard to explain but it looked like it was redrawing whatever was near it in the sky. Please someone say they understand?)"
Yes, do I ever understand.

Been there many times.
Quote: "this happens when all or one of your skybox images are missing, or you are referencing a non-existent skybox. "
Just to further add to Rolfy's explanation...
If you are
testing your game, navigate to your Files\languagebank\english\gamebank\mygame\ folder and look for the setuplevel.fpi. You can use notepad to edit this file. Look for this line:
; Setup Level Stats
:state=0:sky=skybank\scifi\mar
That is just an example, but where you see the "\scifi\mar", you should have that in your Files\Skybank folder. In other words, you will have Files\Skybank\scifi\mar. If it is not there, then as Rolfy said your setuplevel.fpi is pointing to a "non-existant" skybank. Just change the line to one that you do have (for example: "skybank\ww2\gas").
- BlackFox
