Added: Initial world generation tool
This commit is contained in:
@@ -0,0 +1,311 @@
|
||||
{
|
||||
"elapsed_s": 229.8434145,
|
||||
"generated_at": "2026-09-17T11:53:32Z",
|
||||
"geology_cell_m": 10.207290922087205,
|
||||
"geology_size": 1400,
|
||||
"manifest": {
|
||||
"level": "/Game/Maps/L_World",
|
||||
"vertices_per_side": 4081,
|
||||
"quad_cm": 350,
|
||||
"elevation_m": {
|
||||
"min": -460,
|
||||
"max": 2800
|
||||
},
|
||||
"sea_level_m": 0,
|
||||
"spawn_pad_m": 150,
|
||||
"streaming_grid_components": 1,
|
||||
"source": {
|
||||
"kind": "noise",
|
||||
"seed": 7,
|
||||
"path": "",
|
||||
"elevation_m": null,
|
||||
"width": 0,
|
||||
"flip_y": false,
|
||||
"smooth_passes": 0
|
||||
},
|
||||
"layers": {
|
||||
"rock_slope_start": 0.55,
|
||||
"rock_slope_full": 1.05,
|
||||
"high_altitude_start_m": 1400,
|
||||
"high_altitude_full_m": 2000,
|
||||
"breakup_m": 18,
|
||||
"wear_rock_start": 0.35,
|
||||
"ridge_rock": 0.6,
|
||||
"deposit_softens": 0.7
|
||||
},
|
||||
"pipeline": {
|
||||
"geology_factor": 4,
|
||||
"continent": {
|
||||
"enabled": true,
|
||||
"radius": 0.62,
|
||||
"coast_warp": 0.28,
|
||||
"sea_floor_m": [
|
||||
-180,
|
||||
-30
|
||||
],
|
||||
"land_fraction": 0.62,
|
||||
"radial_bias": 0.85,
|
||||
"shore_width_pct": 3
|
||||
},
|
||||
"plates": {
|
||||
"count": 6,
|
||||
"velocity_cm_yr": [
|
||||
1,
|
||||
5
|
||||
],
|
||||
"convergent_mm_yr": [
|
||||
1,
|
||||
2
|
||||
],
|
||||
"band_km": [
|
||||
2,
|
||||
4
|
||||
],
|
||||
"divergent_mm_yr": [
|
||||
-2,
|
||||
-1
|
||||
],
|
||||
"rift_km": [
|
||||
3,
|
||||
6
|
||||
],
|
||||
"intraplate_mm_yr": 0.03,
|
||||
"intraplate_swell_mm_yr": 0.08,
|
||||
"low_uplift_fraction": [
|
||||
0.2,
|
||||
0.4
|
||||
]
|
||||
},
|
||||
"faults": {
|
||||
"major": [
|
||||
3,
|
||||
6
|
||||
],
|
||||
"minor": [
|
||||
10,
|
||||
30
|
||||
],
|
||||
"length_km": [
|
||||
2,
|
||||
15
|
||||
],
|
||||
"spacing_km": [
|
||||
1,
|
||||
4
|
||||
],
|
||||
"throw_major_m": [
|
||||
100,
|
||||
400
|
||||
],
|
||||
"throw_minor_m": [
|
||||
20,
|
||||
80
|
||||
],
|
||||
"strike_slip_m": [
|
||||
200,
|
||||
800
|
||||
]
|
||||
},
|
||||
"lithology": {
|
||||
"types": 3,
|
||||
"k_multipliers": [
|
||||
0.5,
|
||||
1,
|
||||
3
|
||||
]
|
||||
},
|
||||
"relief": {
|
||||
"octaves": 7,
|
||||
"gain": 0.45,
|
||||
"base_frequency_m": 4000,
|
||||
"amplitude_m": [
|
||||
15,
|
||||
150
|
||||
],
|
||||
"crest_weight": 0.12
|
||||
},
|
||||
"fluvial": {
|
||||
"k": 0.00005,
|
||||
"m": 0.5,
|
||||
"n": 1,
|
||||
"dt_yr": 1500,
|
||||
"steps": 1000,
|
||||
"diffusion_m2_yr": 0.02,
|
||||
"fill_every": 1,
|
||||
"critical_area_m2": 10000,
|
||||
"channel_taper": 2
|
||||
},
|
||||
"thermal": {
|
||||
"coarse_passes": 2,
|
||||
"every": 4,
|
||||
"fine_passes": 24,
|
||||
"talus_deg": 35
|
||||
},
|
||||
"strata": {
|
||||
"period_m": 160,
|
||||
"contrast": 0.6
|
||||
},
|
||||
"detail": {
|
||||
"octaves": 4,
|
||||
"amplitude_m": [
|
||||
2,
|
||||
8
|
||||
]
|
||||
},
|
||||
"particle": {
|
||||
"droplets": 9000000,
|
||||
"lifetime": 40,
|
||||
"scale": 0.5,
|
||||
"min_erode_slope": 0.25,
|
||||
"max_change": 0.2,
|
||||
"max_speed": 5,
|
||||
"max_load": 2,
|
||||
"inertia": 0.1,
|
||||
"capacity": 2,
|
||||
"min_slope": 0.01,
|
||||
"erode_rate": 0.2,
|
||||
"deposit_rate": 0.2,
|
||||
"evaporation": 0.02,
|
||||
"gravity": 4,
|
||||
"batch": 200000
|
||||
}
|
||||
},
|
||||
"erosion": {
|
||||
"coarse_droplets": 800000,
|
||||
"coarse_factor": 4,
|
||||
"coarse_lifetime": 120,
|
||||
"enabled": true,
|
||||
"fine_droplets": 2000000,
|
||||
"fine_lifetime": 40,
|
||||
"fine_scale": 0.5,
|
||||
"max_change": 0.2,
|
||||
"min_erode_slope": 0.25,
|
||||
"strata_contrast": 0.6,
|
||||
"strata_period_m": 160,
|
||||
"talus_deg": 35,
|
||||
"thermal_passes": 24
|
||||
}
|
||||
},
|
||||
"preview": true,
|
||||
"seed": 7,
|
||||
"stats": {
|
||||
"land_fraction": 0.6164954081632653,
|
||||
"clip_fraction": 0,
|
||||
"relief_m": 984.2572021484375,
|
||||
"min_m": -177.87100219726562,
|
||||
"max_m": 806.3861694335938,
|
||||
"land_min_m": 0.0037049478851258755,
|
||||
"land_max_m": 806.3861694335938,
|
||||
"land_relief_m": 806.3824644857086,
|
||||
"slopes": {
|
||||
"under_15_deg": 0.36570856826482145,
|
||||
"under_30_deg": 0.510562916949081,
|
||||
"over_50_deg": 0.0035594551492926785,
|
||||
"median_deg": 29.101818247880658
|
||||
},
|
||||
"slope_area": {
|
||||
"bins": [
|
||||
{
|
||||
"log_area": 6.125,
|
||||
"log_slope": -2.2571956151062116,
|
||||
"n": 1372
|
||||
},
|
||||
{
|
||||
"log_area": 6.375,
|
||||
"log_slope": -2.0241112854559598,
|
||||
"n": 1267
|
||||
},
|
||||
{
|
||||
"log_area": 6.625,
|
||||
"log_slope": -3.520279814583942,
|
||||
"n": 612
|
||||
},
|
||||
{
|
||||
"log_area": 6.875,
|
||||
"log_slope": -3.4821578058392797,
|
||||
"n": 707
|
||||
},
|
||||
{
|
||||
"log_area": 7.125,
|
||||
"log_slope": -3.739160797998414,
|
||||
"n": 43
|
||||
},
|
||||
{
|
||||
"log_area": 7.375,
|
||||
"log_slope": -3.0148609580045735,
|
||||
"n": 359
|
||||
},
|
||||
{
|
||||
"log_area": 7.625,
|
||||
"log_slope": -1.6192817792291674,
|
||||
"n": 14
|
||||
}
|
||||
],
|
||||
"exponent": -0.0409484029829326,
|
||||
"raw_exponent": -0.8141542779310431,
|
||||
"expected": -0.5,
|
||||
"r2": 0.0006982224773537382,
|
||||
"raw_r2": 0.18826035892663284,
|
||||
"channel_cells": 4374,
|
||||
"threshold_km2": 1
|
||||
},
|
||||
"hypsometry": {
|
||||
"integral": 0.165474813979092,
|
||||
"curve": [
|
||||
1,
|
||||
0.5339422724402503,
|
||||
0.31458515919892815,
|
||||
0.17026129429767178,
|
||||
0.0956352191576646,
|
||||
0.05353665510526506,
|
||||
0.026617706572123034,
|
||||
0.011302366652845897,
|
||||
0.0041106286274208426,
|
||||
0.0009202776391568079,
|
||||
8.27587804952401e-7
|
||||
]
|
||||
},
|
||||
"drainage_density_per_km": 0.4650640101960487,
|
||||
"uplift_buckets": [
|
||||
{
|
||||
"name": "plain",
|
||||
"lo_mm_yr": 0,
|
||||
"hi_mm_yr": 0.1,
|
||||
"land_fraction": 0.42056191556783695,
|
||||
"median_deg": 6.978299290750539,
|
||||
"p90_deg": 19.468315167110788,
|
||||
"median_relief_m": 60.7269287109375,
|
||||
"relief_window_m": 489.9499642601859,
|
||||
"near_talus_fraction": 0.017889400957932063,
|
||||
"median_elev_m": 30.075618743896484,
|
||||
"cells": 508178
|
||||
},
|
||||
{
|
||||
"name": "rolling",
|
||||
"lo_mm_yr": 0.1,
|
||||
"hi_mm_yr": 0.5,
|
||||
"land_fraction": 0.0736354525374256,
|
||||
"median_deg": 32.78142153058043,
|
||||
"p90_deg": 37.02667140255376,
|
||||
"median_relief_m": 182.12700653076172,
|
||||
"relief_window_m": 489.9499642601859,
|
||||
"near_talus_fraction": 0.4892555295810106,
|
||||
"median_elev_m": 89.4842758178711,
|
||||
"cells": 88976
|
||||
},
|
||||
{
|
||||
"name": "mountain",
|
||||
"lo_mm_yr": 0.5,
|
||||
"hi_mm_yr": 100,
|
||||
"land_fraction": 0.5058026318947374,
|
||||
"median_deg": 35.66219338858601,
|
||||
"p90_deg": 41.04955660086608,
|
||||
"median_relief_m": 238.9236297607422,
|
||||
"relief_window_m": 489.9499642601859,
|
||||
"near_talus_fraction": 0.7907545604628446,
|
||||
"median_elev_m": 188.74847412109375,
|
||||
"cells": 611177
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user