Woo-hoo, distant terrain is in the master.

General discussion regarding the OpenMW project.
For technical support, please use the Support subforum.
User avatar
psi29a
Posts: 5361
Joined: 29 Sep 2011, 10:13
Location: Belgium
Gitlab profile: https://gitlab.com/psi29a/
Contact:

Re: Woo-hoo, distant terrain is in the master.

Post by psi29a »

We're fine, thanks. :)
User avatar
Frik
Posts: 124
Joined: 20 Dec 2016, 05:22

Re: Woo-hoo, distant terrain is in the master.

Post by Frik »

Hello.

I wanted to check out the Distant Terrain but it seems I'm missing something. I downloaded, compiled and installed bullet-2.86.1, then pulled the latest openmw source from git master and compiled it.

I've added the following to my settings.cfg

[Terrain]
distant terrain = true

[Cells]
exterior cell load distance = 2

[Camera]
field of view = 80.4771
camera sensitivity = 0.813981
viewing distance = 6666
small feature culling pixel size = 2.0

Not really knowing what to look for or what to expect, I compared my newly updated openmw to the screenshot of Distant Terrain on the "News" page. This is what I get..

https://postimg.org/image/l2paukpwv/

Any idea what's wrong?

Thanks!
Last edited by Frik on 10 Jul 2017, 21:45, edited 2 times in total.
User avatar
DestinedToDie
Posts: 1181
Joined: 29 Jun 2015, 09:08

Re: Woo-hoo, distant terrain is in the master.

Post by DestinedToDie »

Try increasing your viewing distance to higher than 6666.
User avatar
Frik
Posts: 124
Joined: 20 Dec 2016, 05:22

Re: Woo-hoo, distant terrain is in the master.

Post by Frik »

Thank you, D2D. That did the trick! 8-)

https://postimg.org/image/uc9xs9ps7/
https://postimg.org/image/8lbalator/

Getting ready to move to Fedora 26 with a new mainboard & video card. Can't wait to see it on there. :mrgreen:
User avatar
Frik
Posts: 124
Joined: 20 Dec 2016, 05:22

Re: Woo-hoo, distant terrain is in the master.

Post by Frik »

One more question. I'm getting the "Loading Area" message more frequently. Admittedly, the machine I'm using is under powered, but I was wondering what's the best way to optimize a PC to limit this from occurring with Distant Terrain enable. Does more video RAM help?

Thanks!
User avatar
scrawl
Posts: 2152
Joined: 18 Feb 2012, 11:51

Re: Woo-hoo, distant terrain is in the master.

Post by scrawl »

Looks like some terrain pages only start preloading 0.1 seconds before you get there, which may not be enough time for some machines. I'll try adding an option.

I imagine the best upgrade would be an SSD, if you don't have one. Second best is having surplus system RAM so the files can be cached on subsequent runs. Video RAM should be irrelevant. If you have 4 or more CPU cores, you can add

Code: Select all

[Cells]
preload num threads = 2
to settings.cfg to possibly increase loading speed.
User avatar
Frik
Posts: 124
Joined: 20 Dec 2016, 05:22

Re: Woo-hoo, distant terrain is in the master.

Post by Frik »

Thanks for the info, Scrawl. I was able to use your suggestions to tweak a little more performance out of my system. Having that preloading option would be cool.

I do have a old Core-2 Quad CPU /w 4GB RAM in this system, but I'm upgrading to a new mainboard /w G3258 Haswell CPU clocked at 4.2ghz & 8GB RAM. Also, adding a faster nVidia card. Hopefully, that will help out too. Been waiting on Fedora 26, which will be released today. :mrgreen:
User avatar
Frik
Posts: 124
Joined: 20 Dec 2016, 05:22

Re: Woo-hoo, distant terrain is in the master.

Post by Frik »

Do you recommend that I use your OSG fork to help with frame rate or continue to use the Distro's version?

Thanks!
User avatar
scrawl
Posts: 2152
Joined: 18 Feb 2012, 11:51

Re: Woo-hoo, distant terrain is in the master.

Post by scrawl »

Assuming that OpenMW is limited by your CPU, which will be the case with almost every system, I think you can get around 10% more FPS with the fork.
User avatar
Pop000100
Posts: 82
Joined: 18 Aug 2014, 21:17
Location: Loitering around Gnisis.

Re: Woo-hoo, distant terrain is in the master.

Post by Pop000100 »

scrawl wrote: 11 Jul 2017, 18:49 Assuming that OpenMW is limited by your CPU, which will be the case with almost every system, I think you can get around 10% more FPS with the fork.
Is your fork default in releases?
Post Reply