Install Steam
login
|
language
简体中文 (Simplified Chinese)
繁體中文 (Traditional Chinese)
日本語 (Japanese)
한국어 (Korean)
ไทย (Thai)
Български (Bulgarian)
Čeština (Czech)
Dansk (Danish)
Deutsch (German)
Español - España (Spanish - Spain)
Español - Latinoamérica (Spanish - Latin America)
Ελληνικά (Greek)
Français (French)
Italiano (Italian)
Bahasa Indonesia (Indonesian)
Magyar (Hungarian)
Nederlands (Dutch)
Norsk (Norwegian)
Polski (Polish)
Português (Portuguese - Portugal)
Português - Brasil (Portuguese - Brazil)
Română (Romanian)
Русский (Russian)
Suomi (Finnish)
Svenska (Swedish)
Türkçe (Turkish)
Tiếng Việt (Vietnamese)
Українська (Ukrainian)
Report a translation problem
Anyway optimizations are always part of game development and is to be expected but the biggest optimizations will likely only happen at the end of development when all the content is in.
What you can do is put in the following startparameter and config tweaks, it should net you around 10-20 % performance increase and may help mitigating the fps drops that seem to happen sometimes.
In my case it gave me 10 fps more on average.
startparameter :-window-mode exclusive -screen-fullscreen
then
Click on the valheim_Data folder.
Find the file named 'boot' or 'boot.config' and open it with Notepad.
Add "gfx-enable-gfx-jobs=1" at the very top.
Add "gfx-enable-native-gfx-jobs=1" right below the first line.
It should look like this
gfx-enable-gfx-jobs=1
gfx-enable-native-gfx-jobs=1
wait-for-native-debugger=0
vr-enabled=0
hdr-display-enabled=0
gc-max-time-slice=3
save it
EDIT:
Woah, this really works. Instantly makes snowstorms FPS bearable. I am not sure what it did but I think it is making your GPU not draw nor display anything other than the game itself??? I notice all my other monitors are blank with the game focused. Thank you Potato!