It seems that you're using an outdated browser. Some things may not work as they should (or don't work at all).
We suggest you upgrade newer and better browser like: Chrome, Firefox, Internet Explorer or Opera

×
Hi, a question for the devs, or anyone that knows really - is it possible to make visual settings even lower? My PC is pretty old by now and I didn't expect it to run this decently, but still, all low, pixel perfect upscaled window of 800x450 - 30 FPS tops during calm moments and 10 during big fights. Maybe an ability to disable Depth of Field and Blur completely? Some effects? Even lower model and landscape geometry/resolution? Just asking if this is possible or doable, I'm sure your hands are full during release window with much more pressing matters, like bugs or whatnot. Thank you.

P.S. Absolutely adore the game, passed the first campaign missions in a captivated rapture untill FPS became unbearable.
Post edited September 02, 2020 by Chiteki
No posts in this topic were marked as the solution yet. If you can help, add your reply
No clue where the actual config, and user saved data is (likely encrypted) but you can change some stuff here:

[Your installation path]\Iron Harvest\config\quality\default.json
Simply "low" var with even lower settings.

Here are few things you can do:

line 67
"ShadowDistance": 10.0,


line 248
"DecalLimit": 1,


line 251
"VolumetricsMaxDirectionalRayDistance": 64.0,

line 339
"HeightmapPixelError": 30.0,

line 441
"LODBias": 1.0,
avatar
CyklonDX: No clue where the actual config, and user saved data is (likely encrypted) but you can change some stuff here:

[Your installation path]\Iron Harvest\config\quality\default.json
Simply "low" var with even lower settings.
Fantastic! I hoped for something like this, a config file, just forgot that .json can also contain settings and can be easily modified. Big thanks, for exact lines too, appreciate it.