Change asteroid field distances
This commit is contained in:
@@ -2,8 +2,8 @@
|
||||
file = solar\asteroids\rock_shapes.ini
|
||||
|
||||
[Field]
|
||||
cube_size = 400
|
||||
fill_dist = 3200
|
||||
cube_size = 600
|
||||
fill_dist = 4000
|
||||
diffuse_color = 255, 255, 255
|
||||
ambient_color = 30, 30, 30
|
||||
ambient_increase = 0, 0, 0
|
||||
@@ -11,6 +11,7 @@ empty_cube_frequency = 0.4
|
||||
|
||||
[Exclusion Zones]
|
||||
exclusion = Zone_Bw08_to_Ew01_hole
|
||||
exclude_billboards = 1
|
||||
exclusion = Zone_Bw08_01
|
||||
exclude_billboards = 1
|
||||
exclusion = Zone_Bw08_niobium1
|
||||
@@ -27,12 +28,19 @@ exclude_billboards = 1
|
||||
exclusion = Zone_Bw08_sun_exclusion
|
||||
exclude_billboards = 1
|
||||
exclusion = Zone_Bw08_to_Bw09_hole
|
||||
exclude_billboards = 1
|
||||
exclusion = Zone_Bw08_to_Ku03_hole
|
||||
exclude_billboards = 1
|
||||
exclusion = Zone_Bw08_tradelane_construct
|
||||
exclude_billboards = 1
|
||||
exclusion = Zone_Bw08_path_img2_1
|
||||
exclude_billboards = 1
|
||||
exclusion = Zone_Bw08_path_img3_1
|
||||
exclude_billboards = 1
|
||||
exclusion = Zone_Bw08_path_img4_1
|
||||
exclude_billboards = 1
|
||||
exclusion = Zone_Bw08_Mineable_west
|
||||
exclusion = Zone_Bw08_Mineable_south
|
||||
|
||||
[properties]
|
||||
flag = rock_objects
|
||||
@@ -46,14 +54,27 @@ asteroid = nonmineable_asteroid30, -0.3, -0.3, 0.8, 72, 30, 185
|
||||
asteroid = nonmineable_asteroid90, -0.3, -0.3, -0.7, 103, 150, 43
|
||||
asteroid = nonmineable_asteroid30, -0.7, 0.4, -0.4, 81, 30, 60
|
||||
|
||||
[ExclusionBand]
|
||||
zone = Zone_Bw08_sun_exclusion
|
||||
render_parts = 12
|
||||
shape = asteroid_belt_04
|
||||
height = 7000
|
||||
offset_dist = -500
|
||||
fade = 1, 1.35, 2, 3
|
||||
texture_aspect = 1
|
||||
color_shift = 1, 1, 1
|
||||
ambient_intensity = 5
|
||||
vert_increase = 4
|
||||
cull_mode = 2
|
||||
|
||||
[AsteroidBillboards]
|
||||
count = 400
|
||||
start_dist = 2000
|
||||
fade_dist_percent = 0.35
|
||||
count = 1000
|
||||
start_dist = 2200
|
||||
fade_dist_percent = 0.5
|
||||
shape = mine_rock_tri
|
||||
color_shift = 0.7, 0.7, 0.7
|
||||
ambient_intensity = 1
|
||||
size = 60, 120
|
||||
size = 80, 200
|
||||
|
||||
[DynamicAsteroids]
|
||||
asteroid = DAsteroid_rock_small1
|
||||
@@ -63,4 +84,3 @@ placement_offset = 90
|
||||
max_velocity = 15
|
||||
max_angular_velocity = 3
|
||||
color_shift = 1, 1, 1
|
||||
|
||||
|
||||
Reference in New Issue
Block a user