InsanityBringer / InjectD3

Descent 3 dll-injection patcher. Adds windowed support, new mouse code, and more.
Other
22 stars 3 forks source link

Terrain system limitations #2

Open InsanityBringer opened 2 years ago

InsanityBringer commented 2 years ago

image

When using high FOV settings on large, open terrains, the render depth will frequently be reset and occasionally issues will occur as a static limit of 8000 unique terrain cells is reached. Patching this will be nontrivial, but I think I can fix it by outright replacing the terrain module with a new one.

Due to the large amount of patch points present, it may be worth switching to a new method of loading patch points, which translates patch points from one engine version to others.

Sol1vaN commented 2 years ago

Yea, the large terrains always have some cropping on the distant places. It will be great to see all d3 terrain at same time, without croppings