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
In the controlled difficulty config, set the parameter:
Then the trader time will work as in the original game and therefore the !cdr command will not be needed anymore
However, if you find a solution before me, you can make a pull request: https://github.com/inklesspen1scripter/KF2-Server-Extension
Here is the right place (CD_Survival.uc, line 1102[github.com] ):
CD and ServerExt have their own player controller class which inherits from KFPlayerController.
ServerExt is loaded after CD, so the player controller class from ServerExt is used. Because of this, CDPC is none and the code after the condition is not executed.
I doubt that this can be fixed without combining the two mutators into one.