Nainstalovat Steam
přihlásit se
|
jazyk
简体中文 (Zjednodušená čínština)
繁體中文 (Tradiční čínština)
日本語 (Japonština)
한국어 (Korejština)
ไทย (Thajština)
български (Bulharština)
Dansk (Dánština)
Deutsch (Němčina)
English (Angličtina)
Español-España (Evropská španělština)
Español-Latinoamérica (Latin. španělština)
Ελληνικά (Řečtina)
Français (Francouzština)
Italiano (Italština)
Bahasa Indonesia (Indonéština)
Magyar (Maďarština)
Nederlands (Nizozemština)
Norsk (Norština)
Polski (Polština)
Português (Evropská portugalština)
Português-Brasil (Brazilská portugalština)
Română (Rumunština)
Русский (Ruština)
Suomi (Finština)
Svenska (Švédština)
Türkçe (Turečtina)
Tiếng Việt (Vietnamština)
Українська (Ukrajinština)
Nahlásit problém s překladem
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.