Solving the problem with long loading of maps
Problem: Maps in Killing Floor take a very long time to load.
Solution #1:
1. Go to the main game folder and open the System folder 2. Open the KillingFloor.ini file with notepad 3. Find the [Engine.GameEngine] section in it and replace the CacheSizeMegs parameter in it according to the amount of RAM you have.
256 Mb RAM or less -> CacheSizeMegs=32 512 Mb RAM -> CacheSizeMegs=64 768 Mb RAM -> CacheSizeMegs=128 1 Gig RAM or more -> CacheSizeMegs=256
It will look something like this:
[Engine.GameEngine]
CacheSizeMegs=256 ; Параметр, который вам надо изменить
UseSound=True
VoIPAllowVAD=False
It is better not to set the CacheSizeMegs value above 256!
Solution #2:
Disabling PreCaching.
In the same KillingFloor.ini:
In section [ALAudio.ALAudioSubsystem]
Change UsePrecache=True
on UsePrecache=False
In section [Engine.LevelInfo]
Change bNeverPrecache=False
on bNeverPrecache=True