Skip to content

Commit

Permalink
after some experimenting, a ortho4xp xp12 water config
Browse files Browse the repository at this point in the history
  • Loading branch information
jonaseberle committed Jun 8, 2024
1 parent 2a40ff0 commit ced4d22
Show file tree
Hide file tree
Showing 2 changed files with 49 additions and 40 deletions.
36 changes: 18 additions & 18 deletions Ortho4XP.cfg
Original file line number Diff line number Diff line change
@@ -1,53 +1,53 @@
verbosity=1
verbosity=3
cleaning_level=3
overpass_server_choice=DE
overpass_server_choice=random
skip_downloads=True
skip_converts=True
max_convert_slots=4
skip_converts=False
max_convert_slots=8
check_tms_response=True
http_timeout=10.0
max_connect_retries=5
max_connect_retries=10
max_baddata_retries=5
ovl_exclude_pol=[0]
ovl_exclude_net=[]
custom_scenery_dir=
custom_overlay_src=/media/nas/xp_scenery/Global Scenery/X-Plane 11 Global Scenery
custom_overlay_src=/
apt_smoothing_pix=32
road_level=2
road_banking_limit=0.5
lane_width=5.0
max_levelled_segs=100000
water_simplification=0.0
min_area=0.001
water_simplification=1.0
min_area=0.1
max_area=200.0
clean_bad_geometries=True
mesh_zl=19
mesh_zl=18
curvature_tol=3.0
apt_curv_tol=0.5
apt_curv_ext=0.5
coast_curv_tol=1.0
coast_curv_ext=0.5
limit_tris=3
limit_tris=3.0
min_angle=10.0
sea_smoothing_mode=zero
sea_smoothing_mode=none
water_smoothing=10
iterate=0
mask_zl=14
masks_width=100
mask_zl=16
masks_width=300
masking_mode=sand
use_masks_for_inland=False
imprint_masks_to_dds=False
distance_masks_too=False
masks_use_DEM_too=False
distance_masks_too=True
masks_use_DEM_too=True
masks_custom_extent=
cover_airports_with_highres=True
cover_extent=0.5
cover_zl=18
water_tech=XP12
ratio_bathy=1.0
ratio_water=0.25
ratio_water=0.1
overlay_lod=25000.0
sea_texture_blur=0.0
sea_texture_blur=3.0
normal_map_strength=1.0
terrain_casts_shadows=True
terrain_casts_shadows=False
use_decal_on_terrain=True
53 changes: 31 additions & 22 deletions Ortho4XP_noroads.cfg
Original file line number Diff line number Diff line change
@@ -1,44 +1,53 @@
apt_smoothing_pix=8
road_level=0
verbosity=3
cleaning_level=3
overpass_server_choice=random
skip_downloads=True
skip_converts=False
max_convert_slots=8
check_tms_response=True
http_timeout=10.0
max_connect_retries=10
max_baddata_retries=5
ovl_exclude_pol=[0]
ovl_exclude_net=[]
custom_scenery_dir=
custom_overlay_src=/
apt_smoothing_pix=32
road_level=2
road_banking_limit=0.5
lane_width=5.0
max_levelled_segs=100000
water_simplification=0.0
min_area=0.001
water_simplification=1.0
min_area=0.1
max_area=200.0
clean_bad_geometries=True
mesh_zl=19
curvature_tol=2.0
mesh_zl=18
curvature_tol=3.0
apt_curv_tol=0.5
apt_curv_ext=0.5
coast_curv_tol=1.0
coast_curv_ext=0.5
limit_tris=0
hmin=0.0
limit_tris=3.0
min_angle=10.0
sea_smoothing_mode=zero
sea_smoothing_mode=none
water_smoothing=10
iterate=0
mask_zl=14
masks_width=100
mask_zl=16
masks_width=300
masking_mode=sand
use_masks_for_inland=False
imprint_masks_to_dds=False
masks_use_DEM_too=False
distance_masks_too=True
masks_use_DEM_too=True
masks_custom_extent=
cover_airports_with_highres=True
cover_extent=0.5
cover_zl=18
ratio_water=0.25
water_tech=XP12
ratio_bathy=1.0
ratio_water=0.1
overlay_lod=25000.0
sea_texture_blur=0.0
add_low_res_sea_ovl=False
experimental_water=0
sea_texture_blur=3.0
normal_map_strength=1.0
terrain_casts_shadows=True
terrain_casts_shadows=False
use_decal_on_terrain=True
custom_dem=
fill_nodata=True
default_website=BI
default_zl=16
zone_list=[]

0 comments on commit ced4d22

Please sign in to comment.