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
Is there a fix? Or is it a question of them fixing some server issue that's causing delays and somehow affecting FPS? Cause when it drops to 20 fps, I can put graphics to low, and it stays at around 20 FPS (maybe 22 instead).
I've even checked CPU / GPU usage, and I'm well under capping.
Anyhow, great game, really. One of my favs. I really wish this issue could be resolved, I just love this game, and it's the one thing that really makes it often unplayable.
That's a different problem. With a lot of players also a lot of NPCs per player spawn. Up to a point the network can't handle them anymore and all of their positions (i had ~35 NPCs once in SC... lagged like hell).... sucks... I know. There shouldn't be more NPCs just because there are more players.
if nothing above helps - time to go harder.
prequel: some motherboards and gpus firmware(and intel chipsets on hardware level) - had buggy implementations of both MSI, APIC, and HPTE so to ensure proper/reliable/consistent response - you had to disable its on operating system level atleast.
to do so - go into elevated command prompt(run cmd.exe under "run as admin") and type things like:
bcdedit/set disabledynamictick yes
bcdedit/set useplatformtick yes
bcdedit/set useplatformclock yes
bcdedit/set tscsyncpolicy Enhanced
also if you motherboard was REALLY old or buggy - you may try(but only IF nothing above help. cuz expend even more CPU performance/overhead)
bcdedit/set uselegacyapicmode yes
bcdedit/set x2apicpolicy yes
if you CPU didn't support AVX - you also may try
bcdedit/set xsavedisable yes but its slowdown CPU even more.
also for security purposes - always good to have other things here, like
bcdedit/set disableelamdrivers no
bcdedit/set nointegritychecks no
bcdedit/set testsigning yes
bcdedit/set nx alwayson
(unless you use extremely buggy software, compatible with, which is suggest you remove and not use)
bcdedit/set debug no
bcdedit/set bootdebug no
64 bit systems owners may safely enforce PAE by using
bcdedit/set pae ForceEnable
also if you didn't use Hyper-V (or didn't even know what it is) you may safely use this
bcdedit/set hypervisorlaunchtype off
bcdedit/set hypervisordebug no
and finally if you like old-fashioned recovery menu, which responds to F8 key(its actually customisable, but nvm ;) then type this
bcdedit/set bootmenupolicy Legacy
also try set "Win32PrioritySeparation" to 28(Hex) in you registry to ensure uniform scheduling.
turn "DisablePagingExecutive" key to "1" and do some others tweaks, maybe.
personally i wouldn't advise messing with csrss.exe options but other things like
changing "SystemResponsiveness" to "10"(Dec)from stock "20"
and "NetworkThrottlingIndex" to "ffffffff"(Hex) to reduce netflow throttling(would help too, along with disabling nagle and LSOffload).