Framerate drop when pressing the 'period' key
Every time I push the 'duration' key, the structure price goes down to red (checked by toggling 'stat fps' in the console). Prior to you boggle concerning my use 'duration', I make use of a dvorak key-board and also 'duration' is where the 'e' key is. Regardless, pushing the 'duration' key reasons this decline, what is the bargain yo?
1
Rojzik 2022-07-25 20:45:12
Source
Share
Answers: 1
Hah, I figured it out. Posting here in case anyone else has the same issue.
The UDKGame.ini file ..\Documents\my games\Chivalry Medieval Warfare\UDKGame\Config had this line in it:
Bindings=(Name="Period",SecondaryKey=,Command="GBA_MoveForward;RECOMPILESHADERS CHANGED",Control=False,Shift=False,Alt=False,bIgnoreCtrl=False,bIgnoreShift=False,bIgnoreAlt=False,Flag="KBFlag_Movement",FriendlyName="MoveForward")
Removed the 'RECOMPILESHADERS CHANGED' part and now it doesn't do that anymore. Hurray for hidden bindings!
1
Rojzik 2022-07-25 21:04:35
Source
Share
Related questions