For those having issues with the new texture streaming feature in chiv:

Edit the config file •

1. Open %USERPROFILE%\Documents\My Games\Chivalry Medieval Warfare\UDKGame\Config\UDKSystemSettings.ini
2. Search for the lines which includes TEXTUREGROUP and add ,NumStreamedMips=0 before the closing bracket ")"

i.e. before:

CODE
TEXTUREGROUP_World=(MinLODSize=256,MaxLODSize=2048,LODBi
as=0,MinMagFilter=Aniso,MipFilter=Point,M
ipGenSettings=TMGS_SimpleAverage)


After:
CODE
TEXTUREGROUP_World=(MinLODSize=256,MaxLODSize=2048,LODBi
as=0,MinMagFilter=Aniso,MipFilter=Point,M
ipGenSettings=TMGS_SimpleAverage,NumStrea
medMips=0)



The devs are aware of the issue and are working on a hotfix soon™

toodles.