forked from electronicarts/CnC_Generals_Zero_Hour
-
Notifications
You must be signed in to change notification settings - Fork 85
Labels
BugSomething is not working right, typically is user facingSomething is not working right, typically is user facingGenToolRelates to GenToolRelates to GenToolMajorSeverity: Minor < Major < Critical < BlockerSeverity: Minor < Major < Critical < BlockerZHRelates to Zero HourRelates to Zero Hour
Description
Game Control Bar cannot be toggled in Replay Mode. F9 does nothing. Control Bar toggle button does nothing.
GenTool fixes this by hacking following addresses (game.dat):
0x460BD4
> NOP 9 bytes to allow toggle down
0x460C73
> NOP 9 bytes to allow toggle up
0x460D9E
> NOP 9 bytes to allow toggle
0x5ED73A
> NOP 9 bytes to allow F9 toggle
(NOP meaning No Operation aka 0x90 for x86)
Metadata
Metadata
Assignees
Labels
BugSomething is not working right, typically is user facingSomething is not working right, typically is user facingGenToolRelates to GenToolRelates to GenToolMajorSeverity: Minor < Major < Critical < BlockerSeverity: Minor < Major < Critical < BlockerZHRelates to Zero HourRelates to Zero Hour