Asteroid LODs
-
Greets,
I noticed that couple of asteroids (fields) can be seen from far distance like Li03 asteroids, Bw02 ice asteroids… etc.
I checked their preferences to figure out that which value is responsible for seeing fields at far distance. The only stuffs I found are the fill distance and sometimes the start distance but they are not the values I have been searching for.My question is: where can I set the field’s LOD?
For example: I want to make a nomad asteroid field by using existed Hi03, or St0x nomad asteroids but the fields cannot be seen from far distance so I want to set LODs like Li03 and the rest have I listed above. -
Fill distance actually is a LOD range
No, it’s not. Li03 asteroids can be seen from 60-70k with fill_dist = 1400 you can check that.
What you are talking about is the visibility of the asteroids itself thats why it’s laggy from far distance.What I’ve been searching for is the field LOD.
-
Okay, I took a look at those asteroid fields and I’m guessing you’re talking about the ring with an asteroid field texture along the edge of the field? It’s the only thing I could see which was showing up further than 1k away.
[Band] render_parts = 16 shape = asteroid_icebelt_04 height = 10000 offset_dist = 5000 fade = 1.000000, 1.350000, 15, 17 texture_aspect = 1.000000 color_shift = 0.700000, 0.800000, 1 ambient_intensity = 0.500000 vert_increase = 2
There isn’t a “band” for Nomad asteroids in vanilla but using an existing one seems to work.
You probably could add new bands by copying an existing txm like debris_roids.txm and its ini debris_shapes in Data/Solar/Asteroids. Then rename the nodes and import custom textures with UTF.
-
Thanks bud, it was a good catch!
I had to add```
[TexturePanels]
file = solar\asteroids\rock_shapes.iniI have an other question though: It is a sphere shaped asteroid field and it's got an exclusion zone in the center to make it ring-like. But exclusion zone exclude the bands inside(outside ie: outer ring is visible). So, my question: is there any way to exclude the exclusion zone at [Band]? In other worlds: place the inner ring [Band] at the edge of the exclusion zone.
-
I’m guessing you want to add a band to an exclusion zone? I found this in bw02_minefield.ini:
[ExclusionBand] zone = Zone_Bw02_Hammen_hole render_parts = 12 shape = asteroid_icebelt_04 height = 3000 offset_dist = -500 fade = 1.000000, 1.500000, 15, 18 texture_aspect = 1.000000 color_shift = 0.500000, 0.500000, 0.500000 ambient_intensity = 1.500000 cull_mode = 0 vert_increase = 2
Change the offset_dist = -500 to 0 so the band matches the edge of the zone exactly and it should put a band around the exclusion.