C# Класс MM2Randomizer.Utilities.MiscHacks

Показать файл Открыть проект

Открытые методы

Метод Описание
DrawTitleScreenChanges ( Patch p, int seed ) : void
EnablePressDamage ( Patch Patch ) : void
FixPortraits ( Patch Patch, bool is8StagesRandom, RStages randomStages, bool isWeaponGetRandom, RWeaponGet randomWeaponGet ) : void

Enabling Random Weapons or Random Stages will cause the wrong Robot Master portrait to be blacked out when a stage is completed. The game uses your acquired weapons to determine which portrait to black-out. This function changes the lookup table for x and y positions of portraits to black-out based on what was randomized.

SetBurstChaser ( Patch p, bool jVersion ) : void

TODO

SetFastText ( Patch p, bool jVersion ) : void

TODO

Описание методов

DrawTitleScreenChanges() публичный статический Метод

public static DrawTitleScreenChanges ( Patch p, int seed ) : void
p MM2Randomizer.Patcher.Patch
seed int
Результат void

EnablePressDamage() публичный статический Метод

public static EnablePressDamage ( Patch Patch ) : void
Patch MM2Randomizer.Patcher.Patch
Результат void

FixPortraits() публичный статический Метод

Enabling Random Weapons or Random Stages will cause the wrong Robot Master portrait to be blacked out when a stage is completed. The game uses your acquired weapons to determine which portrait to black-out. This function changes the lookup table for x and y positions of portraits to black-out based on what was randomized.
public static FixPortraits ( Patch Patch, bool is8StagesRandom, RStages randomStages, bool isWeaponGetRandom, RWeaponGet randomWeaponGet ) : void
Patch MM2Randomizer.Patcher.Patch
is8StagesRandom bool
randomStages MM2Randomizer.Randomizers.Stages.RStages
isWeaponGetRandom bool
randomWeaponGet MM2Randomizer.Randomizers.RWeaponGet
Результат void

SetBurstChaser() публичный статический Метод

TODO
public static SetBurstChaser ( Patch p, bool jVersion ) : void
p MM2Randomizer.Patcher.Patch
jVersion bool
Результат void

SetFastText() публичный статический Метод

TODO
public static SetFastText ( Patch p, bool jVersion ) : void
p MM2Randomizer.Patcher.Patch
jVersion bool
Результат void