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
As Tiger said
"Blackout's CD and my CD do not handle bosses much differently. Mine correctly applies HPFakes to Abomination and KingFleshpound by using localization keys instead of classnames to compare. His does not (Though I have given blackout the code to fix this, if he uses it- that is up to him). That's the only real difference in boss handling between the two. There are other ways to detect the difference between blackout's CD and mine in a mutator than looking at the filename."
There are other methods of detecting the differences between my build and Blackout's main branch than using the gamemode name, For example the value of `CD_COMMIT_HASH as defined by CD_BuildInfo.uci include will always be "TIGER" in my version. This value is not a valid GitHub commit hash and will never be used in Blackout's offical version of CD. There are also variables and public functions in my version that do not exist in Blackout's ControlledDifficulty that could be used to detect the presence of my build. The only difference in boss handling between my version and Blackout's is that my build compares LocalizationKeys rather than classnames so it can correctly apply BossHPFakes where Blackout's currently does not and as a result in Blackout's CD KingFleshpound and Quarterpound HP Fakes are currently scaled with FleshpoundHPFakes since both of those extend off of the Fleshpound base-class. The Abomination and KingFleshpound do not extend the MonsterBoss class and HPFakes do not apply correctly in Blackout's CD (Though I have sent Blackout my code to fix this in his version if he wants to.)
Since Hunter's HardBoss mutator is not open-source I cannot offer a mutually acceptable solution for compatibility with my version of CD as I cannot readily see what he is doing. If however, you are looking for a hardboss mutator that is compatible with both Blackout's CD and my version of CD- Kore has a customboss mutator that works just fine with my build and blackout's CD without being a gameinfo mod. I cannot speak for the differences between Hunter's HardBoss mutator and Kore's customboss mutator.
Iramok's RPW Mutator is also compatible with my custom build of CD and supports multiple bosses at once, though I think both Hunter's mutator here, and Kore's customboss mutator handle bosses dying better than RPW does if I recall correctly.
Like Blackout's Controlled Difficulty- my custom build is open source and you are welcome to go through the process of forking, editing, and compiling a version that has a different gamemode name if that is what you really want- however I will not be responsible for supporting any forks of my custom build just as I do not expect Blackout to be responsible for supporting my custom build of his Controlled Difficulty mod.