4sheetzngeegles
Well-known member
I have a simple question, in this game, how high is the volumetric world cube
that is monitored? By this I mean, terrain is from 0 to to 255 matching grayscale,
and and scaling height of 1:1 height scale value. Does it stop absolutely at 255
to match render height or does it go higher? I know that building above 255 causes
issues, but is the air above still a part of the volume.
I call it a cube as my simple description. It is a flat platform that
has terrain extruded to a positive or negative from the plane. This
is encompassed by the skybox cube, plus the map base is in a square.
I have tried to find it in unity, and only found an obscure reference of 600 meters
as measurement for default height.
I ask because I have been shown that all blocks within the 3d volume are monitored
including air in the voxel based volume.
I know from ascending to 1500 meters straight up that it is still below the skybox
height.
I haven't started modding with unity yet so i have not checked the following.
Is the skybox height the perimeter of the monitored area, or is it simply used to
give a volumetric view?
My reason for the questions is, If the volume height that monitors geometry is lowered,
as well as the sky, would it not make all or the region files smaller. I know that there
are flying craft in the game, for that a transparent box collider could be added to the outer
surface of the monitored area causing a bounce back, if a player goes that high. So if its presently
at say 1500; just a number I'm using , and was reduced to 500 mathematically it should reduce the
file sizes by 2/3 and still allow the game to continue without conflict.
I wondered about this thinking mainly of the limited size for console storage, and it would also benefit
computers. That is if it can be shrunk; if not, no harm no foul.
that is monitored? By this I mean, terrain is from 0 to to 255 matching grayscale,
and and scaling height of 1:1 height scale value. Does it stop absolutely at 255
to match render height or does it go higher? I know that building above 255 causes
issues, but is the air above still a part of the volume.
I call it a cube as my simple description. It is a flat platform that
has terrain extruded to a positive or negative from the plane. This
is encompassed by the skybox cube, plus the map base is in a square.
I have tried to find it in unity, and only found an obscure reference of 600 meters
as measurement for default height.
I ask because I have been shown that all blocks within the 3d volume are monitored
including air in the voxel based volume.
I know from ascending to 1500 meters straight up that it is still below the skybox
height.
I haven't started modding with unity yet so i have not checked the following.
Is the skybox height the perimeter of the monitored area, or is it simply used to
give a volumetric view?
My reason for the questions is, If the volume height that monitors geometry is lowered,
as well as the sky, would it not make all or the region files smaller. I know that there
are flying craft in the game, for that a transparent box collider could be added to the outer
surface of the monitored area causing a bounce back, if a player goes that high. So if its presently
at say 1500; just a number I'm using , and was reduced to 500 mathematically it should reduce the
file sizes by 2/3 and still allow the game to continue without conflict.
I wondered about this thinking mainly of the limited size for console storage, and it would also benefit
computers. That is if it can be shrunk; if not, no harm no foul.