Upgrade Ground Zero investor biome dressing
This commit is contained in:
@@ -7,7 +7,7 @@ import unreal
|
||||
|
||||
|
||||
MAP_PATH = "/Game/Agrarian/Maps/L_GroundZeroTerrain_Test"
|
||||
PROJECT_ROOT = Path(r"Z:\AgrarianGameBulid")
|
||||
PROJECT_ROOT = Path(unreal.Paths.convert_relative_path_to_full(unreal.Paths.project_dir()))
|
||||
TILE_ID = "gz_us_ca_pacifica_utm10n_e544_n4160"
|
||||
HEIGHTMAP_PATH = PROJECT_ROOT / "Data" / "Terrain" / "Unreal" / TILE_ID / f"{TILE_ID}_unreal_1009.r16"
|
||||
LANDSCAPE_SIZE = 1009
|
||||
@@ -443,6 +443,114 @@ ENVIRONMENT_VARIATION_ACTORS = [
|
||||
"scale": unreal.Vector(2.6, 1.6, 1.0),
|
||||
"rotation": unreal.Rotator(0.0, -15.0, 0.0),
|
||||
},
|
||||
{
|
||||
"label": "AGR_GZ_EnvVar_Tree_Canopy_03",
|
||||
"mesh_key": "chamfer_cube",
|
||||
"material_key": "tree",
|
||||
"location_xy": unreal.Vector(-8200.0, 12600.0, 0.0),
|
||||
"z_offset": 360.0,
|
||||
"scale": unreal.Vector(1.85, 2.25, 1.35),
|
||||
"rotation": unreal.Rotator(0.0, 61.0, 0.0),
|
||||
},
|
||||
{
|
||||
"label": "AGR_GZ_EnvVar_Tree_Trunk_03",
|
||||
"mesh_key": "cylinder",
|
||||
"material_key": "wood_resource",
|
||||
"location_xy": unreal.Vector(-8200.0, 12600.0, 0.0),
|
||||
"z_offset": 155.0,
|
||||
"scale": unreal.Vector(0.24, 0.24, 3.25),
|
||||
"rotation": unreal.Rotator(0.0, 61.0, 0.0),
|
||||
},
|
||||
{
|
||||
"label": "AGR_GZ_EnvVar_Brush_Coyote_01",
|
||||
"mesh_key": "chamfer_cube",
|
||||
"material_key": "shrub",
|
||||
"location_xy": unreal.Vector(-12600.0, -5100.0, 0.0),
|
||||
"z_offset": 72.0,
|
||||
"scale": unreal.Vector(1.7, 1.15, 0.62),
|
||||
"rotation": unreal.Rotator(0.0, 7.0, 0.0),
|
||||
},
|
||||
{
|
||||
"label": "AGR_GZ_EnvVar_Brush_Coyote_02",
|
||||
"mesh_key": "chamfer_cube",
|
||||
"material_key": "shrub",
|
||||
"location_xy": unreal.Vector(-10400.0, -8500.0, 0.0),
|
||||
"z_offset": 74.0,
|
||||
"scale": unreal.Vector(1.2, 1.85, 0.7),
|
||||
"rotation": unreal.Rotator(0.0, -38.0, 0.0),
|
||||
},
|
||||
{
|
||||
"label": "AGR_GZ_EnvVar_Brush_Coyote_03",
|
||||
"mesh_key": "chamfer_cube",
|
||||
"material_key": "shrub",
|
||||
"location_xy": unreal.Vector(-15800.0, -9800.0, 0.0),
|
||||
"z_offset": 78.0,
|
||||
"scale": unreal.Vector(1.55, 1.35, 0.58),
|
||||
"rotation": unreal.Rotator(0.0, 47.0, 0.0),
|
||||
},
|
||||
{
|
||||
"label": "AGR_GZ_EnvVar_Grass_Mat_03",
|
||||
"mesh_key": "plane",
|
||||
"material_key": "grass",
|
||||
"location_xy": unreal.Vector(-14600.0, -4200.0, 0.0),
|
||||
"z_offset": 14.0,
|
||||
"scale": unreal.Vector(3.2, 1.8, 1.0),
|
||||
"rotation": unreal.Rotator(0.0, 16.0, 0.0),
|
||||
},
|
||||
{
|
||||
"label": "AGR_GZ_EnvVar_Grass_Mat_04",
|
||||
"mesh_key": "plane",
|
||||
"material_key": "grass",
|
||||
"location_xy": unreal.Vector(-11800.0, -10600.0, 0.0),
|
||||
"z_offset": 14.0,
|
||||
"scale": unreal.Vector(2.1, 3.1, 1.0),
|
||||
"rotation": unreal.Rotator(0.0, -27.0, 0.0),
|
||||
},
|
||||
{
|
||||
"label": "AGR_GZ_EnvVar_Rock_Slab_03",
|
||||
"mesh_key": "quarter_cylinder",
|
||||
"material_key": "stone_resource",
|
||||
"location_xy": unreal.Vector(-9200.0, -7600.0, 0.0),
|
||||
"z_offset": 48.0,
|
||||
"scale": unreal.Vector(0.95, 1.45, 0.55),
|
||||
"rotation": unreal.Rotator(0.0, 34.0, 0.0),
|
||||
},
|
||||
{
|
||||
"label": "AGR_GZ_EnvVar_Rock_Slab_04",
|
||||
"mesh_key": "chamfer_cube",
|
||||
"material_key": "stone_resource",
|
||||
"location_xy": unreal.Vector(-18200.0, -5000.0, 0.0),
|
||||
"z_offset": 42.0,
|
||||
"scale": unreal.Vector(1.05, 0.72, 0.32),
|
||||
"rotation": unreal.Rotator(0.0, -64.0, 0.0),
|
||||
},
|
||||
{
|
||||
"label": "AGR_GZ_EnvVar_Water_Bank_01",
|
||||
"mesh_key": "quarter_cylinder",
|
||||
"material_key": "stone_resource",
|
||||
"location_xy": unreal.Vector(-6150.0, 9700.0, 0.0),
|
||||
"z_offset": 42.0,
|
||||
"scale": unreal.Vector(1.4, 0.75, 0.45),
|
||||
"rotation": unreal.Rotator(0.0, 22.0, 0.0),
|
||||
},
|
||||
{
|
||||
"label": "AGR_GZ_EnvVar_Water_Reed_01",
|
||||
"mesh_key": "cylinder",
|
||||
"material_key": "grass",
|
||||
"location_xy": unreal.Vector(-8050.0, 9600.0, 0.0),
|
||||
"z_offset": 74.0,
|
||||
"scale": unreal.Vector(0.08, 0.08, 1.35),
|
||||
"rotation": unreal.Rotator(0.0, 11.0, 0.0),
|
||||
},
|
||||
{
|
||||
"label": "AGR_GZ_EnvVar_Water_Reed_02",
|
||||
"mesh_key": "cylinder",
|
||||
"material_key": "grass",
|
||||
"location_xy": unreal.Vector(-6600.0, 11700.0, 0.0),
|
||||
"z_offset": 68.0,
|
||||
"scale": unreal.Vector(0.07, 0.07, 1.15),
|
||||
"rotation": unreal.Rotator(0.0, -19.0, 0.0),
|
||||
},
|
||||
]
|
||||
|
||||
RUIN_PLACEHOLDER_ACTORS = [
|
||||
@@ -496,7 +604,7 @@ RUIN_PLACEHOLDER_ACTORS = [
|
||||
|
||||
FOLIAGE_ZONES = {
|
||||
"trees": {
|
||||
"count": 42,
|
||||
"count": 64,
|
||||
"x_range": (-25000.0, 42000.0),
|
||||
"y_range": (-12000.0, 42000.0),
|
||||
"min_elevation_m": 18.0,
|
||||
@@ -504,7 +612,7 @@ FOLIAGE_ZONES = {
|
||||
"scale_range": (0.75, 1.35),
|
||||
},
|
||||
"shrubs": {
|
||||
"count": 96,
|
||||
"count": 148,
|
||||
"x_range": (-42000.0, 45000.0),
|
||||
"y_range": (-38000.0, 45000.0),
|
||||
"min_elevation_m": 7.0,
|
||||
@@ -512,7 +620,7 @@ FOLIAGE_ZONES = {
|
||||
"scale_range": (0.45, 1.05),
|
||||
},
|
||||
"grass": {
|
||||
"count": 180,
|
||||
"count": 260,
|
||||
"x_range": (-46000.0, 46000.0),
|
||||
"y_range": (-46000.0, 46000.0),
|
||||
"min_elevation_m": 4.0,
|
||||
|
||||
Reference in New Issue
Block a user