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
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...