安裝 Steam
登入
|
語言
簡體中文
日本語(日文)
한국어(韓文)
ไทย(泰文)
Български(保加利亞文)
Čeština(捷克文)
Dansk(丹麥文)
Deutsch(德文)
English(英文)
Español - España(西班牙文 - 西班牙)
Español - Latinoamérica(西班牙文 - 拉丁美洲)
Ελληνικά(希臘文)
Français(法文)
Italiano(義大利文)
Bahasa Indonesia(印尼語)
Magyar(匈牙利文)
Nederlands(荷蘭文)
Norsk(挪威文)
Polski(波蘭文)
Português(葡萄牙文 - 葡萄牙)
Português - Brasil(葡萄牙文 - 巴西)
Română(羅馬尼亞文)
Русский(俄文)
Suomi(芬蘭文)
Svenska(瑞典文)
Türkçe(土耳其文)
tiếng Việt(越南文)
Українська(烏克蘭文)
回報翻譯問題
i used "-heapsize 3145728" in Steam start options..but still have massive loading times in conversations..like 20sec..its annoying.
There should be no config needed. Are you on full screen? Did you install on SSD?
Any chance that that cpu lines in cfg can help?
Your cpu should be more than enough, my i7 4790 is nearly a full ghz slower lol.
I am playing on an 17-4770k 3.5ghz and it plays fine. I would agree that making sure you are in Fullscreen might be the problem(the game will reset to Borderless everytime you tab out of the game)
That game realy has problem with i5 cpu.
sys_main_CPU = 0
sys_physics_CPU = 2
sys_streaming_CPU = 4
If I have a 7700K, should I just copy the exact settings?
Yes.. the i7 has Hyperthreading so you increment by 2.
sys_main_CPU = 0
sys_physics_CPU = 2
sys_streaming_CPU = 4
is correct? or
sys_main_CPU = 2
sys_physics_CPU = 4
sys_streaming_CPU = 6
??
Textures set to Very High assumes a 3 GB VRAM (sys_budget_videomem = 3072), and warhorse's pool size is 2 gb (r_TexturesStreamPoolSize = 2048). Textures set to Ultra assume 6 GB VRAM, and the pool size is set to 4 gb by default. If you're like me and playing with a 4 gb VRAM card, you probably want to have textures set to very high and then manually set your user.cfg to:
sys_budget_videomem = 4096
r_TexturesStreamPoolSize = 3072
FYI, there's no documentation that the sys_budget_videomem command is for anything other than monitoring memory usage in a debug environment, but since warhorse changes it per texture setting, I thought I would err on the side of making it accurate for my video card. Worse case scenario, it does nothing (if you set it correctly).
What values do I need to set if I have 2 GB of VRAM? I can not understand this myself...