Page 1 of 1

Sky dome Capitals [SOLVED]

Posted: Sun Apr 27, 2008 5:09 pm
by wazmol
Hey,

I am making a space map and i want dome objects to be in the background, like other space maps, for example Mav's. The thing is, when i put the needed text into my .sky file it makes the capitals fly around the actual map not the back ground, which isnt at all good. I tried to edit the files in the SKY folder, (im using yav) and put the text in but no dome object appear ingame. Can you please tell me what i need to do? Thanks

Re: Sky dome Capitals

Posted: Sun Apr 27, 2008 5:15 pm
by Maveritchell
Just adjust the distance. (You'll still be working in your Yavin sky file, and not your map's sky file.) I think normally the distance is set to about 2000, mine was set about 4 times that. E.g.

Code: Select all

SkyObject()
{
	Geometry("imp_fly_destroyer_DOME");
	NumObjects(15);
	Height(-50, 500);
	VelocityZ(30, 50);
	Distance(8200);
	InDirectionFactor(2.5);
}

Re: Sky dome Capitals

Posted: Mon Apr 28, 2008 7:24 am
by wazmol
Mav' that didnt seem to work, im not sure what is going on, i'll post my sky file later but, would it be possible for you to post some more ideas...?

EDIT: No worries, they're in! thanks.