Forums Index >> Modding >> I made the land travel longer, need to know how to...



Page : <1> :


Please help......I need to know how to expand the distance of travel on a much larger piece of land area?

 

Tuesday, May 25, 2004 at 5:53:15 AM

Do you mean to streatch out the land? If so, make the square size on the terrain datablock a higher number.

Tuesday, May 25, 2004 at 10:51:45 AM

I have already stretched out the land but need to set it up so the tanks can travel out all the way on it? What do I need to look for and what to put in the spot?

 

Tuesday, May 25, 2004 at 11:37:17 AM

OOOooohhh, make the area at the top a bigger number.

Tuesday, May 25, 2004 at 6:35:05 PM

You're probably trying this:

 

New MissionArea(MissionArea) {

area = "-512 -512 1024 1024";

FlightCeiling = "200";

FlightCeilingRange = "0";

floor = "-100";

Locked = "false";

};

New Sky(Sky) {

Position = "0 0 0";

Rotation = "1 0 0 0";

Scale = "1 1 1";

VisibleDistance = "1200";

UseSkyTextures = "1";

RenderBottomTexture = "0";

SkySolidColor = "0.600000 0.000000 0.000000 0.000000";

FogDistance = "10";

FogColor = "0.600000 0.000000 0.000000 1.000000";

fogVolume1 = "0 0 0";

FogVolume2 = "0 0 0";

FogVolume3 = "0 0 0";

 

Make sure to make the floor -100 or you will be killed.

The fog volumes can be set to "0" if you don't want any fog, but the "floor" will keep you from being killed.

Wednesday, May 26, 2004 at 1:12:02 AM

Page : <1> :

insert quote insert url insert email insert image bold italic underline superscript subscript horizontal rule : : Help on using forum codes

Add comment:

HTML is disabled within comments, but ZBB Code is enabled.

Back to the top

Web site designed, maintained and funded by -z- and Dan MacDonald