Here are some screenies:

Darth Vatrayen.

Cave Troll.

Panorama! (NOTE: Colors will vary.)
All I have to do to finish up is update the scripts, make it look like a town, and get my force field up an running.
Moderator: Moderators






Yes, considering he's Darth Vatrayen, I think it's supposed to look like that. shtrwhat's with anakin's texture in the first picture? is it supposed to be like that?






Oh, okay. Well you should still check to see if you are using default fog settings. If you are change them, it makes the map better. You can change fog settings and view distance by going to your sky file found in your world 1 folder. Simply open it with notepad and go to this section:Tourny wrote:There will be a small town.
EDIT EDIT: And, just for the record, I was serious when I said colors will Vary. The map will look completely different in color from the screenies because my graphics card SUCKS. That big building in the background is actually gleaming White.
Code: Select all
SkyInfo()
{
FogColor(128, 128, 128);
FogRange(1800.000000, 3000.000000);
NearSceneRange(170, 200.0, 260.0);
FarSceneRange(700.0);
AmbientColor(100, 100, 100);
VehicleAmbientColor(80,80,80);
Enable(1);
FogRamp(3);
}






