Forums Index >> Modding >> I made the land travel longer, need to know how to...
Page : <1> :
Do you mean to streatch out the land? If so, make the square size on the terrain datablock a higher number.
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?
OOOooohhh, make the area at the top a bigger number.
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.
Page : <1> :
Please help......I need to know how to expand the distance of travel on a much larger piece of land area?