I was getting Terminal errors from this mod as of the Ashlands update so I recompiled it with the latest Valheim libs and the errors went away, unblocking use of some other mods. If anyone wants an updated version, LMK.
I've been tinkering with it. Which setting[s] would you recommend to improve pop-in? I would like to enhance the quality (performance is not an issue).
I don't think pop-in is really affected by this mod. I've been fiddling with various parts of the code, I haven't found the LOD mechanics for grass, etc., I don't think)
Yeah, by the looks of it, I can't seem to improve that either. Would you be so kind as to recommend what you think would be best for highest quality graphics? Perhaps a config preset for varying levels, if you will.
No matter what options i use, as soon as i load this mod it gives me 13 fps in main menu. Its ok in game, fps is normal. But only in main menu fps drops to 13 no matter what.
My computer is somehow not able to generate an aedenthorn.CustomGraphicsSettings.cfg
It's not in Valheim/BepInEx/Config when I open and close Valheim after installing the mod with Vortex. Though, I made a .cfg file and pasted that v0.7 version from the guy that dumped it in the comments.
I don't know if they are any different or is any, but anyone willing to share the v0.9 config with me please?
Edit: Found out that Vortex had something about not updating BepInEx and that I gotta do it manually, so I switched to Thunderstore Mod Manager that has up-to-date versions.
Can this mod actually "copy" settings from my game so I have a real "baseline" and not starting from scratch? Because even when looking at the unity documentation its almost impossible to pair ingame settings with mod/unity settings 1:1... If its too hard then forget it, just wanted to ask - main reson is I want only to increase streamingMipmapsMemoryBudget and don't touch anything else which is currently not possible.
After starting the game there should be a aedenthorn.CustomGraphicsSettings.cfg file in \Valheim\BepInEx\config Set this for good performance gain:
## Maximum number of frames queued up by graphics driver. # Setting type: Int32 # Default value: 2 maxQueuedFrames = -1
+
## The total amount of memory to be used by streaming and non-streaming textures. # Setting type: Int32 # Default value: 512 streamingMipmapsMemoryBudget = 4096 Here you can play with the VRAM of your GPU would recommend 4096 the game doesn't need more.
Steam Startup commands Boot config tweaks This mods configuration for more GPU RAM
It changes the game experience immensely!!!
I went from medium graphics settings at 60fps and 62° C... to MAX graphics settings at 120fps and 55° C!!!
Cannot thank the modding community enough, they fill in where $10,000,000 cannot. Would be cool to see the devs "Buying Coffee" for the modders that keep their game playable & interesting.
I never see devs donating anything to modders, yeah they don't have to, but they ought to just to show basic respect or support!
the settings in the post below are pretty onpoint, but if you have a GPU that has more dedicated RAM, may want to bump up the mipmap setting from 4096 to what reflects your GPU i.e. I have an 8GB card, so I set mipmaps to 6144
57 comments
https://www.nexusmods.com/valheim/mods/2798
It's not in Valheim/BepInEx/Config when I open and close Valheim after installing the mod with Vortex.
Though, I made a .cfg file and pasted that v0.7 version from the guy that dumped it in the comments.
I don't know if they are any different or is any, but anyone willing to share the v0.9 config with me please?
Edit: Found out that Vortex had something about not updating BepInEx and that I gotta do it manually, so I switched to Thunderstore Mod Manager that has up-to-date versions.
Nvm simply user error. Had vsync off but in config file it was at 1. Set to 0 and all is good now.
After this Hildr or whatever update, console no longer works. Traced it down to this mod FYI. Not a huge deal unless you use the console.
Set this for good performance gain:
## Maximum number of frames queued up by graphics driver.
# Setting type: Int32
# Default value: 2
maxQueuedFrames = -1
+
## The total amount of memory to be used by streaming and non-streaming textures.
# Setting type: Int32
# Default value: 512
streamingMipmapsMemoryBudget = 4096
Here you can play with the VRAM of your GPU would recommend 4096 the game doesn't need more.
Boot config tweaks
This mods configuration for more GPU RAM
It changes the game experience immensely!!!
I went from medium graphics settings at 60fps and 62° C...
to MAX graphics settings at 120fps and 55° C!!!
Cannot thank the modding community enough, they fill in where $10,000,000 cannot. Would be cool to see the devs "Buying Coffee" for the modders that keep their game playable & interesting.
I never see devs donating anything to modders, yeah they don't have to, but they ought to just to show basic respect or support!