Installer Steam
log på
|
sprog
简体中文 (forenklet kinesisk)
繁體中文 (traditionelt kinesisk)
日本語 (japansk)
한국어 (koreansk)
ไทย (thai)
Български (bulgarsk)
Čeština (tjekkisk)
Deutsch (tysk)
English (engelsk)
Español – España (spansk – Spanien)
Español – Latinoamérica (spansk – Latinamerika)
Ελληνικά (græsk)
Français (fransk)
Italiano (italiensk)
Bahasa indonesia (indonesisk)
Magyar (ungarsk)
Nederlands (hollandsk)
Norsk
Polski (polsk)
Português (portugisisk – Portugal)
Português – Brasil (portugisisk – Brasilien)
Română (rumænsk)
Русский (russisk)
Suomi (finsk)
Svenska (svensk)
Türkçe (tyrkisk)
Tiếng Việt (Vietnamesisk)
Українська (ukrainsk)
Rapporter et oversættelsesproblem
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.